
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	font-weight: bold;
}

#tab-text{
	padding-top: 20px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: Helvetica;
}

#tab-text-stp{
	padding-top: 14px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: Helvetica;
}

#tab-text-mm{
	padding-top: 14px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: Helvetica;
}

.mootabs_title li {
	float: left;
	background: #71808D;
	cursor: pointer;
	height: 65px;
	width: 158px;
	border-right: 	#575757 1px solid;
	border-left:  	#A3ADB5 1px solid;
	border-top: 	#A3ADB5 1px solid;
	border-bottom: 	#575757 1px solid;
	
}

.mootabs_title li.active {
	background: #569b55;
}

.mootabs_title li.over {
	background: #536575;
}

#Oview li{
	width: 159px;
	border-left: none;
}

#STP li{
	width: 159px;
	border-right: none;
}



.mootabs_panel {
	display: none;
	position: relative;
	clear: both;
	color: #fff;
	overflow: auto;
	padding: 5px;
	padding-top: 10px;
}

.mootabs_panel.active {
/*	background-image: url(../images/panel_bg.png); */
	background-color: #536575;
	display: block;
	
}