.containerAll {
	width: 100%; 
	margin: 5px auto;
	overflow:hidden;
	padding:5px;
	height:100%;
}

.container {
	width: 100%; 
	margin: 5px auto;
	overflow:auto;
	padding:5px;
	height:100%;
}
.textdiv{
	width:100%;
	font-size:18px;
	text-align: center;
	line-height:35px;
	overflow:auto;
	position:absolute;
}
.textdiv h1
{
font-size:25px; text-align:center; line-height:45px;text-indent: 0em; 
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #457bbb;
	border-left: 1px solid #457bbb;
	border-top: 1px solid #457bbb;
	border-right: 1px solid #457bbb;
	width: 100%;
	background:eff5fb;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 31px;
	border-bottom: 1px solid #457bbb;
	border-left: 0px solid #457bbb;
	border-top: 0px solid #457bbb;
	border-right: 1px solid #457bbb;
	font-size:12px;
	margin-bottom: -1px;
	/*background: #e0e0e0;*/
	BACKGROUND: url(../images/c_tab_container1.gif);
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #FFF;
	font-size:12px;
	BACKGROUND: url(../images/c_tab_container2.gif);

}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	font-size:12px;
	BACKGROUND: url(../images/c_tab_container3.gif);
	border-bottom: 1px solid #fff;
	
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;

}
.tab_content {
	padding: 5px;
	font-size: 14px;
	overflow:auto;
	height:100%;
	position: relative;
	
}
