/* mootabs.css --- edited by SW 31.01.2009 --- */


.mootabs_title
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

.mootabs_title li
{
	margin: 0px 0px 0px 1px;
	padding: 5px 0px 5px 0px;
	float: left;

	background-color: #ffffcc;
	cursor: pointer;
	height: auto;
	text-align: center;

}

.mootabs_title li.active
{
	background-color: #ccff99;
    color:#CC0000;
	font-weight: bold;
}

.mootabs_panel
{
	display: none;
    padding:7px 0px 10px 10px;
	position: relative;
	width: auto;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active
{
	display: block;
}

.mootabs_title li.over
{
	font-weight: bold;
}


