/* $Id: tabber.css,v 1.5 2006/10/14 02:44:36 VaM Exp $ */
/*--------------------------------------------------
  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 {
padding: 0px;
width:100%;

}
.tabberlive {
 padding: 0px; 
 }
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 border-bottom: 1px solid #CCCCCC;/*#778000;*/
 font: bold 14px Verdana, sans-serif;
 padding: 0px; 
}
ul.tabbernav li
{
 list-style: none;
 margin: 0px;
 display: inline;
 margin-left: 0px;
 padding: 0px;/* расстояние между закладками */
}
ul.tabbernav li a
{
 border: 1px solid #CCCCCC;
 background: #57c134;
 text-decoration: none; 
 padding-left: 36px; padding-right:35px;
}
ul.tabbernav li a:link { color: red; font-weight:bold; background: #f9e800; text-decoration: none; font-size:16px; padding-left: 36px; padding-right:35px; padding-top:4px; }
ul.tabbernav li a:visited { color: red; font-weight:bold; font-size:16px; text-decoration: none;  padding-left: 36px; padding-right:35px; padding-top:4px;}
ul.tabbernav li a:hover { color: red; font-weight:bold; border-color:#CCCCCC; font-size:16px;  padding-left: 36px; padding-right:35px; padding-top:4px;}
ul.tabbernav li.tabberactive a
{
 background-color: #57c134;
 color: #FFFFFF;
 border-bottom: 1px solid #CCCCCC;
 padding-left: 36px; padding-right:35px;
}




.tabberlive2 .tabbertabhide2 {
 display:none;

}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber2 {
padding: 0px;
width:100%;
}
.tabberlive2 {
 padding: 0px; 
 }
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav2
{
 border-bottom: 1px solid #999999;/*#778000;*/
 font: bold 14px Verdana, sans-serif;
 padding: 0px; 
}
ul.tabbernav2 li
{
 list-style: none;
 margin: 0px;
 display: inline;
 margin-left: 0px;
 padding: 1px;/* расстояние между закладками */
}
ul.tabbernav2 li a
{
 border: 1px solid #999999;
 background: #476697;
 text-decoration: none; 
 padding-left: 10px; padding-right:10px;
}
ul.tabbernav2 li a:link { color: red; background: #ffffff; text-decoration: none; font-size:16px; padding-left: 10px; padding-right:10px; }
ul.tabbernav2 li a:visited { color: red; font-size:16px; text-decoration: none;  padding-left: 10px; padding-right:10px;}
ul.tabbernav2 li a:hover { color: red; border-color: #999999; font-size:16px;  padding-left: 10px; padding-right:10px;}
ul.tabbernav2 li.tabberactive2 a
{
 background-color: #476697;
 color: #FFFFFF;
 border-bottom: 1px solid #999999;
 padding-left: 10px; padding-right:10px;
}
ul.tabbernav2 li.tabberactive2 a:hover
{
  border-bottom: 1px solid #999999;

}
.tabberlive2 .tabbertab2 {
 background: white;
 border:1px;
 padding:0px;
 margin:0px;
 
}
.tabberlive2 .tabbertab2 h2 {
 display:none;

}
.tabberlive2 .tabbertab2 h3 {
 display:none;

}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive2#tab1 {}
.tabberlive2#tab2 {}
.tabberlive2#tab2 {}










ul.tabbernav li.tabberactive a:hover
{
  border-bottom: 1px solid #999999;

}
.tabberlive .tabbertab {
 background: white;
 border:1px;
 padding:0px;
 margin:0px;
 
}
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
 /*  */
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

/* 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 {}
