#subtab .TabbedPanelsSub {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width:470px;
	position:absolute;
	
}


#subtab .TabbedPanelsTabGroupSub {
	margin: 0px;
	padding: 0px;
}


#subtab .TabbedPanelsTabSub {
	position: relative;
	top: 1px;
	float: left;
	padding: 0px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #CCC;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:13px;
}


#subtab .TabbedPanelsTabHover3 {
	background-color: #999;
}

.TabbedPanelsTabHover3 {
	background-color: #6F0;
}


#subtab .TabbedPanelsTabSelected3 {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	border-top-color:#999;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#999;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#999;
	border-right-style:solid;
	border-right-width:1px;
	
}

.TabbedPanelsTabSelected3 {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	border-top-color:#2d5f13;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#2d5f13;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#2d5f13;
	border-right-style:solid;
	border-right-width:1px;
	
}



#subtab .TabbedPanelsTabSub a {
	color: black;
	text-decoration: none;
}


#subtab .TabbedPanelsContentGroupSub {
	clear: both;
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-top: solid 1px #999;
	border-right: solid 1px #FFF;
	background-color: #FFF;
	
}


#subtab .TabbedPanelsContentSub {
	padding: 0px;
	height:270px;

	
}



.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroupSub {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTabSub {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroupSub {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


