﻿/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.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: 3px 0;
 border-bottom: 2px solid #000;
 font: bold 12px Trebuchet MS, Verdana, sans-serif;
}

ul.tabbernav li
{
list-style: none;
margin: 0;
display: inline;
line-height:13px;
}

.left 
{
background-image:url(../img/gradient.gif);
background-position:top left;
padding:5px 9px 5px 5px
}

.right
{
color:#ffffff;
background-image:url(../img/gradient.gif);
background-position: top right;
padding:5px 20px 5px 0
}

ul.tabbernav li a
{
text-decoration:none;
}

ul.tabbernav li a:hover .right
{
background-image:url(../img/blue.gif);
color:#eee;
text-decoration:none;
}
ul.tabbernav li a:hover .left 
{
background-image:url(../img/blue.gif);
color:#eee;
text-decoration:none;
}

ul.tabbernav li.tabberactive a .right 
{
background-image:url(../img/blue.gif);
color:#ffffff;
text-decoration:none;
}

ul.tabbernav li.tabberactive a .left 
{
background-image:url(../img/blue.gif);
color:#ffffff;
text-decoration:none;
}

ul.tabbernav li.tabberactive a:hover
{
color: #000;
text-decoration:none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:2px solid #000000;
 border-top:0;
 height:500px; 
 overflow:auto; 
 background-color: #eeeeee;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
