.etabs { 
	margin: 0 !important; 
	padding: 0 !important; 
	
	}
	
.etabs li a {
	background: none !important;
	border: 0 none !important;
	padding: 0 !important;
	
	}
	
	
.etabs li  {	
	text-align: center !important;
	}


.tab { 
	padding: 0.75em 1.5em 0.75em 1.5em;
	display: inline-block; 
	zoom:1;
	*display:inline;
	 background: #eee;
	 border: solid 1px #999;
	 border-bottom: none;
	 -moz-border-radius: 4px 4px 0 0;
	 -webkit-border-radius: 4px 4px 0 0;
	 }

.tab a {
	 font-size: 14px;
	 line-height: 2em;
	 display: block;
	 padding: 0 10px;
	 outline: none;
	 }
	 
.tab a:hover {
	 text-decoration: underline;
	 }
	 
.tab.active { 
	background: #fff;	 
	padding: 1.5em 1.5em 0.75em 1.5em;
	position: relative; 
	top: 1px; 
	border-color: #003772; 
	}
	
.tab a.active {
	font-weight: bold;
	color:#003772 !important;
	}
	
.tab-container .panel-container {
	 background: #fff; 
	 border: solid #003772 1px; 
	 padding: 10px; 	 
	 }
	 


