/*  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: 30px;
  padding: 0 20px;
  margin: 0 0 -10px 0;
  list-style: none;
}

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

ul.tabbernav li a {
  float: left;
  margin: 0;
  padding: 5px 15px 0;
  line-height: 25px;
  height: 25px;
  background: url(images/th-display-tab2-left.png) no-repeat bottom left;
  text-decoration: none;
  font-weight: bold;
}

ul.tabbernav li a {
  color: #424242;
}

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

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

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

.tabberlive .tabbertab {
  background: white url(images/th-display-infobox2-back.png) repeat-y top left;
  width: 560px;
  margin: 10px 0;
}

.tabberlive .tabbertab-in {
  background: url(images/th-display-infobox2-top.png) no-repeat top left;
  padding: 20px 20px 10px 20px;
  position: relative;
}

.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;
}
