body {
  font-family: Verdana, Arial, Helvetica, san serif;
  margin: 0;
  padding: 0;
  width: 310px;
  border-left: 1px solid #C83E3E;
  border-right: 1px solid #C83E3E;
}

h1 {
  color: #C83E3E;
  font-size: 1.75em;
  text-align: center;
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: #2222ff;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #2222ff;
}

p {
  margin: 0 auto 1em auto;
  width: 95%;
}

label {
  cursor: pointer;
}

form {
  margin: 0;
  padding: 0;
}

#header {
  position: relative;
  height: 30px;
  background-image: url(/images/header.gif);
  background-repeat: no-repeat;
}

#header_menu {
  float: right;
  width: 180px;
  height: 30px;
  padding: 0;
  margin: 0;  
}

#footer {
  font-size: 0.6em;
  line-height: 20px;
  margin: auto;
  background-color: #C83E3E;
  color: #ffffff;
  text-align: center;
}

#footer a {
  color: #FFAB61;
}

#footer a:visited {
  color: #FFAB61;
}

.confirm_buttons {
  text-align: center;
  margin-bottom: 4px;
}

.error_text {
  width: 95%;
  border: 1px solid #990000;
  background-color: #ffeeee;
  font-size: 0.6em;
  margin: 4px auto 2px auto;
  text-align: center;
  color: #990000;
  padding: 3px;
}

.error_text h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #990000;
  margin-bottom: 3px;  
}

.orange_divider {
  height: 5px;
  background-image: url(/images/orange_patch.gif);
}

.empty_set {
  font-size: 0.7em;
  font-style: italic;
  color: #7e7e8e;
  text-align: center;
}

.box {
  position: relative;
  border: 1px solid #C83E3E;
  width: 95%;
  margin: 10px auto 10px auto;
}

.box_header {  
  font-size: 0.7em;
  font-weight: bold;
  color: #ffffff;
  background-color: #C83E3E;
  text-align: center;
  padding-bottom: 3px;
}

.box_content {
  padding: 3px; 
}

.box_footer {
  height: 10px;
  background-color: #C83E3E;
}

.submit { 
  background-color: #EA893F;
  color: #ffffff;
  text-transform: lowercase;
  font-weight: bold;
  border: 1px solid #C83E3E;
}

.data_entry th {
  text-align: right;
  white-space: nowrap;
}

.tiny_text {
  font-size: 0.7em;
}

.clear {
  clear: both;
}

.divider {
  font-style: italic;
  border-bottom: 1px solid #C83E3E;
}

.no_bullets ul {
  list-style: none;
}
