.tabbedpanels {overflow: hidden;margin: 0px; padding: 0px;	clear: none;width: 100%; position:relative;}
.tabbedpanels .ggtitle{width:190px; text-indent:50px;color:#333; height:50px; line-height:55px; font-size:16px; position:absolute; left:0; top:0; font-weight:bold;}
.tabbedpanelstabgroup {margin: 0px;padding: 0px;border:1px solid #e5e5e5; border-top:none; border-bottom:none;color:#777; height:65px; padding-left:0px;}
.tabbedpanelstab {position:relative;float: left;margin: 20px 0px 0px 20px;list-style: none;-moz-user-select: none;-khtml-user-select: none;cursor: pointer; text-align:center;height:35px; line-height:35px; font-size:14px;padding:0 20px;    outline: none; border:1px solid #035496;color: #035496;}
.tabbedpanelstab a{white-space:nowrap; }
.tabbedpanelstabgroup li:nth-last-child(2){}
.tabbedpanelstabhover {	background-color: #ccc;}
.tabbedpanelstabselected {background:#fff; border:1px solid #035496; height:35px;    color: #fff;  background:linear-gradient(to right, #035294, #4085be);background: linear-gradient(to right, #035294, #4085be);
    background: -moz-linear-gradient(90deg, #035294, #4085be);
    background: -ms-linear-gradient(90deg, #035294, #4085be);
    background: -o-linear-gradient(90deg, #035294, #4085be);
    background: linear-gradient(90deg, #035294, #4085be);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#035294',endcolorstr='#4085be',gradienttype='0');
    -ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr='#035294',endcolorstr='#4085be',gradienttype='0')"; border-radius: 1px ;}
.tabbedpanelstab a {color: black;text-decoration: none;}
.tabbedpanelscontentgroup {clear: both; border:1px solid #e5e5e5; border-top:none;background:#fff;min-height:220px;}
.tabbedpanelscontent {overflow: hidden;}
.tabbedpanelscontent li:last-child{border-bottom:none;}
.tabbedpanelscontentvisible {}

.vtabbedpanels {overflow: hidden;zoom: 1; margin-top:-1px;}
.vtabbedpanels .tabbedpanelstabgroup {float: left;width: 200px; height:235px;position: relative;padding-left:0; border-bottom:none; background:none;}
.vtabbedpanels .tabbedpanelstab {float: none;margin: 0px;height:75px; width:199px; background:none; border:1px solid #e2e2e2; border-top:1px solid #fff; border-right:none; line-height:75px;}
.vtabbedpanels .tabbedpanelstabselected {border:#f0b501 1px solid;border-right:1px solid #fff; }
.vtabbedpanels .tabbedpanelscontentgroup {clear: none;float: left;padding: 0px;width:778px; border:1px solid #f0b500; border-top:none;height:210px; padding:10px;}

/* 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;
}
}