
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 18px;
}

.mootabs_title li {
	float: left;
	background: white url(../../images/tab_back.jpg) repeat-x bottom;
	border: 1px solid silver;
	padding: 2px 8px 2px 8px;
	margin-left: 5px;
	cursor: pointer;
	height: 18px;

}

.mootabs_title li.active {
	background-image: none;
	border-bottom-color: white;
	font-weight: bold;
}
.mootabs_title li.over {
	background-image: none;
	border-bottom-color: white;
}

.mootabs_panel {
	display: none;
	background-color: white;
	border: 1px solid silver;
	padding: 5px;
	position: relative;
	
	width: 100%;
	top: -1px;
	clear: both;
}

.mootabs_panel.active {
	background-color: white;
	display: block;
}
