table.page_header {
  width: 700px;
  border: 1px solid black;
  margin-bottom: 10px;
}
table.page_header thead tr {
  background-color: #666666;
  color: white;
}
table.page_header th, table.page_header td {
  text-align: left;
}

table.display_box {
  width: 225px;
}

table.display_box_mid {
  width: 460px;
}

table.display_box_wide {
  width: 690px;
}

table.display_box thead tr {
  background-color: #999999;
}
table.display_box thead tr th {
  padding-left: 10px;
}
table.display_box tbody {
  font-size: .7em;
}
table.display_box tbody tr {
  text-align: right;
}
table.display_box tbody td {
  text-align: left;
}
table.display_box tfoot td {
  font-size: .7em;
  text-align: right;
}
abbr:hover {
  cursor: pointer;
}
tbody.command_center tr {
  background-color: #666666;
}
tbody.command_center td {
  background-color: #666666;
  text-align: center;
  width: 50%;
}
tbody.command_center td a {
  text-align: center;
  display: block;
  background-color: #666666;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

tbody.command_center td a:hover {
  text-decoration: underline;
}
table.display_box label.bigger {
  font-size: 110%;
}
.apply_now {
  padding: 10px;
  background-color: #666666;
}
.apply_now a {
  color: white;
  font-weight: bold;
}
table.application { width: 600px; border-collapse: collapse;}
table.application th { text-align: right; margin-right: 10px; }

