/**************************************************************************
CSS Document
A note on the font <Lucida Grande>, this is a very beautiful font that is only
available on Macs, so if you're using Windows, you can only see Verdana. :)
**************************************************************************/
html body {
	font-size:12px;
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
}
#container {
	position:relative;
	color: #666;
	width: 100%;
	height:100%;
}
.formbutton{
	cursor:pointer;
	border:1px #ccc;
	background:#0099cc;
	color:#CC3300;
	/*font-weight:bold;*/
	font-size:12px;
	padding: 1px 2px;
	background-color:#D4D4D4;
	/*background:url(media/formbg.gif) repeat-x left top;*/
}
table {
	/*border:3px double #CCCCCC; border-collapse:collapse*/;
}
.th {
	border:1px solid #F0F0F0;
}	
/********************************/
* { margin: 0; padding: 0; }
#list4 { 
	width:695px; 
}
dt, h3, a.head { 
	cursor:pointer; 
	border:1px solid #CCCCCC; 
	margin-top:0.5em; 
	padding:0.1em; 
	/*background-color:#B5D5FB;*/
	background-color:#009544; 
	color:#333333;
	margin-left:7px;
}
a.head { 	
	display:block; 
}

li ul { 
	margin-left: 1em; 
}
li { 
	list-style-type: none;
}

dt.active { 	
	background-color:#C0C0C0; 
}
dt.notActive { 	
	background-color:#E0E0E0; 
}
dd, p { 
	/*background-color:#F5F5F5; 	
	padding:0.1em; 
	border:1px solid #C0C0C0;
	border-top-width:0; 
	margin: 0px; */
}
h2 { 
	margin-top: 1.5em; 
}
#list3 { 
	border: 2px solid #111; 
}
#list3 div { 
	background-color: #eee; 
}
#list3 div.title { 
	text-decoration: underline; 
}
a.selected { 
	/*background-color: #789;*/
	background-color: #f17c00; 
	color:#FFFFFF; 
	font-weight:bold;
	
}

a:hover{
	color: #000;
	text-decoration: underline;
}