table.results{
	border-collapse: collapse;
	width: 100%;
}
table.results tr.headerTopRow th{
	border-bottom: 0;	
}
table.results tr.headerBottomRow th{
	border-top: 0;	
}
table.results th{
	border: 1px solid white;
	text-align: left;
	padding: 2px 5px 2px 5px;
	background: #2274a3;
	color: white;
	font-weight: normal;
}

table.results th a, table.results th a:visited, table.results th a:active{
	color: white;	
}
table.results thead tr.navigation, table.results thead tr.navigation a, table.results thead tr.navigation a:visited{
	color: white;
	background: url(../images/table_nav_grad.jpg) repeat-x top;
}
table.results tfoot tr.navigation, table.results tfoot tr.navigation a, table.results tfoot tr.navigation a:visited{
    color: white;
    background: url(../images/table_nav_grad_bottom.jpg) repeat-x bottom;
}
table.results .scientificName{
    margin-left: 1em;	
}
table.results td{
	padding: 2px 5px 2px 5px;
	font-weight: normal;
	line-height: 1.5em;
}
table.results tr.odd{
	background-color: #eff8fd;
}
table.results tr.even{
	background-color: white;
}

table.results tr.county td{
	font-weight: bold;
	font-style: italic;
	background-color: #CCC;
	color: fff;	
	border-bottom: 1px solid #999;
}
table.results tr.taxonomy td, table.results .category{
	background-color: #ffffcc;
    font-weight:bold;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    line-height: 1.5em;
}
table.results tfoot tr.footer td{
	color: #666;
	border-top: 1px solid #666;
	background-color: white;
	padding: 1em;	
}
table.results tfoot .restrictedFooter, table.results tbody .restrictedFooter{
	color: red;
}
.commonName{
    font-size: 1.2em;
}
.pageNav{
	color: white;
    font-size: .9em;
    letter-spacing: .1em;
    clear: both;
}
.pageNav .pageNavRight{
	float: right;
}
.pageNav .pageNavLeft{
	float: left;
}
table.results .item{
	border-bottom: 1px solid #ccc;
}
div.row{
	clear:both;
}
div.expandableKey div.key{
	width: 12em;
	text-align:left;
	float: left;
	font-weight: bold;
	line-height: 1.5em;
    margin-left: .5em;
}
div.expandableKey div.value{
	width: 10em;
	text-align: left;
	float: left;
	line-height: 1.5em;
}
div.expandableKey{
	cursor: pointer;
	/*background-color: #2274a3;*/
	color: black;
	padding: 2px 0 0 20px;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
}
div.expandableValue{
	border-top: 1px dashed #ccc;
	display: none;
	clear: both;
	color: black;
	padding-left: 2em;
	padding-top: 1em;
	line-height: 1.5em;
	padding-bottom: 2em;
}
div.expandableValue div.key{
    width: 12em;
    text-align:left;
    float: left;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: .5em;
}
div.expandableValue div.value{
	width: auto;
	padding-right: 1em;
	margin-left: 12em;
}
div.expandableValue *{
	line-height: 1.5em;
}
div.expandableValue div.odd{
    background-color: #EEE;
}
div.expanded{
    background-image: url(../images/expanded.gif);
    background-position: 5px 2px;
    background-repeat: no-repeat;
}
div.collapsed{
    background-image: url(../images/collapsed.gif);
    background-position: 5px 2px;
    background-repeat: no-repeat;
}
.status{
    font-weight: normal;
}
.status span.pair{
    margin-right: 3em;
}


table.helpTable{
	border-collapse: collapse;
}
table.helpTable td, table.helpTable th{
    border: 1px solid #999;
    padding: 5px;
    vertical-align: top;
}

