td.text1
{
 margin:0;
 padding: 0px 0;
 border-bottom: 1px solid #CCCCCC;
 font-family:Arial, Helvetica, sans-serif ;
 	font-size: 11px; 

	color: #000000;

 }
 td.text2
{
 margin:0;
 padding: 0px 0;
 border-bottom: 1px solid #f9e8e4;
 font-family:Arial, Helvetica, sans-serif ;
 	font-size: 11px; 

	color: #000000;

 }
 td.text3
{
 margin:0;
 padding: 0px 0;

 font-family:Arial, Helvetica, sans-serif ;
 	font-size: 11px; 

	color: #000000;

 }
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1;

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #CCCCCC;
 font: 12px Verdana, Arial, Helvetica, sans-serif color: #000000;

 }

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
  text-decoration: none;
}

ul.tabbernav li a
{
 padding:3px 0.5em;
 margin-left: 0px;    /*tab indent*/
 margin-right: 0px;
 border-right: 1px solid #CCCCCC;
 border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
 border-bottom: none;
  background-image:url('images/grd2.gif');
     background-repeat:
 text-decoration: none;
}

ul.tabbernav li a:link 

{ color: #000000; 
 text-decoration: none;

}
ul.tabbernav li a:visited { color: #000000; }

ul.tabbernav li a:hover
{
 color: #000;
 border-color: #CCCCCC;
  text-decoration: underline;

}

ul.tabbernav li.tabberactive a
{
 color: #7A1616;
 font-weight: bold;
 background-color: #ffffff;
  border-top: 1px solid #B4B4B4;
 border-bottom: 1px solid #FFFFFF;
 background-image:url('images/grd1.gif');
     background-repeat:
      text-decoration: none;
     
}

ul.tabbernav li.tabberactive a:hover
{
 color: #7A1616;
 background: white url('images/grd1.gif') text-decoration none;
 border-bottom: 1px solid white;
 text-decoration: none;
  
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border-left:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
   border-right:1px solid #CCCCCC;
 border-top:0px none;
 height:100%
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
  text-decoration: 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;
}
