
.mootabs_title {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: #D2E5FF;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	
}

.mootabs_title li.active {
    font-weight: bold;
	background-color: #115dbb;
    color: white;
}

.mootabs_title li.over {
    background-color: #B1D3FF;
}

.mootabs_panel {
	display: none;
	background-color: #fff;
    border-top: solid black 1px;
    border-bottom: solid #115dbb 1px;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	/*background-color: #e6e;*/
	display: block;
}