
.tabberlive .tabbertabhide {
 display:none;
}


.moduletable {
}
.tabberlive {
position:relative;
left:0px;
top:0px;
height:374px;
width:645px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 font: bold 12px Verdana, sans-serif;
 position:absolute;
 bottom:0px;
}

ul.tabbernav li
{
 list-style: none;
 float:left;
 margin:0;
 padding:0;
 text-align:center;

}
ul.tabbernav li a
{
 line-height:60px;
 text-decoration: none;
 background-image:url(../images/links1.gif);
 display:block;
 height:100%;

}

ul.tabbernav li a:link {color:#FFFFFF; }
ul.tabbernav li a:visited { color:#FFFFFF; }

ul.tabbernav li a:hover
{
 background-image:url(../images/links2.gif);
 color:#FFFFFF;
 
}

ul.tabbernav li.tabberactive a
{
 background-image:url(../images/links2.gif);
 color:#FFFFFF;
 
}

ul.tabbernav li.tabberactive a:hover
{
  background-image:url(../images/links3.gif);
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .moduletable {
 padding:0px;
 position:absolute;
 width:100%;
 top:0px;
 border-top:0;
}


/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .moduletable h2 {
 display:none;
}
.tabberlive .moduletable h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .moduletable {
 height:200px;
 overflow:auto;
}

