.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}
.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #cccc99;
 font: bold 11px Arial, Helvetica, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #000000;
 border-bottom: none;
 text-decoration: none;
 background: #D3D3D3;
}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabbernav li a:hover
{
 color: #ffffff;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #ffffff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;


.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


div.column_left {
  float: left;
  width: 48%;
}

div.column_right {
  float: right;
  width: 48%;
}

div.tab_pane {
  border-top: 5px solid #4a4a4a;
}

div.tab_pane h2 {
  margin-top: 15px;
}



div.pullout_left {
  float: left;
  margin-right: 5px;
}

div.pullout_right {
  float: right;
  margin-left: 5px;
}

div.pullout {
  width: 187px;
  padding: 2px;
  margin-bottom: 2px;
  color: #000000;
  background-color: #cccc99;
}

div#list_container {
  position: relative;
  width: 100%;
  height: 133px;
  overflow: hidden;
  border-bottom: 2px solid #4a4a4a;
}

select, input, textarea {
  font-family: Arial;
  font-size: 1em;
  color: #4a4a4a;
}

textarea {
  padding: 1px;
  overflow: hidden;
}