﻿body{
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	background: #C7E2AF url('SiteImages/background.jpg') repeat-x top center;
}

#sideShaddows
{
	margin: 0 auto;	
	width:980px;
	background-image: url('SiteImages/shaddow-sides.png');
	background-repeat: repeat-y;	
}

#centralArea
{
	padding: 1px;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-left: 2px;			
	margin-right: 2px;
	background-color: White;
	background-image: url('SiteImages/logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;

}



.shaddowBottom
{
	margin: 0 auto;	
	width: 978px; /* two pixels wider to tie in with side shaddow */
	height:4px;	
	background-image: url('SiteImages/shaddow-bottom.png');
	background-repeat: repeat-x;
	font-size:4px;
}

.sponsors
{
	margin: 0 auto;	
	width: 976px;
	margin-top:25px;
}



#SitemapContainer
{
	/* Space for the menu to expand */
	height: 200px;
	margin-top: 2px;	
}



#mainContent
{
} 


/* Hyper links */
.PurpleLink
{
    color: #360E5D;
}
.GreenLink
{
    color: #14AC34;
}
.BlueLink
{
    color: #2473C4;
}
.OrangeLink
{
    color: #E27C04;
}
.PinkLink
{
    color: #D00752;
}



/* FORM ELEMENTS
----------------------------------------------------------*/



input.fixedWidthInput 
{	
	width: 460px;
	font-family: Helvetica, sans-serif;
	border: 2px solid #ccc;	
	padding: 5px;
	margin-bottom: 10px;
}


.formCheckbox
{
    padding: 5px;
	margin: 0px 0px 10px 0px;
}





input.submit-button {
	width: 100px;
	clear: both;
	margin-left: 275px;
}


.fixedWidthLabel 
{
	text-align: right;
	width: 260px;
	float: left;
	margin-right: 15px;
	padding-top: 5px;
	clear: both;
}


.formValidationMarker
{
	width: 20px; 
	margin:5px; 
	color: Red;
	vertical-align: top;
}

#TeacherFields
{
	display: none;
}

#TeacherFields h3
{
	margin-left: 75px;
}


#TermsAndConditionsDiv
{
	width: 460px;
	padding: 5px; 
	height:110px; 
	overflow:auto;	
	margin-bottom: 10px;
	border: 2px solid #ccc;	
	/*margin-left: 275px; */
	font-size: small;
	padding-top:0;
}


/* Sign in 
----------------------------------------------*/


.SignInLabel 
{	
	text-align: right;
	width: 300px;
	float: left;
	margin-right: 15px;
	padding-top: 5px;	
}

input.SignInInput 
{	
	width: 240px;
	font-family: Helvetica, sans-serif;
	border: 2px solid #ccc;	
	padding: 5px;
	margin-bottom: 10px;
}
select.SignInDropDown
{		
	font-family: Helvetica, sans-serif;
	border: 2px solid #ccc;	
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 4px;			
}


.FullWidthTable
{
    width: 100%;
}

.SignInHeader
{    
    text-align: left; 
    background: url('SiteImages/gradientsilver.jpg') repeat-x;   
    color: Black; 
    padding: 10px;
}

.SignInForm
{
    background-color: #DADADA;
    padding: 10px;
    vertical-align: top;
}
.SignInRegister
{
    background-color: #E0E0E0;
    padding: 20px;
    text-align: center;
}
.SignInNextButton
{
    margin-left: 315px;
    width: 140px;
}
.SignInRegisterButton
{
    width: 140px;
}




/* MENU ELEMENTS   
----------------------------------------------------------*/
    #sitemap
    {
        margin: 0;        
        padding: 0;      
        /*width: 980px;*/
    } 
    
    #sitemap ul
    {
        margin:0px;
        padding: 0px;
    }
    #sitemap li
    {
       list-style: none;        
    }
    #sitemap a
    {
    	text-decoration: none;
    	color: White;
    }
    #sitemap a:hover
    {    	
    	color: Yellow;
    } 
    

    .navigationItemFooterPurple
    { 
        background-image: url('SiteImages/menu_footer_purple.png');
        width: 80px;
        margin-right: 8px;
    }
    .navigationItemFooterBlue
    { 
        background-image: url('SiteImages/menu_footer_blue.png');
        width: 248px;
        margin-right: 8px;
    }
    .navigationItemFooterGreen
    { 
        background-image: url('SiteImages/menu_footer_green.png');
        width: 248px;   
        margin-right: 8px;     
    }
    .navigationItemFooterPink
    { 
        background-image: url('SiteImages/menu_footer_pink.png');
        width: 80px;
        /* No margin because it is the end of the list */        
    }
    .navigationItemFooterOrange
    { 
        background-image: url('SiteImages/menu_footer_orange.png');
        width: 248px;
        margin-right: 8px;
    }
    
     
    /*this is the li element*/
	.navigationItemFooter
    { 
        /* USE Float: left and remove width */
        background-position : left bottom;        
        background-repeat: no-repeat;        		
        text-indent: 13px;       
        font-size: 15px;
        font-weight: bolder; 
        color: White;        
        float: left;                 
    }
    
    /* this is the div inside the li */
    .navigationItemHeader
    {
       background-position : left top;       
       background-repeat: no-repeat;
       padding-bottom: 16px;
       padding-top: 10px;       
    }
    .navigationItemHeaderPurple
    {
        background-image: url('SiteImages/menu_header_purple.png');
    }
    .navigationItemHeaderBlue
    {
        background-image: url('SiteImages/menu_header_blue.png');
    }
    .navigationItemHeaderGreen
    {
        background-image: url('SiteImages/menu_header_green.png');
    }
    .navigationItemHeaderPink
    {
        background-image: url('SiteImages/menu_header_pink.png');
    }
    .navigationItemHeaderOrange
    {
        background-image: url('SiteImages/menu_header_orange.png');
    }
    
   
    .navigationItemHeader li
    {
        padding-left: 16px;
        line-height: 20px;
        font-size: small;
        font-weight: normal;        
        color: black;
    }
    
   	.NavHidden { display: none; }

/* Map Elements
-----------------------------------------*/


#gmap
{
    padding-top: 10px;
    width: 550px;
    height: 520px;
    clear: both;
}

.crosshair
{
    position: relative; /* was absolute */
    top: 50%;
    left: 50%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10000;
    font-size: 0px;
}
#crosshairCenter
{
    height: 6px;
    width: 6px;
    margin-left: -3px;
    margin-top: -3px;
    background: url('SiteImages/crosshairCenter.gif');
}
#crosshairLeft
{
    height: 42px;
    width: 7px;
    margin-left: -30px;
    margin-top: -42px;
    background: url('SiteImages/crosshairLeft.gif');
}
#crosshairRight
{
    height: 42px;
    width: 7px;
    margin-left: 23px;
    margin-top: -24px; /* -42/2 - 6/2 */
    background: url('SiteImages/crosshairRight.gif');
}
#crosshairTop
{
    height: 7px;
    width: 42px;
    margin-left: -21px;
    margin-top: -60px;
    background: url('SiteImages/crosshairTop.gif');
}
#crosshairBottom
{
    height: 7px;
    width: 42px;
    margin-left: -21px;
    margin-top: 2px;
    background: url('SiteImages/crosshairBottom.gif');
}

.MapTableCell
{
    width: 550px; /* should match map */    
    vertical-align: top;
}

.MapLatLonLabel 
{	
	text-align: right;
	width: 105px;
	float: left;
	margin-right: 15px;
	padding-top: 5px;
	clear: both;
}

input.MapLatLonInput 
{	
	width: 140px;
	font-family: Helvetica, sans-serif;
	border: 2px solid #ccc;	
	padding: 5px;
}
input.MapLatLonButton
{    
    width: 100%;
    padding: 5px;    
}
#MapLatLonButtonDiv
{
    margin-left: 25px;
    width: 285px;
    border: 5px solid #DADADA;
}


.postcodeLabelCell
{
    width: 140px;
    text-align: right;
    padding-right: 3px;
}
#MapSearchButton
{
    width: 32px;
    height: 32px;
    padding:0;
    margin:0;
    cursor: pointer;
}
.FormSpinner
{
    display: none;
    position: relative;  
}
#latlngcontainer
{
    display: none;
}

#gmapResults
{
    padding-top: 10px;
    width: 570px;
    height: 734px;
    clear: both;
}

.MapTableCellResults
{
    width: 570px; /* should match map */    
    vertical-align: top;
}

/* SURVEY 
-----------------------------------------*/
.leafdamage
{            
    border:6px solid white;
}
.leafdamage:hover
{
    border:6px solid #76DB5D;
}
.leafdamagediv
{
    width: 144px;
    margin-right: 10px;
    display: block;
    text-align: center;
    float: left;
}
.leaflitterdiv
{
    width: 302px;    
    margin-right: 10px;
    display: block;
    text-align: center;
    float: left;
}
/* PestControl
-----------------------------------*/
.pestControlLabel 
{
	text-align: right;
	width: 524px;
	float: left;
	margin-right: 15px;
	padding-top: 5px;	
}
.pestControlLabelDiv 
{
	text-align: right;
	width: 524px;	
	padding-top: 20px;
	padding-bottom: 10px;	
	font-weight: bold;
}

.species
{
    font-style: italic;
}

.pestControlRadio
{
    margin-left: 539px; /* 524 + 15 */
}
.pestControlSubmitButton
{
    width: 100px;
	clear: both;
	margin-left: 539px;
}

select.pestControlDropDown
{		
	font-family: Helvetica, sans-serif;
	border: 2px solid #ccc;	
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 4px;	
}

select:focus {
	border: 2px solid #76DB5D;
}

input.shortInput 
{	
	width: 200px;
	font-family: Helvetica, sans-serif;
	border: 2px solid #ccc;	
	padding: 5px;
	margin-bottom: 10px;
}

.feedbackInput 
{	
	width: 460px;
	font-family: Helvetica, sans-serif;
	border: 2px solid #ccc;	
	padding: 5px;
	margin-bottom: 10px;
}


input:focus {
	border: 2px solid #76DB5D;
}


#IdentificationFields
{
	display: none;
}


/*---------- POLL --------------------------------- */

.PollPercentage
{
    font-size: 10px;
}

.PollChartLabel
{
    font-size: 12px;
}

.PollIframe
{
    height: 338px;
    width: 100%;
        
}
