.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	border-bottom:1px solid #444444;
	background:#222222;
}

.mootabs_title li {
	float: left;
	padding:0 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 30px;
	line-height:30px;
	color:#FFFFFF;
	font-weight:bold;
}

.mootabs_title li.active {
	color: #D6E339;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active {
	display: block;
}