/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	overflow: hidden;

}

.AccordionPanel {
	margin: 0px;
	padding: 0px;	
/*	*/
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
/*	color: #FF0000;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	cursor: pointer;
	text-align: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-color: #eee;
	font-size: 0.84em;
	font-weight: normal;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 2px 2px 12px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(images/p7ap_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	background-color: #eee;
	/*border-top: solid 1px #CCCCCC;*/
	border-bottom: solid 1px #dddddd;
	text-align:left;
	
	
}
/*.AccordionPanelTab h3 {
	margin: 0;
	font-size: 0.864em;
	color: #FFF;
	font-weight: normal;
	background-image: url(images/p7ap_south_white.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	background-color: #339900;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 36px;
} */
.AccordionPanelTab h3, .AccordionPanelTab h4 {
	margin: 0;
	padding: 0 0 0 14px;
	font-size: 0.90em;
	color: #333;
	font-weight:normal;
}

.AccordionPanelOpen .AccordionPanelTab  {
	/*color: #FFFFFF;
	letter-spacing: 0.1em;
	
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding: 1px 2px 1px 12px;*/
	background-color: #f3c788;
	background-image: url(images/p7ap_south_white.gif);
	border-bottom: 1px solid #FFF;
}

.AccordionPanelContent {
	overflow: auto;
	font-size: 0.94em;
	line-height: 140%;
	color: #555;
	text-align: left;
	padding: 6px;
	background-color: #FFF;
	background-image: url(images/THAG_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	min-height:100px;
	height:auto !important;
	height:110px;
}

.AccordionPanelContent h3{
		color: #f3c788;
}

.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { background-color: #FFC; color: #cc0000; }

/*.AccordionPanelClosed .AccordionPanelTab h3 { background: url('images/p7ap_east_black.gif') no-repeat left 50%; color:#000000; }*/
.AccordionPanelContent div { margin: 5px 8px; }
