/* zl2tod.css - zl2tod.net common css file */
/* common */
body {
  font-family: arial, sans-serif, helvetica;
}
body.centre {
  text-align: center;
}
body.small { /* spectrum, inventory */
  font-size: small;
}
BODY.wx { background-color: white;
  color: rgb(25,25,112);
  font-size: 95%;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

a {
  text-decoration: none;
}
a.dot {
  font-size: x-small;
}
a.wx {
  color: rgb(112,25,112);
  background-color: white;
}
a.wx-visited {
  color: rgb(25,112,112);
  background-color: white;
}
a.wx-hover {
  color: rgb(175,25,112); 
  background-color: white;
}

BR.wx {
  line-height: 0.25; 
}

h1, h2, h3, h4 {
  margin: 0;
}
h2.spectrum, h3.spectrum, h2.inventory, h3.inventory, h2.five, h3.five {
  margin-bottom: 5px;
}
H2.wx, H3.wx {
  border: thin; 
}

hr { /* spectrum - redundant ?*/
  height: 5px;
}

input.bottom { /* inventory */
  vertical-align: bottom;
}
input.small { /* inventory */
  /* vertical-align: top; */
  height: 18px;
  font-size: 8px;
}

table.centre {
  margin-left : auto;
  margin-right : auto;
}
table.dot {
  font-size: x-small;
}

td.dot { /* spectrum, inventory */
  font-size: x-small;
  font-family: monospace;
  text-align: right;
}
td.bold {
  font-weight: bold;
}
td.bottom {
  vertical-align: bottom;
}
td.middle {
  vertical-align: middle;
}
td.top {
  vertical-align: top;
}
td.spectrum { /* spectrum */
  font-size: x-small;
  vertical-align: top;
}
td.tx { /* spectrum */
  font-size: x-small;
  font-family: monospace;
  vertical-align: text-top;
}
td.txl { /* spectrum */
  font-size: x-small;
  font-family: monospace;
  text-align: left;
  vertical-align: text-top;
}
td.txr { /* spectrum */
  font-size: x-small;
  font-family: monospace;
  text-align: right;
  vertical-align: text-top;
}
td.sl { /* inventory */
  font-size: small;
  text-align: left;
}
td.sr { /* inventory */
  font-size: small;
  text-align: right;
}

th.sl { /* spectrum, inventory */
  font-size: small;
  text-align: left;
}
th.sr { /* spectrum, inventory */
  font-size: small;
  text-align: right;
}
th.ml { /* inventory */
  font-size: medium;
  text-align: right;
}
th.ml { /* inventory */
  font-size: medium;
  text-align: left;
}

form {
  border: 0;
  margin: 0;
}
