.tabberlive .tabbertabhide 
{
	 display:none;
}

.tabber 
{

}

.tabberlive 
{
	 
	 width:100%;
	 border: 1px solid #666666;
        
}

ul.tabbernav
{
	 margin:0;
	 padding:0;
	 /*border-bottom: 1px solid #ffffcc;*/
	 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
	 list-style: none;
	 width: 100px;
	 margin: 0;
	 display: block;
	 float: left;
}

ul.tabbernav li a
{
	 padding-top: 2px;
	 padding-bottom: 1px;
	 text-align: center;
	 width: 98px;
	 display: block;
	 margin-left: 0px;
	 background: #000;
	 text-decoration: none;
	 background: #999999 url(images/title.gif) repeat-x;
	 border-left: 1px solid #666666;
	 border-right: 1px solid #333333;
	 border-bottom: 1px solid #666666;
}

ul.tabbernav li a:link 
{ 
	 color: #ffffcc;
}
ul.tabbernav li a:visited 
{ 
	color: #ffffcc;
}

ul.tabbernav li a:hover
{
	 color: #ff9900;
	 text-decoration: underline;
}

ul.tabbernav li.tabberactive a
{
	 background-color: #000;
	 color: #ff9900;
	 font-weight: bold;
	 background: none;
	 border: none;
	 background: none;
	 width: 100px;
/*background-color: #999999;*/
border-bottom: 1px solid #333333;
	
}

ul.tabbernav li.tabberactive a:hover
{
	 /*color: #000;
	 background: white;
	 border-bottom: 1px solid white;*/

}

.tabberlive .tabbertab 
{
	padding:15px;
	color: #fff;
	/*background-color: #999999;*/
}

.tabberlive .tabbertab a:hover
{
	color: #ff9900;
}


.tabberlive .tabbertab h2
{
	 display:none;

}
.tabberlive .tabbertab h3 
{
	display:none;


 

}

.tabberlive#tab1 
{
}

.tabberlive#tab2 
{
}

.tabberlive#tab2 .tabbertab 
{
	 height:200px;
	 overflow:auto;
}
