/*  =================================================
    eXe
    Copyright 2004-2005, University of Auckland

    style for seamist.
    ================================================== */


body {
    
    background-image:url(bg2.gif);
	}

a { 
    color: #003366;
    text-decoration: none;
    border: 0;
}

#main {
    border: 1px solid #efefef;

    }


form > #main {
    margin: 10px 10px 10px 10px;
    padding: 18px;
    background-color: #EDEFF0;
    line-height: 140%;

    } /* makes style apply to authoring in eXe environment by removing left indent */

li {list-style-position: inside;}



#header { 
    color: #3C5866;
    font-size: 18px;
    text-align: center;
}
/* -- style the node title on each page -- */

#nodeTitle { 
    color: #73a904;
    font-size: 22px;
    font-family: Arial;
    letter-spacing: 0px;
    padding:0px;
	font-weight: normal;
	text-transform: uppercase;
}

div#nodeDecoration {
    border-top: 0px solid #686061;
    border-bottom: 0px solid #686061;
	background-image:url(banner4.jpg);
	
}

/* --- iDevice Styles --- */

.emphasis0 {
	padding-top: 10px;

}

.emphasis1 {
    background-color: #f6f6f6;
	padding-left: 0px;
    border: 1px solid #efefef;
    margin: 10px;
	
}


.iDevice p, .iDevice div.block {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 140%;
	
}

.iDeviceTitle {
    font-weight: normal;
	display: inline;
	color: #73a904;
    font-size: 14px;
    font-family: Arial;
    letter-spacing: 1px;
    font-weight: normal;
	padding-left: 0px;
	text-transform: uppercase;
	padding-left: 5px;
	}  

.iDevice li {
	list-style-position: outside;
}

input.feedbackbutton {
    margin-left: 40px;
	background: #fcfdfc;
    color: #73a904;
	font-family: Verdana;
	font-weight: normal;
	letter-spacing: 1px;
	
}


/* styles for image with text iDevice */

.image_text { 
    border: 1px solid #3C5866;
    background: #FFF;
    padding: 4px;
    margin: 0px 20px 4px 4px;
}

p.reading_feedback {
    font-style: italic;
}

.pre-code{
	background:#112C4A;
	color:#E7ECF1;
	font-family:Monaco,Courier,monospace;
	font-size:12px;
	margin:2em 1em;
	overflow:auto;
	padding:20px;
	border-radius:9px;
}