/* CSS Document */
/* Version 2.0 Nick Elliott 29/11/04 */

/* Type Selectors */

h1, h2, h3, h4, h5, h6, a, strong, em, legend, #reset, #submit {
	color:	#6E3C88;
}

a:hover, #sidecontent a:hover  {
	background-color: #F2EBF5;
}

fieldset {
	border-color: #6E3C88;
}

label, input, select, #sidecontent a:hover { 
	color: #36898D;
}

input, #sidemenu #first, #sidemenu a, #sidecontent a, #sidecontent, #sidecontentwrapper {
	border-color: #36898D;
}

/* Class Selectors */

.new_box {
	width: 446px;
	border: 1px solid #36898D;
	padding: 5px;
	margin-left: 70px;
	background: url(../images/0_new.gif) no-repeat top left;
	background-color: #EEF9F9;
	padding-left: 40px;		
}

/* ID Selectors */

#contentwrapper {
	background-image: url(../images/9_content_bg.gif);
}

#banner {
	background-image: url(../images/9_header_bg.gif);
}

/*/*/a{}
#sidemenu a {
	background-image: url(../images/9_sidemenu_link_bg.gif);
}

#sidemenu a:hover, #sidemenu a:focus {
	background-image: url(../images/9_sidemenu_link_over.gif);	
}
/* NN4 hack */

#sidemenu ul ul li a {
	background-image: url(../images/9_sidemenu_sublink_bg.gif);
}

#sidecontent, #sidecontentwrapper {
	background-color: #66C1C5;
}

#content ul {
	list-style-image: url(../images/9_bullet1.gif);
}

#content ul ul {
	list-style-image: url(../images/9_bullet2.gif);
}

#content table th {
	background-color: #36898D;			
}

#content table td, #content form table  {
	background-color: #EEF9F9;	
}

#schematic table td {
	vertical-align: top;
}

#toc ul {
	font-size: 110%;
	font-weight: bold;
	color: #6E3C88;	
}

#toc li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

#toc ul ul {
	font-size: 100%;
	font-weight: normal;
	margin-left: 15px;
	color: #333;
	padding-top: -30px;	
}

#toc li ul li {
	margin: 0;
}

#samplesite {
	padding: 10px 10px 15px 10px;
	background-color: #EEF9F9;
	border: 1px solid #36898D;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 420px;
}

#samplesite img {
	float: right;
}
