/* CSS Document */
.tabs {position:relative; height: 27px; margin: 0; padding: 0; background:url(../../Images/bar_off.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:#0000CC;text-decoration:none; border-right:1px solid #0000CC;}
.tab-container {
	background: #fff;
	border:1px solid #0000CC;
	width: 99%;
	padding: 1px;

}
.tab-panes {
	margin: 3px;
	width: 99%;
}
.tab-header {
	background: #CCCCFF;
	border-top: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
	border-bottom: 1px none #0000CC;
	border-left: 1px solid #0000CC;
	width: 99%;
	padding: 1px;

}
.tab-70 {
	background: #E8BCB5;
	border-top: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
	border-bottom: 1px solid #0000CC;
	border-left: 1px solid #0000CC;
	width: 90%;
}
