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

.mootabs_title li {
	float: left;
	background-color: #025da3;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	height: 24px;
	line-height: 24px;
	font-size:1.0em;
}

.mootabs_title li.active {
	color:#FFFFFF;
	background-color: #FFFFFF;
	font-size:1.0em;
	background-color: #0085ee;
}

.mootabs_panel {
	display: none;
	/*position: inherit;*/
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: black;
	overflow: auto;
	padding-right: 10px;
}

.mootabs_panel.active {
	display: block;
	/*position: inherit;*/
}

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