
.alltab_container {width: 100%; display:block; margin-top:37px;}
.alltab_container table,.alltab_container table tr td{ border:1px solid #666;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 42px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background:#F4F4F4;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 42px;
	line-height: 42px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	text-transform:uppercase;
	border-left: 1px solid #F4F4F4;
	border-right: 1px solid #F4F4F4;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #5D5D5D;
	display: block;
	font-size: 1.0em;
	padding: 0 30px;
	outline: none;
	
	

}
ul.tabs li a:hover {
	background: #fff;
}	
ul.tabs li.active {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

	
	

}
ul.tabs li.active.first{border-left: 1px solid #fff;}
ul.tabs li.active a{
	color:#436BB8;
}
.tab_container {
	border: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 0;
	padding: 5px;
	max-width:100%;
}
#tab2{ text-align:left}
