
.mootabs_title {
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs ul {
	list-style-image:none;
	background-image: none;
	line-height: 20px;
	margin-left: 0px;
	padding-left: 0px;
}

.mootabs_title li {
	list-style-image:none;
	background-image: none;
	line-height: 20px;
	margin-left: 0px;
	padding-left: 0px;
}

.mootabs_content li {
	background-image: url(../images/bullets/bul03.png);
	background-repeat: no-repeat;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	color: #003333;
	font-size: 12px;
	line-height: 20px;
	margin-left: 20px;
	padding-left: 30px;
	list-style-type: none;
	background-position: left top;
}

.mootabs_title li {
	float: left;
	background-color: #687085;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #F6FDBD;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666B81;
	background-color:#EAF57D;
	color:#666B81;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #000000;
	overflow: auto;
	text-align:left;
	padding: 3px;
}

.mootabs_panel.active {
	background-color: #EAF57D;
	display: block;
	border: 1px dotted #006600;
}

.mootabs_title li.over {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CAE01C;
}

.mootabs_content{
	margin: 10px;
}