@charset "utf-8";
/* CSS Document */
.mootabs_title {
list-style-image: none;
list-style-type: none;
padding: 0px;
height: 26px;
margin-top: 25px;
margin-bottom: 0px;
text-transform: uppercase;
margin-left: 393px;
	
}



.mootabs_title li {
	float: left;
	background-color: #d3d1d1;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
}

.mootabs_title li.active {
	background-color: #e2031d;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 780px;
	top: 0px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #fff;
	overflow: auto;
	padding: 0px;
	height: 410px;
}

.mootabs_panel.active {
	display: block;
	
}

.mootabs_title li.over {
	font-weight: bold;
}


