



/*--------------------------------------------------

  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 {

 margin-top:1em;

}



/*--------------------------------------------------

  ul.tabbernav = the tab navigation list

  li.tabberactive = the active tab

  --------------------------------------------------*/

ul.tabbernav

{

 margin:0;

 padding: 3px 0px;

 border-bottom: 1px solid #D7D7D7;

 /*font: bold 12px Arial,Courier, mono;*/

}



ul.tabbernav li

{

 list-style: none;

 margin: 0;

 display: inline;

 background:url("http://www.fivee.in/typo3conf/ext/fivee5e_ajaxtabs/images/corner_left.gif") no-repeat top left #d5e6ff; /*color the tab*/

}



html>body ul.tabbernav li {

 padding: 3px 0px;

}



ul.tabbernav li a

{

 padding: 3px 0.5em;

 margin-left: 10px;

 border: 0px solid #none;  /*tab borders*/
 border-bottom: none;

 text-decoration: none;

 background:url("http://www.fivee.in/typo3conf/ext/fivee5e_ajaxtabs/images/corner_right.gif") no-repeat top right ;

} 



html>body ul.tabbernav li a {

 margin-left: 3px;

}



/*For Firefox*/

ul.tabberactive li a

{

 border: 0px;  /*tab borders*/
 color:#ffffff;
 background:url("http://www.fivee.in/typo3conf/ext/fivee5e_ajaxtabs/images/generic_tr.gif") no-repeat top right #ff8700;

 border-bottom: 1px solid #fd9a2b; /*active bottom space*/

}



/*For IE*/

ul li.tabberactive a

{

 border: 0px;  /*tab borders*/
 color:#ffffff;
 background:url("http://www.fivee.in/typo3conf/ext/fivee5e_ajaxtabs/images/generic_tr.gif") no-repeat top right #ff8700

 border-bottom: 0px solid #fd9a2b; /*active bottom space*/

}



ul li.tabberactive {
  color:#ffffff;
  background:url("http://www.fivee.in/typo3conf/ext/fivee5e_ajaxtabs/images/generic_tl.gif") no-repeat top left #ff8700;

  border-bottom: 0px solid #faa03b; /*active bottom space*/

}



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

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



ul.tabbernav li a:hover

{

 color: #000;

}



ul.tabbernav 

{

 border-bottom: 1px solid #D5E6FF;  /* div top line*/

}



ul.tabbernav li.tabberactive a:hover

{

 color: #000;

 border-bottom: 0px solid #D5E6FF;

}





li.tabberactive a:hover

{

 color: #000;

}





/*--------------------------------------------------

  .tabbertab = the tab content

  Add style only after the tabber interface is set up (.tabberlive)

  --------------------------------------------------*/

.tabberlive .tabbertab {

 padding:5px;

 border:1px solid #D5E6FF;

 border-top:0;

 /* If you set a fix height set overflow to auto and you will get a

    scrollbar when necessary */



 /* overflow:auto; */

}





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

}



  /*html>body#tabContent {

  height:auto; 

 width:393px;

  overflow:auto;

  }*/


