
.tabberlive .tabbertabhide {
 display:none; 
}

.tabbertab{padding-left:8px;}
.tabber { margin-top:0px; }
.tabberlive {
 margin:20px 0 15px 0;

}


ul.tabbernav
{
 margin:0;
 padding: 8px 0;
 width:670px;
 border-bottom: 1px solid #fa8100;
 font: bold 12px Verdana, sans-serif;
}

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

ul.tabbernav li a
{
 padding: 8px 25px;
 margin-left: 3px;
 border: 1px solid #ffffff;
 border-bottom: none;
 background: #fcd90b;
 text-decoration: none;
 font-size:15px;
 color:#FFFFFF;
}



ul.tabbernav li a:hover
{
 color: #ffffff;
 background: #2283c7;
 border-color: #18bacd;
}

ul.tabbernav li.tabberactive a
{
 background-color: #2283c7;
 border-bottom: 1px solid #1f6e7c;
 color:#ffffff;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 
 border:1px solid #fa8100;
 border-top:0;
 width:664px;


}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
