@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
	}
	
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 0px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background:url(TAB_01.gif) left bottom no-repeat;
	width:93px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding-top:10px;
	height:24px;
}


.TabbedPanelsTabHover {
	background:url(TAB_01.gif) left bottom no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a2be2a;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
}
.TabbedPanelsTabSelected {
	color:#ffffff;
	background:url(TAB_02.gif) left bottom no-repeat;
	width:93px;
}

.TabbedPanelsTab a {
	color:#006633;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
}


.TabbedPanelsContentGroup {
	clear: both;
	background-color:transparent;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	
	}


.TabbedPanelsContent {
	padding:1px;
}


.TabbedPanelsContentVisible {
}


