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

.mootabs_title li {
	float: left;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 19px;
	line-height: 19px;
}

.mootabs_title li.active {
	
}

.mootabs_panel {
	display: none;
	position: relative;
	width: auto;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;		
	padding: 0px;
    border-top:1px silver dashed;
        border-bottom:1px silver dashed;
        border-right:1px silver dashed;
}

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

.mootabs_title li.over {

}
