/*
	ACCORDION STYLES
*/
.accordion 
{
	background-color: white;	/*applies to the background of the content area */
	/*position:absolute;*/
	width:900px;
	/*top:66px;*/
	z-index:1;
	
	border-left:solid 1px green;
	border-right:solid 1px green;
	border-bottom:solid 1px green;
}
.accordionbkg
{
	background-color: white;	/*applies to the background of the content area */
	/*position:absolute;*/
	width:900px;
	/*top:66px;*/
	z-index:1;
	
	border-left:solid 1px green;
	border-right:solid 1px green;
	border-bottom:solid 1px green;
}

.accordion_table
{
	width:180px;
}
.accordion_tab
{
	border-top:solid 3px green;border-bottom:solid 1px green;height:22px;font-size:12pt;cursor:pointer;background-color:#E6F6E9;
	cursor:pointer;
	text-indent:10px;
	font-weight: bold;
}
.accordionbkg_tab
{
	border-top:solid 3px green;border-bottom:solid 1px green;height:22px;font-size:12pt;cursor:pointer;background-color:#E6F6E9;
	cursor:pointer;
	text-indent:10px;
	font-weight: bold;
}
.accordion_content
{
	text-align:center;
	filter:alpha(opacity:80);opacity:0.8;
	background-color:#F8FFF8;
	overflow-y: auto;
	height:200px;
}
.accordionbkg_content
{
	text-align:center;
	filter:alpha(opacity:80);opacity:0.8;
	background-color:#F8FFF8;
	overflow-y: auto;
	height:200px;
}
#content
{
	position:absolute;
	left:175px;
	margin-top:-25px;
	overflow-y:auto;
}


			.accordion_hover {background-color : #BBDDBB;color : #000000;}
			.accordion_selected {background-color : #88AA88;color : #000000;font-weight : bold;}
			.accordion_header{background-color : #6b79a5;height: 26 px;color : #ced7ef;font-weight : 'normal';}




			.accordionbkg_hover {background-color : #BBDDBB;color : #000000;}
			.accordionbkg_selected {background-color : #88AA88;color : #000000;font-weight : bold;}
			.accordionbkg_header{background-color : #6b79a5;height: 26 px;color : #ced7ef;font-weight : 'normal';}