/*  =================================================
     eXe
     Copyright 2004-2005, eXelearning. 

     style for  xxxxx
   ================================================== */


body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #F4F2EF;
	font-family: Verdana;
}

a { 
    color: #003366;
    border: 0;
}

#content {
    background-color: #ffffff;
}

p#nodeTitle { 
    color: #8A0A0A;       /* styles for the title of the page/node */
    font-size: 18px;
	font-weight:normal;
    display: inline;
}

div#nodeDecoration {      /* style for any decoration around title of page/node */
    background: #CAC3B5; 
    border-bottom: 4px solid #8A0A0A;
    padding: 7px;
    margin-bottom: 10px;
}

/* --- iDevice Styles --- */

.emphasis1 {
    background-color: #F4F2EF;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 10px;
}


input.feedbackbutton {
	background: #F4F2EF;
}

.iDevice_inner {
    margin-left: 55px;
    margin-right: 12px;
    border-bottom: 1px solid #DDD;
}

.iDevice p, .iDevice div.block {
    padding-left: 24px;
    line-height: 115%
    text-align: left;
}

.iDeviceTitle {
    color: #990000;
    font-size: 16px;
    font-weight: normal;
}    

.iDevice_icon {
    padding-top: 10px;
}

.iDevice li {
	list-style-position: inside;
}

/* styles for image with text iDevice */

.image_text { 
	border: 1px solid #CCC;
	background: #F9F9F9;
	padding: 4px;
	margin: 0px 20px 4px 4px;
}

p.reading_feedback {
    font-style: italic;
}
