
.header {
	background:#636979;
	cursor: pointer;
	padding:0px;
}
#test-header2{
background:#383b42;
color:#FFFFFF;
font-weight:bold;

}

.header:hover{
	background-color:#636979;
}
.selected{
	background-color:#636979;
	color:#FFF;
}

.content{
	background:#636979;
	padding:4px;
}

.accordion_headings2
{
	background: #CC0000;
	color: #000;
	font-size:12px;
}

.header_highlight2{
	background:#383b42;
}

#basic-accordian, #basic-accordian2{
	width:360px;
	left:50%;
	top:50%;
	z-index:2;
}

.accordion_headings{
	padding:0px 1px 0px 8px;
	background: #549AD3;
	color: #E1EAF2;
	border:1px solid #636979;
	cursor:pointer;
	font-weight:bold;
	font-size:11px;
}

.accordion_headings:hover{
	background:#96b0e9;
}

.accordion_child{
	padding:10px;
	background:#747c8f;
}

.header_highlight{
	background:#96b0e9;
}