
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	font-size:.8em;
}

.mootabs_title li {
	float: left;
	background-color:#666;
	color:#fff;
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	/*padding: 2px 8px 2px 8px;*/
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	line-height:18px;
	
}

.mootabs_title li span {
	padding: 2px 8px 2px 8px;
	display:block;
}

.mootabs_title li.active {
	background-color: #f78f1e;
	color:#000;
}

.mootabs_panel {
	display: none;
	border-top:solid 1px #000;
	padding-top:11px;
	position: relative;
	width: 100%;
	/*top: -1px;*/
	clear: both;
	overflow: auto;
	font-size:.8em;
	
}

.mootabs_panel.active {
	display: block;
}