* {
	margin: 0;
}
#tabContainer {
	background-color: #6a8298;
	padding: 10px;
}

.tabs{
	padding-top: 10px;
	overflow: hidden;
}
.tabs > ul{
	font-size: 1em;
	list-style: none;
	margin-left: 10px;
	padding-left: 5px;
}
.tabs > ul > li{
	display: block;
	float: left;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin: 0;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-color: #a4b4c1;
}
.tabs > ul > li:first-of-type {
	border-left: none;
}
.tabs > 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.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: 10px 10px 10px;
	background-color: #FFFFFF;
	margin: 0;
}
.tabscontent h1 { 
	margin-top: 30px;
}
.tabpage {
	overflow: hidden;
}
.tabpage ol, .tabpage ul{
	margin-bottom: 15px;
}