h2 { font-size:10px;padding-bottom:8px;}
.tabberlive .tabbertabhide {
 display:none;
}

.tabber { font-size:10px;
}
.tabberlive {

}

ul.tabbernav
{

 padding: 0px 0px;
}

ul.tabbernav li
{
 list-style: none;
  display: inline;
  font-size:11px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;color:#2e2e2e;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-right: 3px;
 border-bottom: none;
 font-weight:bolder;
 background: #171717;
 color: #5d5d5d;
 font-size:10px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;color:#2e2e2e;
 text-decoration: none;
 
 border-top:1px solid #090909;
 border-left:1px solid #090909;
 border-right:1px solid #090909;
}

ul.tabbernav li a:link {}
ul.tabbernav li a:visited { }

ul.tabbernav li a:hover
{
 color: #808080;
 font-weight:bolder;
 background: #282828;
 border-top:1px solid #090909;
 border-left:1px solid #090909;
 border-right:1px solid #090909;

}

ul.tabbernav li.tabberactive a
{
 color: #efefef;
 font-size:10px;
 font-weight:bolder;
 background: #1c1c1c;
 border-top:1px solid #090909;
 border-left:1px solid #090909;
 border-right:1px solid #090909;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #efefef;
 background: #282828;
 border-top:1px solid #070707;
 border-left:1px solid #070707;
 border-right:1px solid #070707;

}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 margin-top:3px;
 border-top:0;
 background:#070707;
 border-bottom:1px solid #050505;
 border-left:1px solid #050505;
 border-right:1px solid #050505;

 /* 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 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;
 padding-bottom:15px;
}

.tabbertab p { padding-bottom:4px; line-height:110%; }
.tabbertab ul { padding:0; margin:0;}
.tabbertab ul li { padding:0px; font-size:10px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;color:#2e2e2e; }
.tabbertab ul li a{color:#2e2e2e;}
.tabbertab ul li a:hover{color:#cccccc;}
.tabbertab ul li { padding-top:1px;} 
