/* zl2tod.css - zl2tod.net common css file */
/* common */
/* vertical-align: top, text-top, baseline */
a, body, div, form, img, h1, h2, h3, h4, h5, table, td, tr {
  margin: 0px;
  border: 0px solid black;
  padding: 0px;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: text-top;
}
body {
  padding: 10px;
}
.naked {
  padding: 0px;
  border: 0px solid transparent;
  margin: 0px;
}
.narrow {
  font-family: 'LeagueGothic', 'Arial Narrow', Impact, sans-serif;
}
.narrowhead {
  font-family: 'LeagueGothic', 'Arial Narrow', Impact, sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-transform: uppercase;
}
.tt {
  vertical-align: text-top;
}
.top {
  vertical-align: 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; 
}

.greybox {
  background-color: #D0D0D0;
  padding: 7px;
  border: solid 1px black;
} 

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;
}
.bot, .bottom {
  vertical-align: bottom;
}
.centre {
  text-align: center;
}
.green {
  color: #00FF00;
}

.middle {
  vertical-align: middle;
}
.ml { /* inventory */
  font-size: medium;
  text-align: left;
}
.mr { /* inventory */
  font-size: medium;
  text-align: right;
}

.l {
  text-align: left; 
}
 
.r {
  text-align: right;
}

.red {
  color: #FF0000;
}

.sb {
  border: 1px solid black;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #E0E0E0;
}

.small { /* spectrum, inventory */
  font-size: small;
}
.sl { /* spectrum, inventory */
  font-size: small;
  text-align: left;
}
.slg { /* spectrum, inventory */
  font-size: small;
  text-align: left;
  margin: 2px;
  background-color: #D7D7D7;
}
.sr { /* spectrum, inventory */
  font-size: small;
  text-align: right;
}
.srg { /* spectrum, inventory */
  font-size: small;
  text-align: right;
  margin: 2px;
  background-color: #D7D7D7;
}

.spectrum { /* spectrum */
  font-size: x-small;
  vertical-align: top;
}

.specmap { /* spectrum map */
  background-color: #B7B7E0;
  border: 1px solid black;
}

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

.link {
  background-color: transparent;
  border: 0px;
  margin: 0px;
  padding: 0px;
  color: blue;
}