ul.index {
  list-style-image: url(http://www.steincollectors.org/images/utility%20graphics/scibutton.jpg);
  color: #990000;
}

ul.index li {
  padding: 4px;
  vertical-align: top;
}

a {
  color: #990000;
  font-weight: bold;
}

h2 {
  color: #0033cc;
}

input.button {
    padding: 3px;
    font-weight: bold;
    font-size: 110%;
}

html, body, #wrapper {
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 90%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  background-color: #996633;
}

span.paging {
  position: absolute;
  bottom: 6px;
  right: 6px;
  text-align: right;
}

#page {
  padding: 6px;
  background-color: #eeedc4;
}

th {
  margin-top: 0px;
  background-color: #DDDDDD;
}

table {
  width: 100%;
  font-size: 85%;
  margin-top: 0px;
  padding-top: 0px;
  text-align: left;
}

table.member-detail {
  text-align: left;
  font-size: 90%;
  line-height: 1.6em;
}

td {
  padding: 2px;
  padding-left: 4px;
}

div.report-options {
  position: relative;
  padding: 6px;
  background-color: #DDDDDD;
}

div.report {
  margin: 10px;
  border: 1px solid black;
  background-color: white;
}

div#messages {
  background-color: #99FF00;
  font-weight: bold;
  text-align: center;
  border-style: dashed;
  padding: 2em;
}

div#errors {
  background-color: #FF0033;
  font-weight: bold;
  text-align: center;
  border-style: dashed;
  padding: 2em;
}


