.tabtodo {
	font-family: arial, helvetica, sans-serif;
	background-color: #0F1012;
	font-size: 76%;
	color: #F2F2F2;
}



.panel {
	clear: both;
	display: none;
	background-color: #0F1012;
	padding: 5px;
}



.panel.active-tab-body {
	display: block;
}

#heostabs {
	position: relative;
border-bottom:1px solid #000;
	height: 28px;
	list-style: none;
}

#heostabs li {
	float: left;
}

#heostabs a {
border-right:1px solid #000;
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #0F1012;
	text-decoration: none;
	color: #C9CFDF;
}

#heostabs a.active-tab {
	background-color: #000;
	border-top: 3px solid #99CC00;
	padding-top: 3px;
	color: #ccc;
}
