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

.mootabs_title li {
	float: left;
	background-color: #ddd;
	background-image:url(tab_off.gif);
	margin-right:0px;
	cursor: pointer;
	height: 23px;
	width:148px;
	font-family:Verdana;
	font-size:12px;
	text-align:center;	
	color: #FFFFFF;
	font-weight:bold;
	padding-top:4px;
	}

.mootabs_title li.active {
	background-image:url(tab_on.gif);
	color:#003366;
	font-weight:bold;
}

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

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