@charset "UTF-8";

.TabbedPanels { overflow: hidden; margin: 0px; padding: 0px; clear: none; width: 100%; }

.TabbedPanelsTabGroup {padding: 0px; margin:0px;}

.TabbedPanelsTab {
	position: relative; top: 1px; float: left; padding: 20px;
	font: bold 0.7em sans-serif; list-style: none;
	background-color:rgba(237,28,36,0.2); border-bottom:#cc0404 solid 1px; color:rgba(237,28,36,0.5);
	-moz-user-select: none; -khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTab{list-style:none;}
.TabbedPanelsTabHover { border:#cc0404 solid 1px; color:#cc0404; background-color:rgba(255,255,255,0.2);}

.TabbedPanelsTabSelected {color: #cc0404; background:#fff;
	border-top: solid 1px #fff; border-bottom:none; border-right: solid 1px #fff; border-left: solid 1px #fff;}

.TabbedPanelsTab a { color: black; text-decoration: none;}

.TabbedPanelsContentGroup {clear: both; border-left: solid 1px #fff; border-bottom: solid 1px #fff; border-right: solid 1px #fff; margin:0px; background-color:rgba(255,255,255,0.4);}

.TabbedPanelsContent { overflow: hidden; padding: 20px;}

.TabbedPanelsContentVisible {}

.VTabbedPanels { overflow: hidden; zoom: 1;}

.VTabbedPanels .TabbedPanelsTabGroup {float: left; width: 10em; height: 20em; position: relative;
	border-top: solid 1px #a1a1a1; border-right: solid 1px #a1a1a1; border-left: solid 1px #a1a1a1; 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;}

/* Styles for Printing */
@media print {
.TabbedPanels {	overflow: visible !important;}

.TabbedPanelsContentGroup {	display: block !important;	overflow: visible !important;	height: auto !important;}

.TabbedPanelsContent {	overflow: visible !important;	display: block !important;	clear:both !important;}

.TabbedPanelsTab {	 overflow: visible !important;	 display: block !important;	 clear:both !important;}
}