.TabbedPanels {
		/*float: right; */
		clear: none;
		width: 400px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
		color: #323232;
}
.TabbedPanelsTabGroup {margin:0;padding:0;}
.TabbedPanelsTab {
		-moz-user-select: none;
		-khtml-user-select: none;
		color:#323232;
		cursor: pointer;
		background:url(../image/construct/pdt_tab_off.gif) top right;
		float:left;
		font:12px Arial;
		height:21px;
		list-style: none;
		margin:0 2px 0 0;
		padding: 2px 5px 0 0;
		position: relative;
		text-align:right;
		width:117px;
}
.TabbedPanelsTabHover {background-color: #007f3e;}
.TabbedPanelsTabSelected {
		background:url(../image/construct/pdt_tab_on.gif) top right;
		color: #ffffff;
		font:bold 12px Arial;
		width:145px;
}
.TabbedPanelsTabSelected a {color: white;}
.TabbedPanelsTab a {color: black;text-decoration: none;}
.TabbedPanelsContentGroup {clear: both;}
.TabbedPanelsContent {padding: 10px 2px 8px 2px;}
.TabbedPanelsContentVisible {color: #333333;}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #eeeeee;
	position: relative;
}
.VTabbedPanels .TabbedPanelsTab {float: none;margin: 0;}
.VTabbedPanels .TabbedPanelsTabSelected {background-color: #eeeeee;}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 40px;
	height: 20em;
}
