a,
a:link 
{
	border-bottom-color: #888; /* #E2DCCA; */
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #404040; 
}
a:visited
{
	border-bottom-color: #aaa;
}
a:hover,
a:active
{
	border-bottom-color: #555;
}
body,
td,
th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: white;
	color: #404040;
}
fieldset,
img {
	border: 0;
}
hr
{
	height: 2px;
}
.quiet,
.quiet a,
.quiet a:link,
.quiet a:visited,
.quiet a:hover,
.quiet a:active,
.quiet a:focus
{
	border-style: none;
	text-decoration: none;
}
/*
	Common span-level colours
*/
.attention,
.attention a 
{
	color: #990000;
}
.alert 
{
	color: #ff0000;
}

/* 
	For Home/utilityIDesign/php/lastUpdated()
*/
.lastUpdated
{
	clear: both;
	float: left;
	width: 100%;		/* This is *critical* to both IE and Firefox. Fucked if I know why */
	font-size: small;
	margin-top: 1ex;
	margin-bottom: 1ex;
	text-align: center;
	color: #333333;
	letter-spacing: .12em;
}
.iCC_NC_SA
{
	vertical-align: middle;
}
.logo
{
	vertical-align: middle;
	padding-bottom: 2px;	/* Improves the alignment of the text baseline and the image */
	padding-top: 1px;
}
.logoW3
{
	vertical-align: middle;
	padding-left: 10px;
}
/* 
	For Google search box
*/
.sSearchBox
{
	color: #4682b4;
	border: 1px solid #d3d3d3; /* lightgray */
	width: 114px;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 6px;
}
.sSearchButton
{
	border: 1px solid #d3d3d3; /* lightgray */
}
.sSearchButton:hover 
{
	border: 1px solid #2f4f4f; /* darkstategray */
}
/* 
	For Add This bookmark widget
*/
#aAddThis {
	font-size: 9pt;
	letter-spacing: 0.3ex;
	margin: auto;
	text-align: center;
}
#aAddThis img {
	display: inline;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
img.iExtLink {
	vertical-align: middle;
}
/* 
	For /Home/Classes/Taxon.php
*/
.sTaxonGenus,
.sTaxonSpecies,
.sTaxonVariety
{
	font-style: italic;
}
.sTaxonAuthor
{
	font-style: normal;
}
/*
	For supported orgs
*/
div.dSupporter, div#dIDS {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-width: 4px;
	border-color: #4682b4;
}
div.dSupporter {
	padding-top: 1ex;
	padding-bottom: 1ex;
	border-style: dashed;
	border-top-style: none;
}
div.dSupporter img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
div#dIDS {
	color: white;
	font-weight: bold;
	font-size: medium;
	background-color: #4682b4;
	padding: 5px 0;
	border-style: solid;
}
div#dIDS a
{
	color: white;
}
div#dIDS a:hover
{
	color: black;
}
div.dSupporter div.quiet {
	padding-bottom: 12px;
}