body {
	background-color: black;
}

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
	width: 550px; height: 560px;
}
.tabberlive {
	width: 550px; height: 560px;
}


ul.tabbernav
{
 margin: 10px 0 0 0;
 padding: 3px 0 3px 0;
 border-bottom: 1px solid #ff6500;
 font: bold 12px Verdana, sans-serif;
}

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

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-right: 3px;
 border: 1px solid #ff6500;
 border-bottom: none;
 background: #000;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:hover
{
 color: #fff;
 background: #666;
 border-color: #ff6500;
}

ul.tabbernav li.tabberactive a
{
 background-color: #242424;
 border-bottom: 1px solid #242424;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:10px;
 border:1px solid #ff6500;
 border-top:0;
 height: 525px;
 overflow: auto;
 background: #070707 url("wtw_assets/tabs.jpg") no-repeat;

 }
.tabberlive .tabbertab h2 {
	display: none;
}

