/* Styles for screen and print */

#center table {
  border: 2px solid #AAA;
  border-left: 1px solid #AAA;
  font-size: 0.90em;
  line-height: 1.667em;
  width: 412px;
}

#center table tr {
  height: 3em;
}

#center table tr.even {
  background-color: #AAA;
}

#center table th {
  border-left: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  text-align: center;
  vertical-align: middle;
}

#center table th.header {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: -2px center;
}

#center table td {
  border-left: 1px solid #AAA;
  text-align: center;
  vertical-align: middle;
}

#center table img {
  border: 1px dotted #AAA;
}

#center dl.table_style dt {
  width: 8em;
  float: left;
}

#center a {
  color: #00376E;
}

.search {
  position: relative;
    top: 0;
    left: 0;
  width: 190px;
  height: 16px;
}

.search input.query {
  width: 173px;
  height: 100%;
  margin: 0 14px 0 0;
  border: 1px solid #AAA;
  padding: 1px;
}

.search input.submit {
  position: absolute;
    right: 0;
    top: 0;
  height: 100%;
  border: 1px solid black;
  padding: 1px;
  background-color: black;
  margin: 0;
}

.logo_suffix {
  color: #999;
}

.highlight {
  background: #FFA;
}
