#myTabs 
{
	height:160px;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	height: 35px;
	margin-left: -25px;
	padding-bottom: 3px;
	padding-top:0;
	margin-top: 12px;
	#padding-top: 10px;
	#margin-left: 15px;
	#margin-right: 15px;
	#margin-top:0px;
	background-repeat: repeat;
}

.mootabs_title li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	cursor: pointer;
	color: #000000;
	font-size: 12px;
	width: 100px;
	#width:130px;
	line-height: 24px;
	text-align: center;
}

.mootabs_title li.active {
	font-weight: bold;
}

.mootabs_title li.active {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	#padding-bottom:8px;
	margin-left: 1px;
	#margin-left: 2px;
}

.mootabs_panel 
{
	margin-top: -26px;
	#margin-left: 1px;
	display: none;
	#padding-bottom:0px;
	background-image: url("../Images/pngmidtabs.png");
}

.mootabs_panel.active 
{
	display: block;
	padding-bottom: 1px;
}

.mootabs_footer 
{
	margin-top: -20px;
}

#tabstext 
{
	color: #707070;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 3px;
	padding-right: 15px;
}