body {
  background-color: #41555F;
  margin-top:       10px;
  margin-left:      10px;
  margin-bottom:    10px;
  margin-right:     10px;
}

table,tr,td {
  font-family:     verdana, tahoma, arial;
  font-size:       10px;
  color:           black;
  text-decoration: none;
  padding:         0px;
}

test {
  border:          1px solid #888;
}

table.center {
 margin-left: auto;
 margin-right: auto;
}

hr {
  height:           0px;
  border:           solid #abb0b5 0px;
  border-top-width: 1px;
}

.mainsmall {
  font-family: verdana, tahoma, arial;
  font-size:   9px;
  color:       black;
  text-decoration: none
}

a {
  font-family:     verdana,arial,tahoma;
  font-size:       10px;
  color:           #5b5b5b;
  text-decoration: none
}

a:hover {
  font-family:     verdana,arial,tahoma;
  font-size:       10px;
  color:           #DD6900;
  text-decoration: none
}

.textbox {
  font-family:     verdana,arial,tahoma;
  font-size:       10px;
  color:           #000000;
  text-decoration: none;
  padding:         2px 2px 2px 2px
}

.button {
  font-family:     verdana,arial,tahoma;
  font-size:       10px;
  color:           #000000;
  text-decoration: none;
  cursor:          pointer;
  cursor:          hand;
}

select {
  font-family:     verdana,arial,tahoma;
  font-size:       10px;
  color:           #000000;
  text-decoration: none;
  padding:         1px;
}

.tabberlive .tabbertabhide {
  display:none;
}

.tabber {
  display: none;
}

.tabberlive {
  margin-top: 1em;
}

.tabberlive .tabbertab {
  padding:          5px;
  border:           1px solid #888;
  border-top:       0;
  background-color: #ece9d8;
}

.tabberlive .tabbertab h2 {
  display: none;
}

.tabberlive .tabbertab h3 {
  display:none;
}

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
  height:   200px; 
  overflow: auto;
}

ul.tabbernav {
  margin:        0;
  padding:       3px 0;
  border-bottom: 1px solid #888;
  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-left:     3px;
  border:          1px solid #888;
  border-bottom:   none;
  background:      #fff;
  text-decoration: none;
}

ul.tabbernav li a:link {
  color: #5B980C;
}

ul.tabbernav li a:visited {
  color: #5B980C;
}

ul.tabbernav li a:hover {
  color:        #5B980C;
  background:   #fff;
  border-color: #888;
}

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

ul.tabbernav li.tabberactive a:hover {
  color:         #5B980C;
  background:    #fff;
  border-bottom: 1px solid #888;
}

.tdraw {
  padding: 0px;
}

.nl {
  height:           1px;
  background-color: #33270D;
  padding:          0px;
}


