body {
	background-color: #FFCC66;
	color: #000000;
	margin-top: 0px;
}

h3 {
	margin-bottom: 5px;
}

p {
	margin-top: 5px;
}

table {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 10pt;
}

input,textarea {
	font-family: verdana;
	font-size: 7pt;
}
select,option {
	font-size: 8pt;
}

a {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #993300;
	text-decoration: underline;
}

td.headers {
	background-color: #CBCBCB;
	color: #000000;
	vertical-align: top;
	text-align: center;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

.header {
	background-color: #CBCBCB;
	color: #000000;
	vertical-align: top;
	text-align: center;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

.dload {
	color: #000000;
	background-color: #9999FF;
	font-weight: bold;
}

.featured {
	width: 400px;
	text-align: center;
}
.featured img {
	border: 1px solid #000;
}

.legend {
	font-weight: bold;
}
.legend-map {
	/*display: inline;*/
	padding: 2px;
	margin: 4px;
	color: #fff;
	font-weight: bold;
	background: #0a0933;
	border: 1px solid #000;
}

.guidelinks {
	color: #000000;
}
.guidelinks:visited {
	color: #000000;
}
table.guidelist {
	margin-top: 5px;
}
.guidelist {
	font-size: 13px;
	border: 1px solid black;
}
.guidelist thead, .legend-thead {
	background-color: #ccc;
	color: #006600;
	text-decoration: underline;
}
.guidelist td, .guidelist th {
	padding: 4px 4px 3px 5px;
	border: 1px solid black;
}

.newguide {
	background-color: #ffff00;
}
.newversion {
	background-color: #66ff66;
}

.button {
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 10px;
	border-width: 2px;
	font-size: 10pt;
	font-weight: bold;
}

form {
	margin: 0;
}

.smallbutton {
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	border-width: 2px;
	font-size: 11px;
}

.byline {
	font-size: 85%;
}

/* Pete changes 6/7/11 */
.liveplant-detail-genus, .liveplant-detail-species {
	font-style: italic;
	font-weight: bold;
}

.liveplant-detail-genus {
	text-transform: capitalize;
}