.loading {
	margin: 0 auto;
	font-weight: bold;
	background-color:#F4F8EA;
	width: 80px;
	height: 80px;
	text-align: center;
}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 6px;
	height: 40px;
}

.mootabs_title li {
	color:#660000;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 11px 6px 0px 6px;
	cursor: pointer;
}

.mootabs_title li.active {
	color:#000;
	text-decoration: underline;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active {
	display: block;
}