﻿@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;
	margin: 0px 1px 0px 0px;
	list-style: none;
	border: solid 1px #A3A3A3;
	cursor: pointer;
	width:95px;
	height:31px;
	background:url(../images/icon-2.jpg) repeat-x;
	font-weight:bold;
	color:#323433;
	text-align:center;
	line-height:33px;
}
.TabbedPanelsTabHover {
	background-color: #fff;
}
.TabbedPanelsTabSelected {
	border-bottom: 1px solid #fff;
	background-image:none;
	font-size:14px;
	color:#AD0101;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 1px #A3A3A3;
}
.TabbedPanelsContent {
	padding: 10px 10px 8px 8px;
}
.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;
}
.TabbedPanelsContentGroup:after{visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height: 0;} 
* html .TabbedPanelsContentGroup{zoom: 1;}
*:first-child + html .TabbedPanelsContentGroup{zoom: 1;}