/*.mootabs
{
	position:				relative;
	width:					575px;
}*/

.mootabs_title {
	position:				relative;
	list-style-image: 		none;
	list-style-type: 		none;
	margin: 				0px;
	padding: 				0px;
	height: 				20px;
	border-style:			solid;
	border-color:			#cccccc;
	border-left-width:		0px;
	border-top-color:		#cc0000;
	border-top-width:		3px;
	border-right-width:		0px;
	border-bottom-width:	0px;
	z-index:				20;

}

.mootabs_title li {
	float: 					left;
	background-color: 		#ffffff;
	padding: 				0px 0px 0px 1px;
	margin-right: 			0px;
	cursor: 				pointer;
	/*color: #fff;*/
	font-size: 				12px;
	height: 				20px;
	line-height: 			20px;
	border-style:			solid;
	border-color:			#ffffff;
	border-top-width:		0px;
	border-left-width:		0px;
	border-right-width:		0px;
	border-bottom-width:	0px;
	width:					119px;
	height:					29px;
	background: 			url('../images/tab_off.gif') no-repeat;
	text-align:				center;
	color:					#565656;
	font-weight:			bold;
}

.mootabs_title li.active {
	background-color: 		#ffffff;
	border-style:			solid;
	border-color:			#cccccc;
	border-top-width:		0px;
	border-right-width:		0px;
	border-bottom-color:	#efefef;
	border-bottom-width:	0px;
	border-left-color:		#ffffff;
	border-left-width:		0px;
	width:					119px;
	height:					29px;
	background: 			url('../images/tab_active.gif') no-repeat;
	text-align:				center;
	color:					#ffffff;
	font-weight:			bold;
}

.mootabs_title li.over {
	/*font-weight: bold;*/
	text-decoration: 	underline;
}

.mootabs_panel {
	display: 			none;
	/*position: 			relative;*/
	/*width: 				100%;*/
	/*top: 				-1px;*/
	/*font-family: "Trebuchet MS";*/
	/*clear: 				both;*/
	/*color: #fff;*/
	overflow: 			auto;
	padding: 			5px;
}

.mootabs_panel.active {
	/*background-color: 		#49A8EC;*/
	display: 				block;
	position:				relative;
	top:					-1px;
	border-style:			solid;
	border-color:			#cccccc;
	border-top-width:		0px;
	border-left-width:		0px;
	border-right-width:		0px;
	border-bottom-width:	0px;
	z-index:				10;

}

.mootabs_title li.endTab
{
	border-style:			solid;
	border-color:			#cccccc;
	border-top-width:		0px;
	border-left-width:		0px;
	border-right-width:		0px;
	border-bottom-width:	0px;
	width:					95px;
	padding:				0px;
}

.mootabs h1 {
  text-align: left;
  font-weight: bold;
  color: #585858;
}

.mootabs h3 {
  text-align: left;
  font-weight: bold;
  color: #585858;
}

.mootabs {
  font-size: 12px;
}
