/*This is the core menu style sheet of the site.*/

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */

#survey {
	width: 570px;
	float: right;
	padding: 0px 20px 0 0;
}

#survey h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
}

#survey table {
  border: 1px solid #fff56e;
  border-collapse: collapse;
}

#survey tr {
  background: #fff56e;
  border: 1px solid #73C0D4;
  border-collapse: collapse;
  text-align: left;
}

#survey th.species {
  text-align: left;
}

#survey th.heading {
  font: bold;
}

#survey td {
  background: #ffffff;
  border: 1px solid #73C0D4;
  border-collapse: collapse;
  font: normal 80% Georgia, "Times New Roman", Times, serif;
  text-align: right;
}

#survey th {
  border: 1px solid #73C0D4;
  border-collapse: collapse;
  font: normal 80% Georgia, "Times New Roman", Times, serif;
  text-align: left;
}

#survey a:link, #survey a:visited {
  text-decoration: none;
  color: #0000CC;
  text-align: left;
}

#survey a:hover {
  text-decoration: none;
  color: #CC0033;
  text-align: left;
}

#survey table td.mollusc {
  text-align: left;
}

#nextpge {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .4em;
  font-weight: bold;
  display: inline;
  margin-left: 5px;
  margin-right: 2px;
  padding: 3px 10px 2px 10px;
  color: #A62020;
  background-color: #FCE6EA;
  text-decoration: none;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
}

