


.mootabs_title { color: #ececec; 
margin: 2px 2px 2px 2px; 
padding: 0px; 
list-style-image: none; 
list-style-type: none;  
float: right;  
background-color: White;     }
.mootabs_title li {      
margin: 2px; 
cursor: pointer; 
color: #ececec; 

font-size: 12px; height: 130px;  
margin-top: 2px;   border: 1px solid;  
border-bottom-color: #ececec;  
border-right-color: #ececec;  border-top-color: #ececec;  
border-left-color: #ececec; 
width: 23px; }
.mootabs_title li.active {  
color:#000;   border: 1px solid;  
border-bottom-color: #ececec;  border-right-color: #ececec;  
border-top-color: #ececec;  border-left-color: #fff;      }
.mootabs_panel { padding: 5px; overflow: hidden; 
display: none; position: relative; width: 100%; 
top: -1px; font-family: "Trebuchet MS"; 
clear: both;  height: 400px; }
.mootabs_panel.active { background-color: #FFF; 
display: block; overflow: hidden;  
height: 500px; }
.mootabs_title li.over {   color: #000;}

