@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.Accordion {
	/*border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;*/
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:99%;
	z-index:-10;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	/*background-color: #fff;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;*/
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 14px;
	font-weight: bold;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	/*height: auto;*/
	width:99%;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;

}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #ffffff;
}

.AccordionPanelTabHover {
	color: #CC9900;
	font-weight: bold;
	font-size:14px;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #E3007A;
	font-weight: bold;
	font-size:14px;
}

.AccordionFocused .AccordionPanelTab {
	color: #009ee1;
	font-weight: bold;
	font-size:14px;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	color: #E3007A;
	font-weight: bold;
	font-size:14px;
}

.Style1 {
	color: #E3007A;
	font-weight: bold;
	font-size:14px;
}

.Style2 {
	color: #009EE1;
	font-weight: bold;
	font-size:14px;
}

.Style3 {
}
