BODY { font-family: Arial; font-size: 8pt; }
DIV.legend { margin-top: 5px; width: 250px; white-space: nowrap; }
DIV.legend INPUT { float: left; }
DIV.cellColor { width: 12px; height: 12px; border: 1px solid #aaaaaa; float: left;}
TABLE { font-size: 8px; border-collapse: collapse; }
TD { width: 12px; height: 12px; border-bottom: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa}
.qualifies { background-color: #000000}
.qualWithLeadingZeroes { background-color: #999999}
.baseMinusOther { background-color: #8888ff; }
.fails { background-color: #ffffff}
.dontKnow { background-color: #88ffff}
.patternLengthOdd { background-color: #ffffaa}
.terminates { background-color: #aaffaa}
.invalidPattern { background-color: #ffff88}
.dontCare { background-color: #bbbbbb}
.red { background-color: #ff4444; }
.baseMinusOne { background-color: #aaaa00}
TD.s { border: none; }
TH.base, TH.integer
{
  width: 12px; height: 12px;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
COL.even {}
COL.odd {}
COL.prime {}
COL.numbers {}
TR.even {}
TR.odd {}
TR.prime {}
TR.numbers {}
DIV#busy
{
  position: absolute;
  left: 25%;
  top: 25%;
  border: 1px solid black;
  background-color: #ffffaa;
  text-align: left;
  padding: 20px 10px 10px 10px;
  width: 150px;
  height: 130px;
  display: none;
}


DIV#cellInfo
{
  display: none;
  position: absolute;
  left: 100px;
  top: 100px;
  background-color: #cccccc;
  border: 1px solid black;
  padding: 10px 0 10px 0;
}

DIV#cellInfo TABLE TH
{
  width: 30%;
  whitespace: nowrap;
  text-align: right;
  padding: 0 5px 0 5px;
  font-size: 10pt;
}


DIV#cellInfo TABLE TD
{
  width: 70%;
  text-align: left;
  padding: 0 5px 0 5px;
  font-size: 10pt;
}

DIV#plotParameters TABLE TH
{
  width: auto;
  white-space: nowrap;
  text-align: right;
  font-size: 10pt;
}

DIV#plotParameters TABLE TD
{
  width: auto;
  white-space: nowrap;
  text-align: right;
  font-size: 10pt;
  border: none;
}


DIV#patiencePlease
{
  position: absolute;
  top: 100px;
  left: 100px;
  background-color: #ffff88;
  border: 1px solid #888888;
  display: none;
  padding: 10px;
  font-size: 12pt;
}

