.mootabs_title { list-style-image: none; list-style-type: none; margin: 0px; padding: 0px; height: 24px; }
.mootabs_title li { float: left; background-color: #ddd; padding: 2px 8px 2px 8px; margin-right: 2px; cursor: pointer; height: 24px; }
.mootabs_title li.active { background-color: #e6e6e6; }
.mootabs_panel { background-color: #ddd; clear: both; display: none; overflow: auto; padding:10px; position: relative; top: -1px; }
.mootabs_panel.active { background-color: #e6e6e6; display: block; }
