/*---------------------------------------------------------------
Norfolk County Council ASP.NET Corporate Workaround - Style Sheet
---------------------------------------------------------------*/
body, body div, body p, body th, 
body td, body li, body dd    
{
	font: normal  x-small Verdana, Arial, Helvetica, sans-serif;
	background:#fff;   
}
input, select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
td 
{
	text-decoration:none;
	color:#5b5b5b;
}
a
{
	color: #5b5b5b; 
	text-decoration: underline
}
h3 
{
	color: #0062c4;
	font-size:110%;
}
/*--------------------------------------------------
STANDARD
---------------------------------------------------*/
input.searchbox {  
	background-color: #f5fcda;
	font-size:78%;
}
.dropdown 
{
	color: #5b5b5b;
	font-size:78%;	
}
/*--------------------------------------------------
GREEN LINKS
---------------------------------------------------*/
.greenlinks
{
	color: #7dcd00;
	font-weight: bold; 
}
a.greenlinks:active, a.greenlinks:link, a.greenlinks:visited
{
	color: #7dcd00;
	font-weight: bold; 
	text-decoration:none;
}
a.greenlinks:hover 
{
	color: #000;
	font-weight: bold; 
	text-decoration: underline;
}
/*--------------------------------------------------
TOP LINKS
---------------------------------------------------*/
.toplinks
{ 
	color: #707070;
	text-decoration: none;
}
a.toplinks:active, a.toplinks:link, a.toplinks:visited
{
	color: #707070;
	text-decoration: none;
}
a.toplinks:hover {
	color: #707070; 
	text-decoration: underline;
}
/*--------------------------------------------------
GREENLINKS
---------------------------------------------------*/
.greenlinks
{
	color: #7dcd00;
	font-weight: bold; 
}
a.greenlinks:active, a.greenlinks:link, a.greenlinks:visited
{
	color: #7dcd00;
	font-weight: bold; 
	text-decoration:none;
}
a.greenlinks:hover 
{
	color: #000;
	font-weight: bold; 
	text-decoration: underline;
}

/*--------------------------------------------------
CONTENT
---------------------------------------------------*/
.content 
{
	color: #5b5b5b;
}
a.content:active, a.content:link, a.content:visited
{
	color: #5b5b5b;
	text-decoration: underline
}
a.content:hover 
{
	color: #000000;
	text-decoration: underline
}


