body {
  font-family: Arial;
}

tr.tableheader {
  background-color: white;
}

span.columnheader {
  font-weight: bold;
}

a.delx:link {
  font-weight: bold;
  color: red;
}

a.mode:link {
  font-weight: bold;
  color: red;
}

a:link {
  text-decoration: none;
  color: blue;
}

a:visited {
  text-decoration: none;
  color: blue;
}

a:hover {
  background-color: yellow;
  color: red;
}

a:active {
  color: red;
}

table.results {
  border: 1px solid #999;
}

.resultsheader {
  border-bottom:solid 1px #999;
  background-color: #dfb;
  font-weight: bold;
  padding:5px 5px 5px 2px;
}

.editheader {
  border-bottom:solid 1px #999;
  background-color: #8ff;
  padding:5px 5px 5px 2px;
}

.resultscontrol {
  border-bottom:solid 1px #999;
  font-weight: bold;
  padding:5px 5px 5px 2px;
}

tr.even {
  background-color: #e9e9e9;
  font-family: monospace;
}

tr.odd {
  background-color: #ffffff;
  font-family: monospace;
}

div.filter {
  background-color: #ffffff;
  font-family: monospace;
}

td {
  vertical-align: top;
}

td.t {
  font-family: Arial;
}

td.columnsortheader0 {
  background-color: #88ffff;
}

td.columnsortheader1 {
  background-color: #bbffff;
}

td.columnsortheader2 {
  background-color: #ddffff;
}

img {
  border: 0;
}
