@charset "UTF-8";

.Accordion {
	overflow: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5BCCC4;
	border-left-color: #5BCCC4;
}

/* 
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* 
 */
.AccordionPanelTab {
	background-color: #09F;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: "微软雅黑";
	font-size: 13px;
	font-weight: bolder;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #5BCCC4;
	border-bottom-color: #C9E7E9;
	padding: 8px 8px 4px 22px;
	color: #900;
	height: 28px;
	display: block;
	background-image: url(../Images/report.gif);
	background-repeat: no-repeat;
}

/* 
 */
.AccordionPanelContent {
	overflow: auto;
	height: 200px;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 0px;
	background-color: #F3F3F3;
}

/* 
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #AAC128;
}

/*
 */
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* 
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #C9E7E9;
}

/* 
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-color: #CCC;
}
.AccordionPanelContent ul li a {
	line-height: 135%;
	font-size: 12.5px;
	padding-top: 5px;
	padding-bottom: 6px;
	color: #445756;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	margin: 1px;
	font-weight: bold;
}
.AccordionPanelContent ul li a:hover {
	background: #4E6362;
	color: #FFF;
}

