body {
  padding: 0;
  margin: 0;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  background: #fff url('/images/page_bg.gif') repeat-y;
  background-position: right;
}

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;
}

label {
  display: block;
}

legend {
  font-weight: bold;
  margin-left: 10px;
}

p {
  margin: 5px 10px;
}

select {
  width: 100%;
}

th {
  text-align: left;
  border-bottom: 1px solid #000;
}

#header {
  height: 153px;
  overflow: hidden;
  background: #000;
}

#menu {
  float: right;
  width: 168px;
  padding: 2px 0px 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: #000000;
  padding: 5px;
}

#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 0px 5px 5px;
}

.news {
  margin-bottom: 20px;
}

.note {
  font-style: italic;
  font-size: 8pt;
}

.red {
  color: #f00;
}

form table .input-text, form table select {
  width: 95%;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.left {
  float: left;
}

.right {
  float: right;
}

.photo_small, .photo_thumb {
  border: 1px solid #000;
  margin: 5px;
}

ul.twocolumn {
  list-style: none;
  margin-top: 0px;
  font-size: 10pt;
}

ul.twocolumn li {
  width: 50%;
  float: left;
}

.map {
  width: 580px;
  height: 503px;
  margin: 0px auto;
}

.map_small {
  margin: 5px;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearleft {
  clear: left;
}

.center {
  text-align: center;
}

.input-text {
  width: 100%;
}

.specieslist {
  width: 100%;
  margin-bottom: 30px;
}

.specieslist td {
  width: 50%;
}

tr.genus {
  font-weight: bold;
}

tr.species td {
  padding-left: 20px;
}

tr.subspecies {
  font-size: .85em;
}

tr.subspecies td {
  padding-left: 40px;
}

td.latin {
  font-style: italic;
}
  
.record {
  font-size: 8pt;
}

.record img {
  float: left;
  margin-right: 5px;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.green {
  color: #00ff00;
}

#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;
}
/***********/
/* Reports */
/***********/
.report {
  font-size: 8pt;
  text-align: left;
}

.report .thumb {
  float: left;
  margin: 0 5px 0 0;
  padding: 0px;
  text-align: center;
  border: 1px solid black;
  background-color: #000000;
}

.report .thumb td {
  width: 128px;
  height: 96px;
  vertical-align: middle;
  text-align: center;
}

.report img {
  margin: 0px;
}

/************/
/* Comments */
/************/
p.comment {
  margin: 0px;
  padding: 10px;
  font-size: 8pt;
}

/***********/
/* Profile */
/***********/
fieldset {
  width: 338px;
  padding: 10px 10px 10px 15px;
  margin: 0px;
  font-size: 10pt;
}

legend {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

fieldset#profile {
  float: left;
}

fieldset#contact, fieldset#password {
  float: right;
  padding-bottom: 10px;
}

fieldset label {
  display: block;
  width: 125px;
  float: left;
  clear: both;
}

fielset select {
  margin-bottom: 4px;
}

fieldset .input-text, fieldset textarea {
  width: 195px;
}

fieldset textarea {
  height: 50px;
}

fieldset br {
  clear: both;
  display: block;
  margin: 2px;
}

.specieslist {
  width: 100%;
  margin-bottom: 30px;
  font-size: 10pt;
}

.specieslist td {
  width: 50%;
}

tr.genus {
  font-weight: bold;
}

tr.species td {
  padding-left: 20px;
}

tr.subspecies {
  font-size: .85em;
  font-style: italic;
}

tr.subspecies td {
  padding-left: 40px;
}

option.subspecies {
  font-size: .85em;
  font-style: italic;
}

div.photos { display: none; }
table.reportinfo { width: 50%; }

@media print {
  #header   { display: none; }
  #footer   { display: none; visibility: hidden; margin-top: 36pt; }
  #menu     { display: none; }
  #session  { display: none; }
  #comments { display: none; }
  .commands { display: none; }

  #content { width: 7in; margin: 0 auto; }

  div.gallery  { display: none; }
  div.photos { display: block; text-align: center; }
  div.photos img { margin: 10pt 0; max-width: 95%; }
  table.reportinfo { width: 100%; }
  table.reportinfo td { width: 50%; }
  .blue { color: #000; }

  .photo_small {display: none; }
}

