.TabbedPanels {overflow: hidden;margin: 0px; padding: 0px;	clear: none;width: 100%; position:relative}
.TabbedPanels .GGTitle{width:150px; text-indent:15px; height:30px; line-height:22px;display:block; font-size:18px; position:absolute; left:0; top:0; font-weight:500;background: rgba(0, 0, 0, 0) url("../images/Ico.png") no-repeat scroll 0 -36px;}
.TabbedPanelsTabGroup {	margin: 0px;padding: 0px;color:#777; height:36px; border-bottom:1px solid #e7e7e7;}
.TabbedPanelsTab {position:relative;float: left;list-style: none;-moz-user-select: none;-khtml-user-select: none;cursor: pointer; text-align:center;height:35px; line-height:35px; font-size:16px; padding:0 9px;}
.TabbedPanelsTabSelected {border-bottom:none;border-bottom:2px solid #016BB5;color:#016BB5;background:#F0F8FF;}
.TabbedPanelsContentGroup {clear: both; background:#fff;}
.TabbedPanelsContent {overflow: hidden;}
.TabbedPanels2 .TabbedPanelsTabSelected{background:#eee;}

.VTabbedPanels {overflow: hidden;zoom: 1;margin:18px 0 0 18px;}
.VTabbedPanels .TabbedPanelsTabGroup {float:left;width:110px; min-height:300px;position: relative;padding-left:0; border:none; background:none;}
.VTabbedPanels .TabbedPanelsTab {float: none;height:40px; line-height:40px; width:110px; background:#F9F9F9; border:1px solid #eee;font-size:16px;font-weight:500px;padding:0;margin:0;margin-bottom:20px; border-radius:100px;}
.VTabbedPanels .TabbedPanelsTabSelected {background:#016BB5; color:#fff;border:1px solid #016BB5;}
.VTabbedPanels .TabbedPanelsContentGroup {clear: none;float: left;width:740px;margin-left:20px;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;
}
}