/*  =================================================
     eXe
     Copyright 2004-2005, eXelearning. 

     style for  xxxxx
   ================================================== */


body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fffff;
	font-family: verdana;
}

a { 
    color: #81656e;
    border: 0;
	}

#content {
    background-color: #ffffff;
}

p#nodeTitle { 
    color: #81656E;       /* styles for the title of the page/node */
    font-size: 16px;
    display: inline;
	letter-spacing: 0px;
}

div#nodeDecoration {      /* style for any decoration around title of page/node */
    background: #DFDCE3; 
    border-bottom: 3px solid #81656E;
	border-left: 1px solid #81656E;
    padding: 10px;
    margin-bottom: 7px;
}

/* --- iDevice Styles --- */

.emphasis1 {
    background-color: #fffff;
    padding-left: 10px;
    padding-bottom: 16px;
    margin: 10px;
}


input.feedbackbutton {
	background: #DFDCE3;
}

.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: #81656E;
    font-size: 1.2em;
    font-weight: bold;
}    

.iDevice_icon {
    padding-top: 10px;
}

.iDevice li {
	list-style-position: outside;
}

/* styles for image with text iDevice */

.image_text { 
	border: 1px solid #CCC;
	background: #DFDCE3;
	padding: 4px;
	margin: 0px 20px 4px 4px;
}

p.reading_feedback {
    font-style: italic;
}
