.tab.header {
	list-style-position: inside;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.tab.header li {
	list-style-type: none;
	float: left;
	border: 1px solid #000;
	border-radius: 5px 5px 0px 0px;
	border-bottom-width: 0;
	margin: 0;
	margin-right: 2px;
	padding: 5px;
}

.tab.header li a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	/*background: #dec68a;*/
	padding: 0.24em 1em;
	color: #000;
	width: 8em;
	text-align: center;
}

.tab.header li a:hover {
	/*background: #fee6aa;*/
	font-weight: bold;
}

.tab.header li.selected {
	border-color: black;
	background-color: #FEE6AA;
}

.tab.header li.selected a {
	position: relative;
	top: 1px;
	color: black;
	font-weight: bold;
}

.tab.content {
	/*background-color: #fee6aa;*/
	border: 1px solid black;
	clear: both;
	padding: 1em;
}