
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 23px;
	border-bottom: 1px solid #63b8d5;
}

.mootabs_title li {
	float: left;
	padding: 2px 10px 0px 10px;
	margin-right: 4px;
	cursor: pointer;
	height: 20px;
	border: 1px solid #63b8d5;
}

.mootabs_title li.active {
	font-weight: bold;
	border-bottom: 0px;
	background-color: #0c5c7e; 
}

.mootabs_title li.over {
	color: #DFE4EE;
}

.mootabs_panel {
	display: none;
	position: relative;
	overflow: scroll; 
	top: -1px;
	clear: both;
	overflow: auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.mootabs_panel.active {
	display: block;
	}