.mootabs 
{
    background-color: white;
    color: black;
}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-color: #000000;
	color: Black;
}

.mootabs_title li {
	float: left;
	padding: 0px;
	cursor: pointer;
	text-align: center;
	vertical-align: bottom;
	height: 28px;
	line-height: 28px;
	width: 61px;
	padding: 0px;
	color: white;
	font-weight: bold;
	font-size: 10px;	
	border: solid 1px black;
	background-color: #545454;
}
.mootabs_title li.active {
	background-color: white;
	border: solid 1px white;
	/*background-image: url(../Style/Images/tab.jpg);
	background-repeat: no-repeat;*/
	color: #c63f1f;
	width: 61px;
}

.mootabs_panel {
	display: none;
	position: relative;
    clear: both;
	overflow: auto;
}

.mootabs_panel.active {
	background-color: white;
	color: Black;
	display: block;
}

.mootabs_panel.active a {
    color: black;
    text-decoration: underline;
}
