@charset "iso-8859-1";
a.sort {
  color: white;
}
body {
  background-color: white;
  color: black;
}
div#content {
  position: absolute;
  left: 22%;
  top: 21%;
  width: 58%;
}
div#content dl dt { font-weight: bold }
div#controls {
  position: absolute;
}
div#left {
  position: absolute;
  top: 21%;
  width: 19%;
}
div#right {
  position: absolute;
  left: 81%;
  top: 21%;
  width: 19%;
}
h1 {
  font-family: cursive, sans-serif;
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
}
h1 a { text-decoration: none }
h2#subject { text-align: center }
img { border: 0 }
input.error, p.error, span.error {
  background: white;
  color: red;
  font-style: italic;
  font-weight: bold;
}
p#chat, p#report {
  margin-right: 5%;
  text-align: right;
}
p#requirements {
  margin: 1ex;
}
table#listing {
  margin: auto;
}
td.details, td.report, td.chatNow { text-align: center }
thead {
  background: black;
  color: white;
}
thead th { padding: 1ex }
@media print
{
  a {
    color: black;
    text-decoration: none;
  }
  a:after { content: " <" attr(href) ">" }
  div#content {
    position: absolute;
    left: auto;
    top: 31%;
    width: auto;
  }
  div#controls, div#left, div#right, p#chat, p#report, .chatNow, .details,
    .report { display: none }
  div#header { height: 29% }
}
