.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	padding-left: 410px;
	padding-top: 50px;
	padding-bottom: 60px;
}

.mootabs_title li {
	float: left;
	padding: 2px 20px 2px 8px;
	margin-right: 0px;
	cursor: pointer;
	height: 40px;
	
}

.mootabs_title li.active {
	color:#999999;
}

.mootabs_panel {
	display: none;
	background-color: #;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	
}

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

