﻿/*********/


html {
overflow: auto;
}


A:hover
{
	font-weight: bold;
	color: #9c9c9c;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
	text-decoration:none
}

A:link
{
	color: #9c9c9c;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
	text-decoration:none
}

A:visited
{
	color: #9c9c9c;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
	text-decoration:none
}

A:active
{
	color: gray;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
}

.inactive
{
	color: gray;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
	
}

.displayinfo
{
	font-weight: bold;
	color: #9c9c9c;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}

.normaltext
{
	color: black;
	font-family: 'Trebuchet MS';
}

.pagertext
{
	color: gray;
	font-family: 'Trebuchet MS';
}

.smallnormaltext
{
	color: black;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}

.narrative
{
	color: white;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}



/* Used in grid */
.planttext
{
	color: white;
	font-family: 'Trebuchet MS';
	
	font-size: 10pt;
}

.button
{
	color: white; /*	font-family: 'Trebuchet MS';*/
	background-color: gray;
	height: 23px;
	width: 110px;
}

.textbox
{
	color: gray;
	font-family: 'Trebuchet MS';
	height: 17px;
	font-size: 10pt;
}

.multitext
{
	color: gray;
	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: black;
	font-family: 'Trebuchet MS';
}

.searchTextSmall
{
	color: black;
	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 */


}
