.mootabs {
	position: relative;
	background-color: #DDEEFF;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float: left;
	background-color: #8888AA;
	/*padding: 2px 8px 2px 8px;*/
	padding: 1px 4px 1px 4px;
	margin-right: 1px;
	cursor: pointer;
	color: #FFFFFF;
	/*font-family: "Trebuchet MS";*/
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align:center;
}

.mootabs_title li.active {
	background-color: #BBDDFF;
	color: #000000;
}

.mootabs_panel {
	display: none;
	/*position: relative;*/
	width: 100%;
	/*top: -1px;*/
	/*font-family: "Trebuchet MS";*/
	clear: both;
	color: #000000;
	background-color: #BBDDFF;
	overflow: hidden;
	padding: 2px 2px 2px 2px;
}

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

.mootabs_title li.over {
	/*font-weight: bold;*/
	color: #F9F400;
}
