/*  TABBER STYLES  */

/*--------------------------------------------------
  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 {

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
background: white; height: 32px; padding: 0px; margin: 0 0 -10px 0; list-style: none;
}

ul.tabbernav li
{
float: left; margin: 0 1px; padding: 0; background: url(th-display-tab2-right.png) no-repeat bottom right; position: relative; bottom: -1px
}

ul.tabbernav li a
{
  float: left;
  margin: 0;
  padding: 10px 15px 2px 15px;
  line-height: 20px;
  height: 20px;
  background: url(th-display-tab2-left.png) no-repeat bottom left;
  text-decoration: none;
  font-weight: bold; 
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: 10pt;
}

ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabbernav li a:hover
{
color: #ffffff;
  text-decoration: none;
  font-weight: bold; 
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: 10pt;
}

ul.tabbernav li.tabberactive
{
float: left; margin: 0 1px; padding: 0;  background: url(th-display-tab1-right.png) no-repeat bottom right; z-index: 1;
}

ul.tabbernav li.tabberactive a {
background: url(th-display-tab1-left.png) no-repeat bottom left;
color: #000066; 
}

ul.tabbernav li.tabberactive a:hover
{
color: #000066;
}

.tabberlive .tabbertab { background-color: white; margin: 11px 0; overflow: hidden;border-top: 1px solid #000066;border-bottom: 1px solid #000066; padding: 10px 15px 10px 0px; }

.tabberlive .tabbertab-in { padding: 20px 20px 10px 20px; position: relative; overflow: hidden; }

.tabberlive .tabbertab-in h4 {font-size: 14px; font-weight: normal; margin: 2px 0 10px; color: #30597C; border-bottom: 1px solid #30597C;}

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

