.etabs { 
	margin: 0; 
	padding: 0; 
}
div[id^='tabs']  {
	border: 1px solid #CCCCCC;
	width: 900px;
	min-height: 300px;
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0 5px 5px 5px;
        padding: 10pt;
}
div[id^='tabs']  div.content {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 10px;	
	min-height: 280px;
	border: 1px solid #CCCCCC;
	padding: 0 10px 10px 20px;
	line-height: 1.7em;
}
.tab { 
	display: inline-block; 
	zoom:1; 
	*display:inline; 	
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background: none repeat scroll 0 0 #eeeeee;
    border-color: #CCCCCC !important;
	border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;	
}
.tab a { 
	text-decoration: none;
	line-height: 2em; 
	display: block; 
	padding: 5px 10px;  
	outline: none; 
	/*color: white;*/
	
}
.tab a:hover { 
	
}
.tab.active { 
	background: none repeat scroll 0 0 #FFFFFF !important;
  /*  color: #214C5E !important;*/
	padding-top: 6px; 
	position: relative; 
	top: 1px; 
	border-color: #666; 
}
.tab a.active { 
	/*color: #214C5E !important;*/
       /* font-weight: bold;*/
}
.tab-container .panel-container { 
	background: #fff; 
	border: solid #666 1px; 
	padding: 10px; 
	-moz-border-radius: 0 4px 4px 4px; 
	-webkit-border-radius: 0 4px 4px 4px; 
}
