/* 

background = #FFBB54
border = #800000
headline = #800000
inactive_tab = lightgray
inactive_tab_hover = yellow

 */

.tabberlive .tabbertabhide {
    display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
    margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
    margin:0;
    padding: 2px 0;
    border-bottom: 1px solid #800000;
    font-size: 138.5%;
    font-weight: bold;
    text-align: left;
}

ul.tabbernav li {
    list-style: none;
    margin: 0;
    text-align: left;
    display: inline;
}

ul.tabbernav li a {
    padding: 3px 0.5em;
    margin-right: 0.5em;
    border: 1px solid #800000;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    background: #FFCB8B;
    text-decoration: none;
    color: #800000;
}

ul.tabbernav li a:hover {
    color: #800000;
    background: #FFFF66;
    border-bottom: 1px solid #FFBB54;
}

ul.tabbernav li.tabberactive a {
    color: #800000;
    background-color: #FFBB54;
    border-bottom: 1px solid #FFBB54;
}

ul.tabbernav li.tabberactive a:hover {
    border-bottom: 1px solid #FFBB54;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
    padding: 1.5em 1em 1em 1em;
    border: 1px solid #800000;
    background: #FFBB54;
    text-align: left;
    border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
 /* height:200px; */
}

.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 {
    display:none;
}
