/*
.mootabs_title li {
	background-color:#bbb;
	cursor:pointer;
	float:left;
	font-size:12px;
	height:24px;
	line-height:24px;
	margin-right:2px;
	padding:2px 8px;
}


.mootabs_title {
height:24px;
list-style-image:none;
list-style-type:none;
margin:0px;
padding:0px;
}


.mootabs_title li.active {
background-color:#49A8EC;
}
.mootabs_panel {
clear:both;
color:#FFFFFF;
display:none;
font-family:"Trebuchet MS";
overflow:auto;
padding:5px;
position:relative;
top:-1px;
width:100%;
}
.mootabs_panel.active {
background-color:#49A8EC;
display:block;
}
.mootabs_title li.over {
font-weight:bold;
}

*/




.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: #bbb;
	padding: 2px 10px 2px 10px;
	margin-right: 5px;
	cursor: pointer;
	height: 24px;
	line-height:24px;
}

.mootabs_title li.over {
	font-style: italic;
	text-decoration: underline;
}

.mootabs_title li.active {
	background-color: #fafafa;
	font-weight: bold;
	border: thin dotted;
}

.mootabs_panel {
	display: none;
	background-color: #bbb;
	position: relative;
	width: 100%;
	top: -2px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	background-color: #fafafa;
	display: block;
	border: thin dotted;
}

