.smaller {font-size: smaller; }
.center {text-align: center; }
.fullwidth {width: 100%; }
.red {color: red; }
.green {color: green; }
.border {border: thin solid; }
.float {float: left; }
.inline {display: inline; }
.hidden {display: none; }
.clear {clear: both; }

html {background-color: #ccc; }
body {
  font-family: sans-serif;
  margin: 0;
}
div#banner {
  background-color: #1D2F68;
  margin: 0;
  border: none;
  padding: 1em;
}
div#banner img.left {
  margin-right: 1em;
  float: left;
}
div#banner img.right {
  margin-left: 1em;
  float: right;
}
div#banner a {
  font-family: serif;
  padding: 0.25em;
  display: block;
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
div#banner a#arizona {
  font-style: normal;
  font-variant: small-caps;
  color: #C60040;
}
div#banner a:hover {
  text-decoration: underline;
  }
div#banner a#recruitment {
  font-size: 200%;
  font-variant: normal;
  color: #ccc;
}
div {
  border: thick solid brown;
  margin: 1em 0.5em;
  background-color: white;
}
div.notop {
  border-top: none;
}
br {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
}
div.clear {
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  height: 0;
}
h1 {
  font-variant: small-caps;
  text-align: center;
  background-color: black;
  color: white;
  margin: 0;
}
h2 {
  font-variant: small-caps;
  margin: 0;
  background-color: brown;
  color: #eee;
}
table {
  display: inline-block;
  margin: 0.5em;
}
td {
  white-space: nowrap;
}
th {
  font-weight: normal;
}
table.onecolumn td {
  text-align: center;
}
table.twocolumn tr td:first-child {
  text-align: right;
}
td.data {
  font-family: serif;
  font-size: larger;
}
td.unknown span {
  font-variant: small-caps;
  font-weight: bold;
  background-color: red;
  text-decoration: blink;
  padding: 0em 0.25em;
}
p {
  font-family: serif;
  font-size: larger;
  margin: 0.5em;
  padding: 0.25em;
}
p span {
  font-weight: bold;
  background-color: red;
  text-decoration: blink;
}
p.address {
  margin-left: 2em;
}
table#letters th {
  text-decoration: underline;
}
input {
  font-family: sans-serif;
  font-weight: bold;
}
label {
  font-family: sans-serif;
  font-weight: bold;
}
form {
  margin: .5em;
}
form label {
  margin: .5em;
}
form input {
  margin: .5em;
}
table#letters form {
  margin: 0;
}
table#letters form input {
  margin: 0;
}
fieldset {
  margin: 0.5em;
}
textarea {
  vertical-align: top;
}
tr.temp_1 {
  background-color: #dfd;
}
tr.temp_2 {
  background-color: #fed;
}
tr.temp_3 {
  background-color: #fdd;
}
tr.temp_4 {
  background-color: #ddf;
}
table.report {
  border-collapse: collapse;
}
table.report td {
  border: thin solid;
  padding-left: .25em;
  padding-right: .25em;
}
table.report tr td + td {
  text-align: center;
  font-size: smaller;
}
table.report tr th {
  font-size: smaller;
}
table.report a {
  color: black;
  text-decoration: none;
}
table.report a:hover {
  color: blue;
  text-decoration: underline;
}
tr.temperature_title {
  font-weight: bold;
}
tr.temperature_title td {
  border: 0;
}
