#wrapper{
	margin:10px auto 0;
}

#wrapper h1{
	/*color:#FFF;*/
	color: #FFF;
	text-align:center;
	margin-bottom:20px;
}

#wrapper .tabs a{
	display:block;
	font-size:1.2em;

	text-decoration:none;
	text-align:center;
}

#tabContainer {
width: 992px;
margin: auto;
}

.mainContent {
  float: left;
  width: 80%;
}
.tabs,.vtabs{
	height:30px;
}

.tabs > ul,.vtabs > ul{
	font-size: 1em;
	list-style:none;
	padding:0;
}

.tabs > ul > li,.vtabs > ul > li{
	margin:0 10px 0 0;
	padding:0 10px;
	display:block;
	float:left;
	font-size:12px;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #112943; 
	font-family: arial;
	height:30px;
	line-height:30px;
}

.tabs > ul > li:hover,.vtabs > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

.tabs > ul > li:hover a,.vtabs > ul > li:hover a {
        color:#333 !important;
}

.tabs > ul > li.tabActiveHeader,.vtabs > ul > li.tabActiveHeader{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

.tabscontent {
	padding:1px 1px 1px;
	background: #FFFFFF; /* old browsers */
	/*background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); */
	margin:0;
	color:#333;
	/*display:table;*/
}
.verticaltabs .tabscontent {padding: 0;width: 80%;float: right;background: none;}
.verticaltabs .vtabs {float:left;width:20%;}
.verticaltabs .vtabs > ul > li {float:none;float: none;background: none;color: #333;border-bottom: 1px dotted #ccc;}
.verticaltabs .vtabs > ul > li a {text-decoration:none;}
.verticaltabs .vtabs > ul > li a:hover {text-decoration:underline;}
.verticaltabs .vtabs {height:auto;}
.verticaltabs .vtabs > ul > li.tabActiveHeader a{color:#0052b2;font-weight:bold;}
.verticaltabs .tabscontent,.verticaltabs .tabscontent table td {font-family:verdana;font-size:11px;}