body{
font-family:Verdana, sans-serif;
}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
border: 1px solid #ddd;
	float: left;
	background-color: #eee;
	padding: 4px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 20px;
	
}

.mootabs_title li.active  { background-color: #e0e7df; border: solid 1px #ddd }

.mootabs_panel {
padding: 8px;
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active  { font-size: 12px; background-color: #e0e7df; display: block; border: solid 1px #ddd }