.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 27px;
	
}

.mootabs_title li {
	float: left;
	background-color: transparent;
	margin-right: 2px;
	cursor: pointer;
	color: #000066;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
}
.dtd {
	border-bottom: 1px dotted #CCCCCC;
}


.mootabs_title li.active {
	border-top: 3px solid #e31b23;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #e31b23;
	overflow: auto;
	text-align:left;
	padding: 3px;
}

.mootabs_panel.active {
	background-color: #FFFFFF;
	display: block;
	
}

.mootabs_title li.over {
	border-top: 3px solid #aa0e14;
}
