/*===============================================
Styles for lab data tables (screen)
===============================================*/

caption {
  font-size: small;
  text-align: left;
}
h5 {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: normal;
  margin-bottom: 0.5em;
  text-decoration: underline;
}
p {
  margin: 0.5em 0 2em 0;
}
.bar {
  background-color: #CCCCCC;
  border-bottom: 0.1em solid #FFFFFF;
  color: #FFFFFF;
}
.data {
  font-size: smaller;
}
.data table {
  width: 100%;
}
.data table th {
  border-bottom: 0.1em solid #000000;
  font-weight: normal;
  text-align: left;
}
.data table td {
  text-align: left;
}
.th1 {
  background-color: #000000;
  color: #FFFFFF;
  /*font-weight: bold;  /* set in XHTML file (inline) because it doesn't seem to work from here (or internal style sheet) */
}
#content address {
  display: block;
}

