/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin: 0;
 padding: 3px 0 0 0 !important;
 border-bottom: 1px solid #e5e2cc;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 position: relative;
 top: -2px;
}

ul.tabbernav li a
{
 padding: 3px 1em !important;
 margin: 0 3px 0 0;
 border: 1px solid #e5e2cc;
 /*border-bottom: none;*/
 background: #FBF8E5;
 text-decoration: none !important;
 font-size: 14px !important;
 font-style: normal !important;
}

ul.tabbernav li a:link { color: #6c6758; }
ul.tabbernav li a:visited { color: #5a767e; }

ul.tabbernav li a:hover
{
 color: #5a767e;
 background: #fbf8e7;
 border-color: #e5e2cc;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 /*border-bottom: none !important;*/
 color: #015699 !important;
 border-bottom-color: #fff !important;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #015699 !important;
 border-bottom: none;
}


.tabberlive .tabbertab {
 border: 1px solid #e5e2cc;
 border-top:0;
 padding: 25px;
 margin: 0 0 2em 0;
 background: #fff;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}