
.TabbedPanels {margin:0px;clear: none; position:relative;z-index:1000;}
.TabbedPanels .GGTitle{width:150px; text-indent:15px;font-size:16px; position:absolute; left:0; top:6px; font-weight:bold; background:url(../images/Ico.png) 0 -213px no-repeat; }
.TabbedPanelsTabGroup{margin:0px;padding:0px;color:#666; height:42px;border-bottom:1px solid #f1f1f1;}
.TabbedPanelsTab {position:relative;float:left;margin:0 20px 0 0;list-style: none;cursor: pointer;text-align:center;height:42px;line-height:42px;font-size:16px;padding:0 15px;font-size:16px;width: min-100px;}
.TabbedPanelsTabSelected {background:#009396;color:#fff;padding:0 25px;transition:all .4s;position:relative;z-index:1000;box-shadow: 0 2px 6px rgba(0,147,150,0.5);}
.TabbedPanelsTabSelected:before{content: "";position: absolute;width: 100%;height: 100%;background: url(../images/Ico.png) center -82px no-repeat;left: 0;bottom: 0;}

.TabbedPanelsContentGroup {clear: both; background:#fff;}
.TabbedPanelsContent {overflow: hidden;}


.VTabbedPanels {overflow: hidden;zoom: 1;margin: 0;}
.VTabbedPanels .TabbedPanelsTabGroup {width: 100%;position: relative;height: 40px;background: rgba(0 147 150 / 5%);}
.VTabbedPanels .TabbedPanelsTab {height: 40px;line-height: 40px;font-size:14px;padding: 0 20px;margin:0;transition-duration: 0.3s;}
.VTabbedPanels .TabbedPanelsTabSelected {color: #009396;border:none;box-shadow: none;background: #fff;border-bottom: 1px solid #009396;font-weight: 600;}
.VTabbedPanels .TabbedPanelsContentGroup {clear:none;width: 100%;border:none;}

/* 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;
}
}