/* CSS Document */
.tabs {position:relative; height: 27px; margin: 0; padding: 0; background:url(../../Images/bar_off_green.gif) repeat-x; overflow:visible}
.tabs li {display:inline;}
.tabs a:hover, .tabs a.tab-active {background:#fff url(../../Images/bar_ond.gif) repeat-x; border-right: 1px solid #fff} 
.tabs a  {height: 27px; font:normal 12px tahoma, verdana, helvetica, sans-serif;
    position:relative; padding:2px 10px 10px 10px; margin: 0px -4px 0px 0px; color:#003300;text-decoration:none; border-right:1px solid #006600;}
.tab-container {
	background: #fff;
	border:1px solid #009900;
	width: 99%;
	padding: 1px;

}
.tab-panes {
	margin: 3px;
	width: 99%;
}
.tab-header {
	background: #CFFECD;
	border-top: 1px solid #009900;
	border-right: 1px solid #009900;
	border-bottom: 1px none #009900;
	border-left: 1px solid #009900;
	width: 99%;
	padding: 1px;

}
.tab-70 {
	background: #C5E9B4;
	width: 90%;
	border: 1px solid #009900;
}
.tab-datatable {
	font-size: 14px;
	color: #003300;
	text-decoration: none;
	background-color: #8EE664;
}

