body {
  height: 100%;
  padding: 10px;
  margin: 0px;
  background: #cc3300;
  font-family: Verdana;
}

table.content {
  background: #f0f0f0;
  border: 1px solid gray;
  width: 100%;
  height: 100%;
}

table.menu {
  height:29px;
  overflow: hidden;
}

table.menu td {
  padding: 0px 0px;
}

div.content {
  border: 2px inset;
  background: white;
  height: 100%;
  padding: 10px;
}

div.content table {
  width: 100%;
}

div.uimg {
  margin: 4px;
  border: 1px solid black;
  padding: 2px;
  font-size: 75%;
  text-align: center;
}

div.uimg img {
  border: 1px solid gray;
  margin: 2px;
}
tr.highlight, tr.highlight a{
  cursor: default;
  text-decoration: none;
  color: black;
}

