.content_container {width: 518px; margin:10px; margin-top:0;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width:525px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
	border: 1px solid #CCCCCC;
	border-left: none;
	margin-bottom: -1px;
	background: #8FC7E8;
	background-image: url(/Media/images/tabnavbg_inactive.jpg);
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #0272BE;
	display: block;
	font-size: 13px;
	font-weight:bold;
	padding: 0 18px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li.active a {
	color: #fff;
}

ul.tabs li a:hover {
	background: #60B9E3;
	background-image: url(/Media/images/tabnavbg_active.jpg);
	color:#fff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	background-image: url(/Media/images/tabnavbg_active.jpg);
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #CCCCCC;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-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 {
	padding: 20px 0;
	font-size: 1em;
}
.tab_content h1, .tab_content h2, .tab_content h3 {
	font-weight: normal;
	padding-bottom: 10px !important;
	border-bottom: 1px dashed #ddd;
	font-size: 20px !important;
	color:#007aab;
	margin-top:0;
}

.tab_content a{
	color:#007AAB;
	text-decoration:none;
}
.tab_content a:hover{
	text-decoration:underline;
}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

