html, body {
  background-color: gray;
}

body {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.doc {
  background-color: white;
}

#hd {
  text-align: center;
  position: relative;
  height: 140px;
  color: white;
  background-color: #0033ff;
}

#hd a {
  color: white;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
}

#bd {
  background-image: url(/images/hat.png);
  background-position: 50% 15px;
  background-repeat: no-repeat;
}

#ft {
  color: white;
  clear: both;
  text-align: center;
  line-height: 2em;
  background-color: #2112cf;
  background-image: url(/images/hd_bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

#ft a {
  color: white;
}

td, th {
  border-style: none;
}

table.field_list th {
  text-align: left;
  vertical-align: top;
}

input[type="text"], input[type="password"], input[type="submit"], textarea, select,
button {
  width: inherit;
  border: 1px solid #666666;
}

input[type="submit"] {
  padding: 0 0.5em;
}

input[type="submit"]:hover, button:hover {
  background-color: #2112CF;
  color: white;
  cursor: pointer;
}

input[type="image"], input[type="checkbox"] {
  vertical-align: middle;
}

div.subject_level {
  padding: 0.25em;
}

table.tutor_cards {
  border-spacing: 1em;
  width: 100%;
}

.tutor_card {
  border: 1px solid #DDECF8;
  padding: 1em;
  font-size: 85%;
  width: 50%;
}

.tutor_cards div.link {
  text-align: right;
}

.page_numbers {
  margin-bottom: 1em;
  font-weight: bold;
}

.buttons {
  background-color: #04738f;
  background-image: url(/images/hd_bg.png);
  background-position: top;
  line-height: 2em;
  color: white;
  padding-left: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.buttons a {
  color: white;
}

tr.ListHeader {
  background-color: #123D5E;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  height: 30px;
}

tr.ListHeader a {
  color: #ffffff;
  font-weight: bold;
}

tr.ListLine0 {
  padding: 5px;
  background-color: #B3D5EF;
}

tr.ListLine1 {
  padding: 5px;
  background-color: #ffffff;
}