
.TabbedPanels {overflow: hidden;margin: 0px; padding: 0px;	clear: none;width: 100%; position:relative;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);}
.TabbedPanelsTabGroup{margin: 0px;padding: 0px;background:#FAFAFA; height:44px;border-bottom:1px solid #f2f2f2;}
.TabbedPanelsTab{position:relative;float: left;list-style: none;-moz-user-select: none;-khtml-user-select: none;cursor: pointer; text-align:center;height:44px;line-height:44px;font-size:16px; padding:0 25px;color:#666; outline: none; }
/* .TabbedPanelsTab:after{content: ""; position: absolute; top:14px; right:-22px; width:1px; height:18px;background-color: #ccc;}
.TabbedPanelsTab:nth-last-child(2):after{display:none;} */
.TabbedPanelsTabSelected {background:rgba(16,98,166,1);box-shadow: 0 0px 10px rgba(73,149,228,.5);color:#fff;font-weight:600;border-radius: 3px;}
.TabbedPanelsContentGroup {clear: both;padding:5px 15px; min-height:432px;}
.TabbedPanelsContent {overflow: hidden;}
.TabbedPanels .Search{top:7px;right:10px;}
.TabbedPanels .TxtInput{border-radius: 100px;width:200px;height:26px;line-height: 26px;}
.TabbedPanels .Search:hover .TxtInput{border-color:rgba(16,98,166,1);width:220px;}
.TabbedPanels .SeachBtn{top:0px;}

.VTabbedPanels {overflow: hidden;zoom: 1;margin: 0;}
.VTabbedPanels .TabbedPanelsTabGroup {float:left;width:115px; min-height:300px;position: relative;padding-left:0;border:none;background:#fff; margin-top:15px; }
.VTabbedPanels .TabbedPanelsTab {float: none;height:33px; color:#fff;line-height:33px;width:100%; font-size:14px;font-weight:500px;padding:0;margin:0 0 25px;transition-duration: 0.3s;background:url(../images/Sprites.png) -160px -50px no-repeat; }
.VTabbedPanels .TabbedPanelsTabSelected {background:url(../images/Sprites.png) -160px 0 no-repeat;border:none;}
.VTabbedPanels .TabbedPanelsContentGroup {clear:none;float: left;width:740px;margin-left:13px;border:none;padding: 0;}
.VTabbedPanels .TabbedPanelsTabGroup::before,.VTabbedPanels .TabbedPanelsTabGroup::after,.VTabbedPanels .TabbedPanelsContentGroup::before,.VTabbedPanels .TabbedPanelsContentGroup::after{content: 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;
}
}