.headerTaxonomy {
	background-image:url('/Taxonomy/images/taxonomy-header.jpg');
	background-repeat:no-repeat;
	background-position: center;
	height: 120px;
}

select 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#333333;
}

input
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#333333;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#333333;
}

.label 
{
	font-weight: bold;
	width: 100px;
}

.headerLabel 
{
	font-size: 15px;
	font-weight: bold;
	width: 150px;
}

.speciesName 
{
	font-style: italic;
	font-size: 12px;
}

.userTextBox 
{
	width: 200px;
}

.userListBox 
{
	width: 200px;
	height: 70px;
}

.userTextArea
{
	width: 200px;
	height: 100px;
}

.specimenTextBox 
{
	width: 350px;
}

.specimenTextArea
{
	width: 350px;
	height: 100px;
}

.editColumnLeft
{
	border-right: dashed 1px #000000;
	padding: 0px 10px 0px 5px;
}

.editColumnRight
{
	border-left: dashed 1px #000000;
	padding: 0px 5px 0px 10px;
}

.speciesNameColumn
{
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

.characteristicNameColumn
{
	font-weight: bold;
	border-right: dashed 1px #000000;
	padding: 0px 10px 0px 10px;
}

.characteristicValueColumn
{
	text-align: center;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}

.selectedCharacteristic
{
	background-color: #eee1c5;
	border: solid 1px #8a1d03;
}

.showHideButton
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#333333;
	background-color: #eee1c5;
	border: solid 1px #8a1d03;
	cursor: pointer;
	margin: 0px 0px 3px 0px;
}

.actionButton
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#333333;
	background-color: #eee1c5;
	border: solid 1px #8a1d03;
	margin: 0px 5px 0px 0px;
	padding: 0px 3px 0px 3px;
	cursor: pointer;
}

.actionButtonDisabled
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#bfbcb5;
	background-color: #eee1c5;
	border: solid 1px #8a1d03;
	margin: 0px 5px 0px 0px;
	padding: 0px 3px 0px 3px;
}

.imageButton 
{
	border: solid 1px #b1b6b0;
	margin: 0px 5px 0px 0px;
}

.taxonomyTable TD
{
	padding: 3px 5px;
}

.userTable TD,TH
{
	padding: 2px 10px;
}

.userTable TH 
{
	border-bottom: solid 1px black;
}

.errorMessage 
{
	padding-left: 10px;
	color: Red;
	font-weight: bold;
}

.key {
	padding-bottom: 10px;
	padding-top: 9px;
	font:normal 11px/1.5em Arial, Helvetica, sans-serif; 
}

.key a:link, .bd a:active, .bd a:visited {
	color: #8a1d03;
	text-decoration: none;
}

.key a:hover {
	text-decoration: underline;
	color: #8a1d03;
}

.key a:visited {
	color:#8A1D03;
	text-decoration:none;
}

.taxa UL , .taxa LI
{
	width: 350px;
}

.keyViewer
{
	background: url("/Taxonomy/images/key-header.jpg") no-repeat center top;
}

.specimenDataTable TD
{
	padding: 7px 5px 0px 0px;
}

.taxonomyDataTable TD
{
	padding: 0px 5px 0px 0px;
}

.specimenImageTable TD
{
	padding: 7px 5px 0px 0px;
	text-align: center;
}

.fakeLink
{
	color:#8A1D03;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	cursor: pointer;
}

.fakeLinkHover 
{
	text-decoration:underline;	
}

.speciesData 
{
	font-size: 12px;
}
