.mootabs{
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	margin-left: 4px;
}

.mootabs_title li {
	float: left;
	background-color: #4A4A4A;
	padding: 8px 14px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #999999;
}

.mootabs_title li.hover {
	background-color: #5E5E5E;
	color: #B1B1B1;
}

.mootabs_title li.active {
	background-color: #686868;
	color: #C4C4C4;
}

.mootabs_panel {
	display: none;
	/*background-color: #333333;*/
	position: relative;
	width: 100%;
	height: 150px;
	top: -1px;
	clear: both;
	padding: 10px;
}

.mootabs_panel.active {
	/*background-color: #333333;*/
	border-top: 1px solid #4A4A4A;
	display: block;
	height: auto;
}