
/*********************** this is for ie7 *********
.container{
	filter: alpha(opacity=80);
}
************** End ************/
.tabs , ul.tabs {
	margin: 0px 0 7px 0;
	padding: 0px;
	float: left;
	list-style: none;
	border-bottom:0px solid #999;
	width: 100%;
	z-index:999
}

ul.tabs li 
{
	float: left; 
	margin:0!important;
	padding: 0;
	border-left: none;
	border-right:1px solid #000;
	
	/*background: #ffd500;*/
	overflow: hidden;
	position: relative;
	color:#000000;
	font-weight:bold
}
ul.tabs li.noborder
{
	border-right:none
	}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 11px;
	padding:0px 10px 0px 10px;
	border-right:4px solid #fff;
	border-left:4px solid #fff;
	outline: none;
	font-family:Arial;
	
}
ul.tabs li a:hover {
	background: #ffd500;
	padding: 0px 10px;
	margin:0px;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #ffd500;
	font-weight:bold;
	
}
.tab_container {
	border: 0px solid #ffffff;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%!important;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	font-size: 1.2em;
	margin:7px 0 0 6px;
	overflow: auto;
}
.tab_content h2 {
	font-weight: normal;
	border-bottom: 1px dashed #ffffff;
	font-size: 1.8em;
}
/*<!--.tab_content h3 a{
	color: #254588;
}-->*/
/*.tab_content img {	
	border: 0px solid #ffffff;
	padding: 5px;
}
.tab_content table
{
margin:0!important;

}
.tab_content table td
{
margin:0!important;

}*/