.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	}
.mootabs_title li {
	background-color: #A1BB00;
	margin-right: 2px;
	cursor: pointer;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: underline;
	float: left;
	
}
.mootabs_title li.active {
	background-color: #FCDF95;

}

.mootabs_panel {
	display: none;
	background-color: #FCDF95;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}
.mootabs_panel.active {
	background-color: #FCDF95;
	display: block;
}

#myTabs {
	background-color:#FDF8E5;
}

