 
/* Mootabs - tabs used on the campaign pages */
/* body {background-color:#009933} */
.mootabs_title {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 33px;
    
}
.mootabs_title li {
    float: left;
    background-color: #cae5b0;
    padding: 2px 8px 2px 8px;
    margin-right: 7px;
    cursor: pointer;
    color: #003300;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 24px;
    line-height: 24px; 
    font-weight:bold;
    border-top:solid #cae5b0 1px;
    border-left:solid #cae5b0 1px;
    border-right:solid #cae5b0 1px;
    border-bottom:solid #cae5b0 1px;
    width:25%
}
.mootabs_title li.active {
    background-color: #fff;
    color: #003300; 
    font-weight:bold;
    border-top:solid #cae5b0 1px;
    border-left:solid #cae5b0 1px;
    border-right:solid #cae5b0 1px;
    border-bottom:solid #fff 1px;
    width:25%}
    
.mootabs_title li:hover {
    
    text-decoration:underline}    
.mootabs_panel {
    display: none;
    position: relative;
    /*width: 312px;*/
    top: -15px;
    font-family:Arial, Helvetica, sans-serif;
    clear: both;
    color: #000;
    overflow:visible;
    padding: 10px 0px 10px 0px; 
    margin-top:7px
}
.mootabs_panel.active {
    background-color: #fff;
    display: block
}
div.seriousSection h2 {color:#009933/*108445*/; font-size:12pt;}
div.seriousSection2 h2 {color:#009933/*108445*/; font-size:12pt;}
div.seriousSection a.largeLink {clear:both; padding:4px 30px 4px 8px;  margin:0 0 9px 0; font-size:9pt; font-weight:bold; color:#fff; background:#009933 url(/imgs/gs_icon_arrow.png) right 9px no-repeat; }

/*#myTabs {width:312px}
#myTabs .mootabs_panel .frame9 {width:312px}*/
#myTabs .mootabs_panel .contentright9 {width:229px}

