
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: #eeeeee;
	margin-right: 3px;
	cursor: pointer;
	height: 24px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	
}

.mootabs_title li a:hover {
	background-color: #ffffff;
}

.mootabs_title li.active {
	background-color: #fbfbfb;
}

.mootabs_panel {
	display: none;
	background-color: #f0f0f0;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	text-align: center;
	background-repeat:repeat-x;
	position:relative;
	background-position: bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.mootabs_panel img{
	border: 1px solid #dddddd;

}

.mootabs_panel h1{
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	font-weight:bold;
	color:#5899e0;
}

.mootabs_panel.active {
	background-color: #fbfbfb;
	display: block;
}