@charset "utf-8";
/* CSS Document */

table.display {
  border: 2px solid white;
  width: 75%;
  border-collapse: collapse;
}

table.colormap {
  border: 2px solid black;
  border-collapse: collapse;
  padding: 2px;
  width: 90%;
}

th.interc {
  text-align: center;
  font-size: 12px;
}

a:hover {
  color: #f78000;
}
th.time {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  border-collapse: collapse;
  border: 2px solid white;
}

td {
  text-align: center;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*width:100px;*/
  border-collapse: collapse;
  border: 2px solid white;
  padding: 1px;
}

td.purple {
  background-color: #461b7e;
  color: #ffffff;
}

td.darkblue {
  background-color: #000fff;
  color: #ffffff;
}

td.aqua {
  background-color: #00afff;
}

td.cyan {
  background-color: #00ffff;
}

td.bluegreen {
  background-color: #8eebec;
}

td.green {
  background-color: #00ff00;
}

td.yellow {
  background-color: #ffff00;
}

td.orange {
  background-color: #ffaf00;
}

td.redorange {
  background-color: #f87431;
}

td.red {
  background-color: #ff0000;
}

td.darkred {
  background-color: #c11b17;
}

td.black {
  background-color: #000000;
}

td.nodata {
  background-color: #ffffff;
  color: #666666;
  font-size: 12px;
}

th.section {
  text-align: center;
  font-size: 13px;
  color: #f78000;
  background-color: #111111;
}

td.section-note {
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-style: italic;
}
