/*
===========================================================================
eXe
Copyright 2007-2008. eXelearning Project, http://eXeLearning.org/
style sheet for default theme
see: http://exelearning.org/Creating_a_new_Style for more info on how
to modify this style for your needs.
===========================================================================
*/

body {
   margin: 10px 20px 10px 20px;
   padding: 0px 0px 0px 0px;
   color:#4d4d4d;
   background: #babbbf;
   background-image:url('st1.png');
   background-repeat: repeat;
}


a {
 color: #343537;
}

a:hover {
 color: #b91f1f;
}

/* --- Styles for the node/page titles --- */

p#nodeTitle { 
   color: #ffffff;
   font-size: 26px;
   text-align:left;
   padding-right: 30px;
}

div#nodeDecoration {
   padding: 10px;
   border-bottom:0px;
   text-align:left;
}


/* --- iDevice Styles -- */


.emphasis0 {
    padding-bottom: 20px;
	
	background-repeat:repeat;
}


.emphasis1 {
   border-top: 3px solid #969595;
   border-bottom: 2px solid #5b5a5a;
   background-image: url('t1.png'); 
   background-position:top left;
   background-repeat:repeat;
   margin-bottom: 30px;
   text-align:left;
}


.iDevice p, .iDevice div.block {
   
   padding-left: 10px;
   line-height: 115% 
   text-align:left;
}


.iDevice li {
	list-style-position: outside;
}

.iDeviceTitle {
   color: #babbbf;
   font-size: 22px;
   font-weight:regular;
   vertical-align: top;
   padding-bottom: 3px;
   padding-right: 10px;
   margin-bottom: 0px;
   background-position:top right;
   background-repeat:no-repeat;
   top: 16px;
} 

.emphasis0 .iDeviceTitle {
   color: #568D14;
   font-size: 24px;
   font-weight:bold;
   vertical-align: top;
   background: transparent; 
   padding-bottom: 4px;
   padding-right: 10px;
   margin-bottom: 0px;
   background-image:none;
   background-position:top right;
   background-repeat:no-repeat;
 }

.iDevice_icon {
   margin-top: 10px;
   margin-left: 10px;
   padding-right: 10px;
   top: 0;
}

.iDevice_inner {
   color:#fbfbfb;
   padding: 10px;
   margin: 10px;
   margin-top: 12px;
   padding-top: 10px;
   
}

.emphasis0 .iDevice_inner {
   color:#4d4d4d;
   background-color:transparent;
   padding: 10px;
   margin: 10px;
   margin-top: 12px;
   padding-top: 10px;
}

/* styles for iDevices with Feedback and form buttons */

input.feedbackbutton {
	background: #babbbf;
	color:#636467;
}

p.reading_feedback {
   border: 1px dashed #ADADAD;
   background-color: #FFF;
}


/* styles for image with text iDevice */

.image_text { 
	border: 1px solid #9D9D9D;
	background: transparent;
	padding: 4px;
        margin: 0px 20px 4px 4px;
}

