

.panel {
	clear: both;
	display: none;
	
}

.panel.active-tab-body {
	display: block;
}


#tabs {
	height: 20px;
	list-style: none;
}

#tabs li {
	float: left;
	font-weight: bold;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #336699;
	text-decoration: none;
	color: white;
}

#tabs a.active-tab {
	background-color: white;
	border: 1px solid #666;
	border-bottom: 0px solid white;
	padding-top: 3px;
	color: gray;
}

