
div.narrow {
  width: 800px;
}

div.vga {
  width: 640px;
}

div.table_view {
  width: 1024px;
}

.noline {
  text-decoration:none;
  color:#000000;
}

body {
  font-family: Verdana, helvetica, arial, sans-serif;
  font-size: 0.9em;
}

td {
  font-family: Verdana, helvetica, arial, sans-serif;
  font-size: 0.9em;
}

tr {
  font-family: Verdana, helvetica, arial, sans-serif;
  font-size: 0.9em;
}

tr.default {
  font-family: Verdana, helvetica, arial, sans-serif;
  font-size: 0.9em;
}

tr.hidden {
  font-style: italic;
}

tr.stable {
  font-weight: bold;
}

.header {
  background-color: #d0d0d0;
  font-weight: bold;
}

td.successful {
  background-color: #a0ffa0;
}

td.incomplete {
  background-color: #a0e0ff;
}

td.failed {
  background-color: #ffa0a0;
}

td.started {
  background-color: #c0c0ff;
}

td.errors {
  background-color: #ffffa0;
}

a.tiny {
  font-size: 8pt;
}

a.hidden {
  font-size: 8pt;
  color: #ffffff;
}

td.dev_notes {
  background-color: #f0e0ff;
  font-size: 8pt;
}

td.user_notes {
  background-color: #e0f0ff;
  font-size: 8pt;
}
