body {
  padding: 0;
  margin: 0;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  background-color: #000;
}

a {
  text-decoration: none;
  color: #552;
}

a:hover {
  text-decoration: underline;
}

fieldset {
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
}

h1 {
  font-size: 14pt;
  margin: 0;
  border-bottom: 1px solid black;
}

h2 {
  font-size: 12pt;
  margin: 1em 0 0 0;
  border-bottom: 1px solid black;
}

h4 {
  margin: 0;
  font-size: 10pt;
}

hr {
  clear: both;
  visibility: hidden;
  height: 1px;
  margin: -1px 0 0 0;
}

img {
  border: 0;
}

legend {
  font-weight: bold;
  margin-left: 10px;
}

p {
  margin: 5px 10px;
  margin-bottom: 1em;
  text-align: justify;
}

select {
  width: 100%;
}

th {
  text-align: left;
  border-bottom: 1px solid #000;
}

#wrapper {
  background: #fff;
  width: 985px;
  margin: 0 auto;
  background: #fff url('/images/page_bg.gif') repeat-y;
}

#header {
  background: url('/images/bg_header.png') repeat-x;
  height: 79px;
  overflow: hidden;
  position: relative;
}

#menu {
  float: left;
  width: 168px;
  padding: 2px 5px 2px 7px;
}

#menu a {
  color: #fff;
}

#menu .title {
  color: #b7baa2;
  margin: 1em 0 0 2px;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu ul li {
  margin: 1px 0px;
  background: #415618;
  padding: 5px;
}

#footer {
  clear: both;
  background: #000;
}

#viewrecord .input-text {
  border: 1px solid #415618;
  background: #000;
  color: #fff;
  width: 100px;
}

#viewrecord .input-submit {
  border: 1px solid black;
  background: #415618;
  color: #fff;
}

#session {
  background: #000;
  color: #fff;
  padding: 2px 5px;
}

#session a {
  color: #fff;
  font-weight: bold;
}

#session p {
  float: right;
  margin: 0;
  padding: 0;
}

#content {
  width: 800px;
  margin: 5px 5px 5px 180px;
  padding-bottom: 3em;
}

.note {
  font-size: .85em;
  font-style: italic;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.input-text {
  width: 100%;
}

.specieslist {
  width: 100%;
  margin-bottom: 30px;
}

.specieslist td {
  width: 50%;
}

.inactive,
.inactive a {
  color: red;
}

.notes { font-weight: normal; }

tr.genus {
  font-weight: bold;
}

tr.genus .notes {
  padding-left: 20px;
}

tr.species td {
  padding-left: 20px;
}

tr.species .notes {
  padding-left: 40px;
}

tr.subspecies {
  font-size: .85em;
}

tr.subspecies td {
  padding-left: 40px;
}

tr.subspecies .notes {
  padding-left: 60px;
}

.latin {
  font-style: italic;
}
  
.record {
  font-size: 8pt;
}

.record img {
  margin-right: 5px;
}

.bold {
  font-weight: bold;
}

.black {
  color: #000;
}

.red {
  color: #f00;
}

.green {
  color: #0f0;
}

.blue {
  color: #00f;
  border-color: #00f;
}

#infobox {
  position: absolute;
}

#infobox div {
  margin: 5px;
  padding: 5px;
  border: 1px solid black;
  background: #ffffaa;
}

#infobox h1 {
  font-size: 10pt;
  margin-bottom: 5px;
}

.message {
  color: blue;
  font-weight: bold;
  text-align: center;
}

.error {
  color: red;
  font-weight: bold;
  text-align: center;
}

.question {
  display: block;
  font-weight: bold;
  margin-top: 20px;
}

.answer {
  padding: 0 15px;
}

/* Image listings */
div.gallery {
  text-align: center;
}

div.gallery div {
  display: inline;
}

div.gallery div span {
  display: table-cell;
  display: inline-block;
  width: 128px;
  padding: 5px 5px 1em 5px;
}

div.vouchers { display: none; }

/* Data release forms */
form#data-request input[type="text"] {
  width: 100%;
}

form#data-request textarea {
  width: 100%;
  height: 400px;
}

@media print {
  #header   { display: none; }
  #footer   { display: none; }
  #menu     { display: none; }
  #session  { display: none; }
  #comments { display: none; }
  .commands { display: none; }

  #content { width: 7in; margin: 0 auto; }

  a { color: #000; }
  div.gallery  { display: none; }
  div.vouchers { display: block; text-align: center; }
  div.vouchers img { margin: 10pt 0; }
  .blue { color: #000; }
}

