﻿/*********/


html {
overflow: auto;
}


A:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #bdb76b;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
}

A:link
{
	text-decoration:none;
	color: #bdb76b;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
}

A:visited
{
	color: #bdb76b;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
	text-decoration:none;
}

A:active
{
	color: #bdb76b;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
	text-decoration:none;
}

.inactive
{
	color: #bdb76b;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
}

.displayinfo
{
	color: #bdb76b;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
}

.normaltext
{
	color: #f0fff0;
	font-family: 'Trebuchet MS';
}

.pagertext
{
	color: #f0fff0;
	font-family: 'Trebuchet MS';
}

.smallnormaltext
{
	color: #f0fff0;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}

.narrative
{
	color: #f0fff0;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	vertical-align: top;
}



/* Used in grid */
.planttext
{
	color: #f0fff0;
	font-family: 'Trebuchet MS';
	
	font-size: 10pt;
}

.button
{
	color: #f0fff0; /*	font-family: 'Trebuchet MS';*/
	background-color: #bdb76b; /*#f5deb3;*/
	height: 23px;
	width: 110px;
}

.textbox
{
	color: #000000;
	font-family: 'Trebuchet MS';
	height: 17px;
	font-size: 10pt;
}

.multitext
{
	color: #000000;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}

.enquiryWarning
{
	color: red;
	font-family: 'Trebuchet MS';
	font-size: 8pt;
}

.searchWarning
{
	font-family: 'Trebuchet MS';
	color: red;
}

.searchText
{
	font-size: 12pt;
	color: #f0fff0;
	font-family: 'Trebuchet MS';
}

.searchTextSmall
{
	color: #f0fff0;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}

.stats
{
	color: gray;
	font-size: 6pt;
	font-family: 'Trebuchet MS';
}



/*****************/
/* Thumbnail CSS */
/*****************/
.thumbnail
{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span
{
	/*CSS for enlarged image*/
	position:  absolute;
	background-color: black;
	padding: 1px;
	left: -1000px;
	border: 0px gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: -200px;
	
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -170px;
left: 200px; /*position where enlarged image should offset horizontally */


}

h1 { font-family: Arial; font-size: 21px; color: #0c450c; margin: 2px 0 0 10px;}

.speclink a { font-family: Arial; font-size: 14px; text-decoration: underline; color: #164f16;}
.speclink a:hover { text-decoration: none; }
.speclink a:visited { font-family: Arial; font-size: 14px; text-decoration: underline; color: #164f16;}
.speclink a:visited:hover { text-decoration: none; }

.left
{ float: left; }
.right
{ float: right; }