.overtabbox { float: left; }
.tabbox { position: relative; overflow: visible; clear: both;  }

.tabbox .tabPanel h6 { float: left;  margin: 0; border: solid #000; border-width: 1px 1px 0 0; }
.tabbox .first h6 { border-left-width: 1px; }
.tabbox .tabPanel h6 a {  text-decoration: none; color: #3ba219; display: block; height: 73px; padding: 5px; text-align: left; font-size: 18px; font-weight: normal; }
.tabbox .tabPanel h6 a:visited {  text-decoration: none; color: #3ba219; display: block; height: 73px; padding: 5px; text-align: left; font-size: 18px; font-weight: normal; }

.tabbox .tabPanel h6 a:hover {  }
.tabPanel.selected h6 a {  color: #fff;}
.tabPanel.selected h6 a:visited {  color: #fff;}
.tabPanel { background: url(../images/tabber_bg.gif) top left no-repeat; background-color: #8ffc6d; }
.tabPanel.selected { background: url(../images/tabber_bg_act.gif) top left no-repeat; background-color: #3ab41a; }

.tabbox .tabContent { position: absolute; top: -9999px; left: -9999px;  width: 494px; height:331px; padding: 2px; margin: 1px; border: 1px solid #8ffc6d; text-align: left;}
.tabbox .selected .tabContent { top: 30px; left: 0; }


/* Vertical */
.verticalTabs .tabPanel h6 { float: none; clear: both; width: 170px;  border-width: 0px 1px 1px 1px; border-color: #fff;  height: 83px;}
.verticalTabs .tabPanel h6 a { width: 160px; height: 73px; height: 100%; background: url(../images/spacer.gif) top left no-repeat;}
.verticalTabs .first h6 {  }
.verticalTabs .selected .tabContent { top: 0; left: 170px; margin-left: 1px; }


a.tabberlink, a.tabberlink:visited  {
	text-align: right;
	color: #ff9900;
	font-size: 12px;
	font-weight: bold;
}


a.tabberlink:hover {
	text-align: right;
	color: #ff3300;
	font-size: 12px;
	font-weight: bold;
}



.tabbertext1 {
	position: relative; 
	top: -90px;
	left: 95px;
	width: 360px;
	height: 56px;
	padding: 10px;
	background-color: #ffffff;
	color: #056FAD;
	font-size: 12px;
	line-height: 18px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: alpha(opacity=85);
	opacity: 0.85;

}


.tabbertext2 {
	position: relative; 
	top: -320px;
	left: 120px;
	width: 340px;
	height: 56px;
	padding: 10px;
	background-color: #F9F2F2;
	color: #3C1E00;
	font-size: 12px;
	line-height: 18px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: alpha(opacity=85);
	opacity: 0.85;
}


.tabbertext3 {
	position: relative; 
	top: -90px;
	left: 45px;
	width: 260px;
	height: 53px;
	padding: 10px;
	background-color: #FFEAFF;
	color: #BF0060;
	font-size: 12px;
	line-height: 18px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.tabbertext3 a, .tabbertext3 a:visited {
	color: #77003C;
}


.tabbertext4 {
	position: relative; 
	top: -90px;
	left: 190px;
	width: 250px;
	height: 37px;
	padding: 10px;
	background-color: #F0FAFF;
	color: #004080;
	font-size: 12px;
	line-height: 18px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);
	opacity: 0.8;
}



