@charset "UTF-8";

.Accordion {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
	width: 189px;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background: #d4d0c8 url('right_arrow_f.gif') no-repeat center left;
	border-top: 0px;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 3px 2px 2px 14px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelContent {
	overflow: hidden;
	margin: 0px;
	padding: 8px;
	height: 770px;
/*	background-color: #a9ab9c; */
	background-color: #888c7c;
/*	color: #ffffff; */
	color: #cfcfcf;  
	font-size: 11px;
}
.AccordionPanelOpen .AccordionPanelTab {
	background: #eeeeee url('down_arrow_f.gif');
	background-repeat: no-repeat;
	background-position: center left;
	color: #454544;
	font-weight: bold;
	padding: 3px 2px 2px 14px;
}
.AccordionPanelTabHover {
	background: #e3e1dc url('down_arrow_f.gif');
	background-repeat: no-repeat;
	background-position: center left;
	color: #454544;
	font-weight: bold;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #454544;
}
.AccordionFocused .AccordionPanelTab {
	color: #454544;
	background-color: #d4d0c8;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #eeeeee;
		font-weight: bold;
}