.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	border-bottom: 2px solid white;	
}

.mootabs_title li {
	float: left;
	background: #DBFFB7;
	padding: 5px 5px;
	margin-right: 10px;
	cursor: pointer;
	font-family: Verdana, Arial, helvetica;
	font-size: 12px;
	font-weight: bold;
}

.mootabs_title li.active {
	background: white;
}

.mootabs_panel {
	display: none;
	background: none;
	position: relative;
	width: 100%;	
	height: 100%;
	top: -5px;
	overflow: auto;
	border-bottom: 2px solid white;
}

.mootabs_panel.active {
	display: block;
}

