.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	}
.mootabs_title li {
	margin-right: 2px;
	cursor: pointer;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	float: left;
	
}
.mootabs_title li.active {
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}
.mootabs_panel.active {
	background-color: #C8BBBB;
	display: block;
	overflow: hidden;
}

#myTabs {
}

