/* zl2tod.css - zl2tod.net common css file */
/* common */
a, body, div, form, img, h1, h2, h3, h4, h5, table, td, tr {
  margin: 0px;
  border: 0px solid black;
  padding: 0px;
  font-family: arial, sans-serif, helvetica;
  text-decoration: none;
  vertical-align: text-top;
}
body {
  padding: 10px;
}
td.tt {
  vertical-align: text-top;
}
.dot {
  font-size: x-small;
}
.wx {
  color: rgb(112,25,112);
  background-color: white;
}
.wx-visited {
  color: rgb(25,112,112);
  background-color: white;
}
.wx-hover {
  color: rgb(175,25,112); 
  background-color: white;
}

.wx {
  line-height: 0.25; 
}

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.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.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;
}

.bold {
  font-weight: bold;
}
.bottom {
  vertical-align: bottom;
}
.centre {
  text-align: center;
}
.middle {
  vertical-align: middle;
}
.ml { /* inventory */
  font-size: medium;
  text-align: left;
}
.mr { /* inventory */
  font-size: medium;
  text-align: right;
}
.small { /* spectrum, inventory */
  font-size: small;
}
.sl { /* spectrum, inventory */
  font-size: small;
  text-align: left;
}
.sr { /* spectrum, inventory */
  font-size: small;
  text-align: right;
}
.top {
  vertical-align: top;
}
.r {
  text-align: right;
}
.spectrum { /* spectrum */
  font-size: x-small;
  vertical-align: top;
}

.wx { background-color: white;
  color: rgb(25,25,112);
  font-size: 95%;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}


