﻿@import url('stylesheet.css');
@import url('turfstyle.css');

/* styles for JavaScript pop up box used on research trials page */
.boxpopup {
	font-family:Arial,sans-serif; font-size:14px;		/*POPUP FONT */
	color:black; background:#FFFF99;					/*COLOURS*/
	width:400px; text-align:center;						/*BOX WIDTH, CENTERED TEXT */
	padding:4px 5px 4px 5px;							/*SPACE FROM TEXT TO BORDER*/
	font-weight:bold;									/* TEXT WEIGHT*/
	border:1px solid gray;								/*POPUP BORDER*/
}
#mouseover {position:absolute; visibility:hidden; z-index:200}


img.corplogos {
	border:0px;
	padding-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 0px;
}

a.noborder	{
	border: 0 px;
}


.topNavContainer
{
	background-image:none;
	height:32px;
	height:20px;
}
.topNav
{
    *position:relative;
    *top:1px;
}
.topNavItem
{
	background-image: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
	color: #aecfae;
	display: block;
	width: 220px;
	background-color: #006600;
	padding: .7em 15px;
	padding: 0 0 0 0;
	border-bottom: #aedb9d 1px solid;
}
.topNavItem a
{
	display:block;
	padding:8px 5px 0px 5px;
	height:32px;
	padding-left:15px;
}
.topNavSelected a
{
	background-image: none;
	color: #EFF4FA;
}
.topNavHover a
{
	background-image: none;
	color: #315e31;
	display: block;
	width: 210px;
	background-color: #aedb9d ;
}
.topNavFlyOuts
{
}
.topNavFlyOutsItem
{	
}
.topNavFlyOutsItem a
{
}
.topNavFlyOutsHover
{
}
.topNavRoundLeft, .topNavRoundRight
{
}


