
.tabheader {
	width: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}

.tabheader ul {
	margin: 0;
	float: left;
	border-top: 1px solid #b6c8dc;
	border: 10px solid #b6c8dc;
	background: transparent;
}

.tabheader li {
	float: left;
    background: #33626f;
    padding: 10px;
}

.tabheader li.alt {
	float: left;
    background: #6fc4cc;
}

.simpletext .tabheader li a {
    color: #EEEEEE;
}

.tabheader a {
	color: #4b9ace;
	padding: 5px 11px;
	text-decoration: none;
}

.simpletext .tabheader a:hover {
	text-decoration: underline;
}

.simpletext .tabheader a.selected {
	text-decoration: none;
	color: #FFFFFF;
    font-weight:bold;
}

.tabcontent {
	display: none;
	border: 1px solid #b6c8dc;
	clear: both;
	padding: 1em 1em;
}

/*

.tabs_header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight:bold;
}

.tabs_header li {
	background: transparent;
	float: left;
	border: 1px solid #b6c8dc;
	border-bottom-width: 0;
	margin: 0;
}

.tabs_header a {
	text-decoration: none;
	display: block;
	padding: 0.24em 1em;
	width: 8em;
	text-align: center;
}

.tabs_header a:hover {
	color: #646464;
	text-decoration: underline;
}

.tabs_header #selected {
	border-color: #b6c8dc;
	border-bottom: none;
}

.tabs_header #selected a {
	position: relative;
	top: 1px;
	color: #646464;
	font-weight: bold;
	text-decoration: none;
}

.tabs_content {
	border: 1px solid #b6c8dc;
	clear: both;
	padding: 1em 1em;
}

*/

