
#basic-accordian
{
	z-index: 2;
}


.accordion_headings
{
	height: 25px;
	cursor: pointer;
	background-color: #5556fd;
	background-image: url('../images/accordian/blue_bar.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 150%;	
	color: #dddddd;
	margin-bottom: 2px;	
	padding-left: 10px; 
}

.accordion_headings:hover
{
	background-color: #7f80fb;
	background-image: url('../images/accordian/blue_bar_selected.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}

.header_highlight
{
	color: #ffff22;
}


.accordion_child
{
	background: #e8eef7;
	border: 1px solid #808080;
	margin-bottom: 7px;	
	padding: 10px; 
}


#basic-accordian ul 
{
	list-style-image: url('../images/misc/small_blue_box.jpg');
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

.more_info
{
	border: 0;
	vertical-align: text-bottom;
}



