/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

.tabberlive .tabbertabhide {
 display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 padding:5px 0 0 7px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0 0 0;
 border-bottom: 0px;
 /*font: bold 12px Verdana, sans-serif;*/
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}


ul.tabbernav li a
{
 background-color: #E23F8E;
 color: #fff;
 padding: 5px;
 font-size: 1em;
 font-weight: bold;
 margin-right: 2px;

}

tr.header {display: none;}

ul.tabbernav li a:link {  }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #ed79bb;

}

ul.tabbernav li.tabberactive a
{
 background-color: #E23F8E;
 color: #fff;
 padding: 5px;
 font-size: 1em;
 font-weight: bold;
 
}


tr {border: 0;}
td{border: 0;}
table {border: 0;}
ul.tabbernav li.tabberactive a:hover
{
 background-color: #E23F8E;
 color: #fff;

}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:0;
 border: solid 1px #E23F8E;
 margin-top: 4px;
 width: 178px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.tabberlive .tabbertab table {
width: 99%; border-collapse: collapse;
}

.tabberlive .tabbertab table .header{
background:url(../img/headings/head_bg.gif) top left #fff no-repeat;height:18px;border-right:1px solid #de3889;
}

.tabberlive .tabbertab table td{
 font-size:1.2em; font:Helvetica,Arial Narrow,Arial,sans-serif;font-weight:bold;color:#ffffff;
}

.tabberlive .tabbertab table td a{
 font-size:0.9em;font-weight:normal; line-height: 19px;
}

.tabberlive .tabbertab table span{
 font-size:0.85em;color:#000; text-align: center;
}

.footer { padding: 0; margin: 0;}
