@charset "UTF-8";
.Accordion {
	width: auto;
	font-size: 14px;
	color: #eeeeee;
	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-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	border: 0;
}
.AccordionPanelTab {
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
	border-top-color: #eeeeee;
	border-top-width: 1px;
	border-top-style: solid;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 135px;
}
.AccordionPanelContent a {
	display: block;
	text-decoration: none;
	color: #FFE7D1;
	padding: 10px;
}
.AccordionPanelContent a:visited{
	color: #7E3F00;
}
.AccordionPanelContent a:hover{
	text-decoration: underline;
	color: #FF0000;
}
.AccordionPanelOpen .AccordionPanelTab {
	color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;
}
.AccordionPanelTabHover {
	color: #FF0000;
	text-decoration: underline;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FF0000;
	text-decoration: underline;
}