
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 31px;
}

.mootabs_title li {
	float: left;
	background-color: #e4e0ce;
	padding: 2px 2px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 31px;
	
}

.mootabs_title li.active {
	background-color: #eeece2;
	border-color:#eeece2;
	border-style:solid;
	border-width:5px;
	padding:0px;
	color:#333333
}

.mootabs_panel {
	display: none;
	background-color: #e4e0ce;
	position: relative;
	/*width: 100%;*/
	top: -1px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	background-color: #f9f8f2;
	display: block;
	border-color:#eeece2;
	border-style:solid;
	border-width:5px;
	padding:25px
}