@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

.Accordion {
	border: none;
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.AccordionPanelTab {
	background-image: url(../images/bg-tab.png);
	background-repeat: repeat-x;
	height: 20px;
	border: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #1258b4;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: right;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.AccordionPanelTab2 {
	background-image: url(../images/bg-tab.png);
	background-repeat: repeat-x;
	height: 18px;
	border: none;
	margin: 0px;
	padding: 2px 15px 2px 15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: right;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.AccordionPanelContent {
	margin: 0px;
	padding: 0px;
	height: 460px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.AccordionPanelContent2 {
	overflow: auto;
	overflow-x:hidden;
	overflow-y:auto;
	margin: 0px;
	height: 386px;
	background-color: none;
	background-image: url(../images/bgcontab2.png);
	visibility: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.AccordionPanelOpen .AccordionPanelTab {
	color: #1258bc;
	font-weight: bold;
	background-image: url(../images/bg-tab.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.AccordionPanelOpen .AccordionPanelTab2 {
	color: #1258bc;
	background-image: url(../images/bg-tab.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.AccordionPanelTabHover {
	color: #002277;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #002277;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.AccordionFocused .AccordionPanelTab {
	background-image: url(../images/bg-tab.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-image: url(../images/bg-tab.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

