
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	
	
font-size: 0.9em;
text-align: right;
text-transform: uppercase;
letter-spacing: 0.1em;
	
}

.mootabs_title li {
	float: left;
	background-color: white;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 20px;
	border:thin #e6e6e6 solid;
	
}

.mootabs_title li.active {
	background-color: #e6e6e6;
}

.mootabs_panel {
	display: none;
border:thin #e6e6e6 solid;
position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
border:thin #e6e6e6 solid;
display: block;
padding-left:10px;
padding-top:9px;
}