div.tabs {
  margin-bottom: 2px;
}
div.tabs div.bottom {
  height: 8px;
  line-height: 8px;
}
div.tabs table {
/*  margin-left: 8px;*/
}
div.tabs div.bottom, div.tabs table td.selected {
  background-color: #fff;
/* selected and under*/
}
div.tabs table td {
  background-color: #fff;
  color: #000;
  font-family: tahoma;
  font-size: 14pt;
  text-transform:lowercase;
  font-weight: normal;
}
div.tabs table td {
  text-align: center;
  padding: 2px 16px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
div.tabs table td.selected {
  border-bottom: none;
}
div.tabs table td,
div.tabs table td a,
div.tabs table td a:active,
div.tabs table td a:visited {
  color: #000;
  text-decoration: none;
}
div.tabs table td a:hover {
  color: red;
  text-decoration: none;
}
div.tabs table td.selected,
div.tabs table td.selected a,
div.tabs table td.selected a:active,
div.tabs table td.selected a:visited {
  color: red;
}

