/*  =================================================
     eXe
     Copyright 2004-2005, University of Auckland

     style for standardwhite.
   ================================================== */


body {
    padding-left: 15px;
    background: #FAFAFA;
}

a {
    color: #003366;
    border: 0;
}

a:hover {
    background-color: #F4F4F4;
    text-decoration: none;
}

p#nodeTitle {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    padding-left: 15px;

}

div#nodeDecoration {
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    background-image: url(nodeTitle_bg.jpg);
    padding: 2px;
}

/* --- iDevice Styles --- */

.emphasis0 {
	padding-top: 10px;

}

.emphasis1 {
    background-color: #FFF;
    padding-left: 10px;
    padding-bottom: 16px;
    border-top: 1px solid #DDD;
    margin: 10px;
}

.emphasis2 {
    background-color: #FFF;
    padding-left: 10px;
    padding-bottom: 16px;

    margin: 10px;
}
input.feedbackbutton {
	background: #FFFDB1;
}

.iDevice_inner {
    margin-left: 55px;
    margin-right: 12px;
    border-bottom: 1px solid #DDD;
}
 .iDevice_inner1 {
    margin-left: 15px;
    margin-right: 12px;

}
.iDevice p, .iDevice div.block {
    padding-left: 0px;
    line-height: 115%
    text-align: left;
}
.iDevice_inner2 {
    margin-left: 55px;
    margin-right: 12px;
   }
.iDeviceTitle {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.iDevice_icon {
    padding-top: 10px;
}

.iDevice li {
	list-style-position: outside;
}

    a.tt{
    position:relative;
    z-index:24;
    color:#000
	font-weight:bolder;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:201px;
	color: #000;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
/* 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;
}
