/* TAB1------------------------------------------------------- */
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	
}

.mootabs_title li {
	float: left;
	cursor: pointer;
	color: #666666;
	font-family: Tahoma, Arial;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	width: 80px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	text-align: center;
}
.mootabs_title li.active {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/title1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}
.mootabs_title li.over {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/title1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: Tahoma, Arial;
	clear: both;
	color: #333333;
	overflow: auto;
	padding: 5px;
}

.mootabs_panel.active {
	display: block;	
}


/* TAB2------------------------------------------------------- */
.mootabs_title2 {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	
}

.mootabs_title2 li {
	float: left;
	cursor: pointer;
	color: #666666;
	font-family: Tahoma, Arial;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	width: 136px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	text-align: center;
}
.mootabs_title2 li.active {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/title2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}
.mootabs_title2 li.over {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/title2_over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* TAB3------------------------------------------------------- */
.mootabs_title3 {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	background-color: #666666;
	
}

.mootabs_title3 li {
	float: left;
	cursor: pointer;
	color: #999999;
	font-family: Tahoma, Arial;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	text-align: left;
}
.mootabs_title3 li.active {
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
}
.mootabs_title3 li.over {
	font-weight: bold;
	color: #FFFFFF;
}
