/*----------------------------------------------
 |  table.css |
 |-----------
 |  Table elements
 *---------------------------------------------*/
div#bodytext table {
  border: none;
}

div#bodytext table td {
  vertical-align: top;
}

div#bodytext table#form {
  width: 100%
}

div#bodytext table#form th {
  text-align: right;
  vertical-align: top;
}

td#windy {
  background-image: url(../images/windy_header_old.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 208px;
  height: 33px;
}

td#river {
  background-image: url(../images/river_header.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 190px;
  height: 33px;
}

td#nidelv{
  background-image: url(../images/nidelv_header.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 190px;
  height: 33px;
}

td#minor {
  background-image: url(../images/minor_header.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 190px;
  height: 33px;
}