.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 9px 2px;
	padding: 0px;
	height: 25px;
	width:680px;
}

.mootabs_title li {
	float: left;
	background-color: #92C35E;
	padding: 4px;
	margin-right: 5px;
	cursor: pointer;
	height: 25px;
	text-align:center;
	color:#FFFFFF;
	
}

.mootabs_title li.active {
	background-color: #1C300B;
	height:28px;
}

.mootabs_panel {
	display: none;
	background-color: #E1E6A3;
	padding:0;
	top: -1px;
	clear: both;
	overflow: auto;
	height:580px !important; 
	width:841px;
}

.mootabs_panel.active {
	background-color: #E1E6A3;
	display: block;
}
