tabber
{
	display:none;
}

.tabberlive .tabbertabhide {
 display:none;
}

.tabberlive {
 margin: 10px 0 10px 0;
}

ul.tabbernav
{
 float: left;
 clear: both;
 margin:0;
 padding: 0;
 background: transparent url(tab_back.gif) 0 bottom repeat-x;
 height: 40px !important;
 height: 32px;
 width: 650px;
 font-weight: bold;
 font-size: 11px;
}

ul.tabbernav li
{
 list-style: none;
 padding: 0;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 6px 5px 5px 5px;
 margin-right: 3px;
 background: transparent url(tab.gif) 0 0 no-repeat;
 text-decoration: none;
width: 115px !important;
width: 125px;
height: 29px !important;
height: 40px;
float: left;
text-align: center;
}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #fff; }

ul.tabbernav li a:hover
{
 background-image: url(tab_hover.gif);
}

ul.tabbernav li.tabberactive a
{
 color: #000;
 background-image: url(tab_sel.gif);
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
}

.tabberlive .tabbertab {
clear: both;
width: 628px !important;
width: 640px;
background-color: #fff;
 padding:5px 10px 10px 10px;
 border:1px solid #16718a;
 border-top:0;
}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

