/* CSS Document */
.tabs {position:relative; height: 27px; margin: 0; padding: 0; background:url(../../Images/bar_off_red.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-width: 1px;
	border-right-style: solid;
	border-right-color: #660000;
}
.tab-container {
	background: #fff;
	border:1px solid #990000;
	width: 99%;
	padding: 1px;

}
.tab-panes {
	margin: 3px;
	width: 99%;
}
.tab-header {
	width: 99%;
	padding: 1px;
	background-color: #F9E4E3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.tab-70 {
	width: 90%;
	border: 1px solid #990000;
	background-color: #E3BDB9;
}
.tab-datatable {
	font-size: 14px;
	color: #4A0000;
	text-decoration: none;
	background-color: #EE9793;
}
