.tabb_tab_tble {
	border: 0px none #CC0000;
	background:#FFFFFF;
}

.tabb_tab_tble td {
	line-height:25px;
	padding-left: 5px;
}

.tabb_active {
	border-top: 1px solid #128CCB;
	border-left: 1px solid #128CCB;
	border-right: 1px solid #128CCB;
	background:#FFFFFF;
	cursor: hand;
	text-align:center;
	color:#304A9F;
}

.tabb_inactive {
	border-top: 1px solid #128CCB;
	border-left: 1px solid #128CCB;
	border-right: 1px solid #128CCB;
	border-bottom: 0px solid #128CCB;
	background:#128CCB;
	cursor: hand;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	font-family:Arial;
}

.tabb_seperator {
	width:1px;
	border-bottom: 1px solid #128CCB;
}

.tabb_space {
	border-bottom: 1px solid #128CCB;
}

.tabb_active a, .tabb_active a:hover  {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#128CCB;
	text-align:center;
}
.tabb_inactive a,  .tabb_inactive a:hover  {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}


.tabb_content_tble {
	border-left: 1px solid #128CCB;
	border-right: 1px solid #128CCB;
	border-bottom: 1px solid #128CCB;
	/*background:#E3F7FD;*/
}

.tabb_content_tble td {
	line-height:25px;
}

.tabb_content_tble .tab_title {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#235686;
	border-bottom: 1px solid #304A9F;
	background:#E3F7FD;
	padding-left: 5px;
}

.tabb_content_tble .tab_txt_imp {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	padding-left: 5px;
	background:#FFFFFF url(../images/dothorizontal.gif) repeat-x center bottom;
}

.tabb_content_tble .tab_txt_imp a {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

.tabb_content_tble .tab_txt {
	font-family:Arial;
	font-size:12px;
	color:#484848;
	padding-left: 5px;
	background:#FFFFFF url(../images/dothorizontal.gif) repeat-x center bottom;
}

/* X-series */
.xtabb_tab_tble {
	border: 1px solid #CC0000;
	background:#E3F7FD;
}

.xtabb_tab_tble td {
/*	line-height:25px; */
	padding-left: 5px;
}

.xtabb_active {
	border-top: 1px solid #7BC4DC;
	border-left: 1px solid #7BC4DC;
	border-right: 1px solid #7BC4DC;
	background:#FFFFFF;
	cursor: hand;
}

.xtabb_inactive {
	border-top: 1px solid #7BC4DC;
	border-left: 1px solid #7BC4DC;
	border-right: 1px solid #7BC4DC;
	border-bottom: 1px solid #7BC4DC;
	background:#E3F7FD;
	cursor: hand;
}

.xtabb_active a, .xtabb_active a:hover, .xtabb_inactive a,  .xtabb_inactive a:hover  {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#235686;
	padding-top: 2px;
	padding-bottom: 2px;
}
