@charset "UTF-8";

.TabbedPanels {overflow: hidden;margin: 0px;padding: 0px;clear: none;width: 100%;}
.TabbedPanelsTabGroup {margin: 0px;padding: 0px;color: #FFF;font-size: 14px;height:50px;}
.TabbedPanelsTabGroup a { color:#FFF;}
.TabbedPanelsTab {
	position: relative;
	float: left;
	text-align:center;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;cursor: pointer;
}

#TabbedPanels1 .TabbedPanelsTabGroup li {line-height: 27px;}
#TabbedPanels1 .TabbedPanelsTab {width:66px;height:30px;background: url(/style/images/radio_17.png) no-repeat left top;background-color: #a0a0a0;margin: 0px 10px 0px 0px;}
#TabbedPanels1 .TabbedPanelsTabHover {background-color: #CCC;}
#TabbedPanels1 .TabbedPanelsTabSelected {background-color: #EEE;background: url(/style/images/radio_15.png) no-repeat left top;}

#TabbedPanels2 .TabbedPanelsTabGroup li {line-height: 45px;margin-right:1px;}
#TabbedPanels2 .TabbedPanelsTabGroup li a { padding:8px 25px;}
#TabbedPanels2 .TabbedPanelsTab {width:100px;height:45px;background-color: #f6bf6a;margin: 0;}
#TabbedPanels2 .TabbedPanelsTabHover {background-color: #f56f6c;}
#TabbedPanels2 .TabbedPanelsTabSelected {background-color:#f56f6c;}


.TabbedPanelsTab a {text-decoration: none;}
.TabbedPanelsContentGroup {
	clear: both;
	
	/*overflow-y: auto;
	height: 500px;*/
}
.TabbedPanelsContent {overflow: hidden;padding: 4px;}
.TabbedPanelsContentVisible {}
.VTabbedPanels {overflow: hidden;zoom: 1;}
.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;}

/* 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;}
}