/*.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-top-width:		0px;
	border-left-width:		1px;
	border-right-width:		0px;
	border-bottom-width:	0px;
	z-index:				20;
	

}

.mootabs_title li {
	float: 					left;
	background-color: 		#ffffff;
	padding: 				0px 8px 0px 8px;
	margin-right: 			0px;
	cursor: 				pointer;
	/*color: #fff;*/
	font-size: 				12px;
	height: 				20px;
	line-height: 			20px;
	border-style:			solid;
	border-color:			#cccccc;
	border-top-width:		1px;
	border-left-width:		1px;
	border-right-width:		1px;
	border-bottom-width:	1px;
	
	
	
	
}
/*
.mootabs_title li.active {
	background-color: 		#efefef;
	border-style:			solid;
	border-color:			#cccccc;
	border-top-width:		1px;
	border-right-width:		1px;
	border-bottom-color:	#efefef;
	border-bottom-width:	1px;
	border-left-color:		#ffffff;
	border-left-width:		1px;
	
}
*/
.mootabs_title li.active {
	background-color: 		#f7f7f7;
	border-style:			solid;
	border-color:			#cccccc;
	border-top-width:		1px;
	border-right-width:		1px;
	border-bottom-color:	#efefef;
	border-bottom-width:	1px;
	border-left-color:		#dddddd;
	border-left-width:		1px;
	
	height:23px;*height:25px;
	margin-top:-3px;
	
}

.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;
	
	font-family:calibri,tahoma;font-size:12px;
}

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

.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_panel active{
background:#ddd;
}