
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	display: block;
	border-bottom: 2px solid #669966;
}

.mootabs_title li {
	float: left;
	color: #999;
	padding: 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	line-height: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
}

.mootabs_title li.active {
	background-color: #669966;
	color: #FFFFFF;
}

.mootabs_panel {
	display: none;
	background-color: transparent;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	display: block;
}