
.TabbedPanels {overflow: hidden;margin:0px;clear: none; position:relative;}
.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:#777; height:38px; padding-left:110px;border-bottom:1px solid #E7E7E7;}
.TabbedPanelsTab {position:relative;float:left;margin:0 10px;list-style: none;-moz-user-select: none;-khtml-user-select: none;cursor: pointer; text-align:center;height:38px; line-height:38px; font-size:14px;min-width:65px;}
.TabbedPanelsTabSelected {border-bottom:none;border-bottom:2px solid #2297fe;color:#2297fe;}
.TabbedPanelsContentGroup {clear: both; background:#fff;}
.TabbedPanelsContent {overflow: hidden;}


.VTabbedPanels {overflow: hidden;zoom: 1;margin:10px 0 0 0;}
.VTabbedPanels .TabbedPanelsTabGroup {float:left;width:100px; min-height:641px;position: relative;padding-left:0;padding-top:5px; border:none; background-image: linear-gradient(90deg, #3DB2FF 0%, #2297FE 100%);}
.VTabbedPanels .TabbedPanelsTab {float: none;height:39px;color:#fff; line-height:39px; width:100px; font-size:14px;font-weight:500px;padding:0;margin:0;transition-duration: 0.3s;border-bottom:1px solid rgba(255,255,255,.15);}
.VTabbedPanels .TabbedPanelsTabSelected {background:#F85461; color:#fff;height:40px;position:relative;}
.VTabbedPanels .TabbedPanelsTabSelected:after {content:'';position: absolute;right:0px;top:16px;z-index:1000;width:12px;height:12px;background:url(../images/Ico.png) -4px -112px;transform:rotate(-90deg);}
.VTabbedPanels .TabbedPanelsContentGroup {clear:none;float: left;width:670px;margin-left:13px;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;
}
}