.Accordion {overflow: hidden;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-style: solid;border-top-width: 1px;border-top-color: #CCC;border-right-color: #CCC;border-bottom-color: #CCC;border-left-color: #CCC;}
.AccordionPanel {margin: 0px;padding: 0px;}
.AccordionPanelTab {
	background-color: #F7F7F7;
	padding: 8px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 16px;
	border-top-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #F7F7F7;
	border-bottom-color: #F7F7F7;
	background-image: url(/images/general/drawer_closed_head.png);
	background-repeat: no-repeat;
	background-position: top;
	font-weight: normal;
}
.AccordionPanelContent {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	height: 150px;
	width: 225px;
}
.AccordionPanelOpen .AccordionPanelTab {background-image: url(/images/general/drawer_open_head.png);background-color: #FFFFFF;background-repeat: no-repeat;}
