/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat 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 {
}
.tabberlive {
 margin-top:10px;
 margin-left:0px;
 margin-right:0px;
 float:right;
 width:300px;

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 5px 0px;
 border-bottom: 0px solid #e5e5e5;
 list-style-type: none;
         font-family: verdana;
         font-size: 10px;
         font-weight: bold;

}

ul.tabbernav li
{
 list-style: none;
display:block;
float:left;
text-align:center;
margin:0 0 0 0px;
width:100px;

}

ul.tabbernav li a
{

 background: url("tabback1.png") top left no-repeat;
 padding: 2px 0px;
 margin:0;
font-size: 11px;
 border: 0px solid #e5e5e5;
 height:25px;
 border-bottom: none;
width:100px;
display:block;
color: #000;
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #fff;}

ul.tabbernav li a:hover
{
 color: #fff;
 background:  url("tabback2.png") top left no-repeat;
 font-size: 11px;
width:100px;
display:block;
height:25px;
}

ul.tabbernav li.tabberactive a
{
font-size: 11px;
color: #fff;
height:25px;
 border-bottom: 0px solid #7f7f7f;
width:100px;
display:block;
 background: #ffffff url("tabback2.png") top left no-repeat;
}

ul.tabbernav li.tabberactive a:hover
{
font-size: 11px;
 color: #fff;
height:25px;
 border-bottom: 0px solid #7f7f7f;
background: #ffffff url("tabback2.png") top left no-repeat;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 margin-top:25px;
 border:1px solid #e5e5e5;
 border-top:1px solid #e5e5e5;
 min-height:100px;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* 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 p {
          font-family: Verdana;
         font-size: 10px;
         font-weight: bold;
         text-align:left;

}



.tabberlive .tabbertab h1 {
        background: url(kare2.png) top left no-repeat;
         font-family: Arial;
         font-size: 11px;
         color: #211111;
         font-weight: Bold;

         text-align: left;
         margin: 3px 0px 0px 7px;
         padding: 0px 0px 0px 10px;
         }

.tabberlive .tabbertab h5 {
        background: url(kare.png) top left no-repeat;
         font-family: Arial;
         font-size: 11px;
         color: #211111;
         font-weight: Bold;

         text-align: left;
         margin: 3px 0px 0px 8px;
         padding: 0px 0px 0px 12px;
         }



.tabberlive .tabbertab a {
         font-family: Arial;
         font-size: 11px;
         color: #211111;
         font-weight: Bold;

         text-align: left;
         margin: 0px 0px 0px 0px;
         padding: 0px 0px 0px 0px;

}

.tabberlive .tabbertab a:hover {
        font-family: Arial;
         font-size: 11px;
         color: #2e6ab1;
         font-weight: Bold;
         text-align: left;
         margin: 0px 0px 0px 0px;
         padding: 0px 0px 0px 0px;

}

.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 {
 min-height:100px;
 overflow:auto;


}

