body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#basic-accordian{
	width:243px;
	left:50%;
	top:50%;
	z-index:2;
}

.accordion_headings{
	padding:10px;
	background:#F6F6F6;
	color:#1F4684;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#CCCCCC;
}

.accordion_child{
	padding:5px 10PX 10PX 25PX;
	background:#FFF;
}

.header_highlight{
	background:#E3E3E3;
}

.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#CCCCCC;
}

.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}
