/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
.tabberlive .tabbertabhide {
 display:none;
}

.tabbertab {position:relative; }
.tabbertab .hovertext {
    position:absolute;
	width:598px;
	background:#000;
	filter:alpha(opacity=55); /* IE's opacity*/
	opacity: 0.55;
	height:35px;
	margin: 0;
	padding:0;
	top:163px;
    left:0;
    z-index:8;
}
.tabbertab .hovertext p{margin:3px 5px;}
.tabbertab .feat-title { border:none; 
background:transparent; 
color:#fff; 
font-weight:bold;
font-size:16px;
text-decoration: none;
}
.tabbertab h2 {}
.tabber {
}
.tabberlive {
    position:relative;

}
ul.tabbernav
{
 margin:7px 0;
 padding: 3px 0;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
border:#d9d9d9 1px solid; 
background:#545454; 
color:#fff; 
text-decoration: none;
}

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

ul.tabbernav li a:hover
{
 color: #fff;
background:#999;
}

ul.tabbernav li.tabberactive a
{
 color: #000;
 background: white;

}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
}

.tabberlive .tabbertab {
background:#f6f6f6; 
border:#D9D9D9 1px solid; 

 /* 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 {
 overflow:auto;
}