@charset "UTF-8";

.Accordion {
border-bottom: solid 1px white;
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
	height: auto;
}
.AccordionPanelTab {
	padding:2px;
	margin: 8px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	color:white;
	font-size: 0.8em;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	background-color: #cc9966;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0 10px 0 4px;
	height: 190px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.AccordionPanelContent li {
	line-height: 1.3em;
	margin-top: 4px;
	}
.AccordionPanelContent ul {
	list-style:none;}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #b16323;
	font-weight:bold;
}

.AccordionPanelTabHover {
	color: #336;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #336;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #cc9966;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #b16323;
}
.AccordionPanelContent ul li ol li a
{
	font-weight: bold;
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	color:#369;
	
}
