@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	float:left;
}


.TabbedPanelsTab {
	position: relative;
	width:155px;
	list-style: none;
	font-size:11px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding:3px;
	border-bottom:1px solid #fff;
	color:#E5E5E5;
}

.TabbedPanelsTabSubFirst {
	position: relative;
	width:155px;
	list-style: none;
	font-size:11px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding:3px;
	color:#e5e5e5;
	font-weight:bold;
}

.TabbedPanelsTabSub {
	position: relative;
	width:155px;
	list-style: none;
	font-size:10px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding:3px 3px 3px 5px;
	color:#E5E5E5;
}

.TabbedPanelsTabSubLast {
	position: relative;
	width:155px;
	list-style: none;
	font-size:11px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding:5px;
	border-bottom:1px solid #FFF;
	color:#e5e5e5;
}

.TabbedPanelsTabHover {
	color: #fff;
}


.TabbedPanelsTabSelected {
	color:#FFF;
	font-weight:bold;

}

.TabbedPanelsContentGroup {
	width:674px; background:#fff; float:right; height:460px; padding:20px; overflow:auto;}


.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContent ul{
	list-style-type:square;
	margin:10px 0 10px 30px;
}

.TabbedPanelsContent li{
	font-size:11px;
	color:#333;
	padding:2px;
}

/
.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

