*{
	margin:0;
	padding:0;
	/*list-style:none;*/
}

.header {
	background: #FFFFFF;
	cursor: pointer;
	padding:4px;
}


.header:hover{
	background-color:#F0F3F8;
}

.selected{
	background-color:#FFFFFF;
	color:#666666;
}

.content{
	background:#FFF;
	padding:4px;
}

#basic-accordian{
	border:0px solid #EEE;
	padding:0px;
	width:800px;
	/*position:relative;
	left:510px;
	top:127px;
	margin-left:-175px;*/
	z-index:2;
	margin-top: 0px;
}

.accordion_headings{
	height: 20px;
	padding:10px;
	background:#F0F3F8;
	border:1px solid #DDDDDD;
	cursor:pointer;
	font-weight:bold;
	vertical-align: top;
	color:#466EA0;
	/*background:url(../images/menutitle.jpg) repeat-x;*/
}

/*.accordion_headings img{
 width: 45px;
 height: 35px;
 margin: 2px;
 float: left;
 border: 1px solid #333333;
}
*/

.accordion_headings:hover{
	background:#FFFFFF;
	/*background:url(../images/menutitle_over.jpg) repeat-x;*/
}

.accordion_child{
	padding:10px;
	background:#FFFFFF;
}

.header_highlight{
	background:#FFFFFF;

}

