


.mootabs_panel {
	display: none;
	clear: both;
	
	width:800px;
	position: absolute;
	top:150px;
	left:195px;
	/*border: 3px solid #EBEADE;*/
	overflow:hidden; /*gets rid of annoying scroll in and out when bouncing in*/
	
	text-align: left;
	background-color:white; /*for ie opacity issues with bold text*/
	
	
}


div.active
{
	display: block;
}
.mootabs_title div{
cursor:pointer;}
