@charset "UTF-8";
 
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

 
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	
}
.TabbedPanelsTab {
	
	font-weight:bold;
	min-width:200px;
	text-align:center;
	width:100px;
	float: left;
	padding-top:7px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:7px;
	margin-right:3px;
	background-color: #f0f0ea;
	color:#333333;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-bottom: 1px solid #f0f0ea;
	
}

 
.TabbedPanelsTabHover {
	background-color: #CCC;
	border-bottom: 1px solid #CCC;
}

 
.TabbedPanelsTabSelected {
	background-color: #e51937;
	border-bottom: 1px solid #e51937;
	color:#ffffff;
	font-weight:bold;
	 
}

 
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

 
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}

 
.TabbedPanelsContent {
	padding: 4px;
	background-color:#FFF;
}

 
.TabbedPanelsContentVisible {
}

  
.VTabbedPanels .TabbedPanelsTabGroup {
	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 .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;
}


