/* Essex Walks stylesheet for Open Space mapping */
/* August 2009  */  
body 
{
    font-family: Arial, Verdana, Sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

html, body 
{
	height: 100%;
	width: 100%;
}

#error
{
	border: 1px solid #FF0000;
	display: none;
	margin: 3px auto;
	padding: 8px;
	width: 40%;
}

#map
{
	width:100%; 
	height:100%; 
/*	background-color:#ffffff;  */ 
/*	background-image:url('../images/transp.gif'); */
	
}


  .gmnoprint {
    display: none !important; 
  }


#togmenu, #driveby, #distance_road {display: none;}
#panel
{display:none; /*
min-width: 174px;
width:auto;
padding: 3px;
height: auto;
color: #000;
background: url(http://www.essexwalks.com/images/transparent.png) repeat;
border: 1px solid #000000;	
position: absolute;
right: 8px;
bottom: 40px;
color: #0000FF;
font-size: 78%;
text-align: center;
margin-left: 20px;
z-index:0;  */
}

h2#panelroute
{
font-family: Arial, Verdana, Sans-serif;
font-variant: small-caps;
text-align: center;
text-decoration:none;
font-weight: 600;
font-size:130%;
color: #000;
margin-bottom:3px;
margin-left: 20px;
}

div#togglepanel
{ display:none;
color: #0000FF;
text-decoration: underline;
text-align: center;
margin-left: 15px;
font-size: 120%;
} 


a img { border: none; }
a:link    { color: #0000ff; }
a:visited { color: #0000ff; }

.slide-out-div {
display: none;
}

#backgroundHelpbox{ display: none; position: fixed; height: 100%; width: 100%; top: 0; left: 0; background: #000000; border: 1px solid #cecece; z-index: -1; /*behind content AND map */ }

#helpboxContent{ display: block; position: fixed; bottom: 40px; /* better for small content:  height: 80%; */ width: 67%; margin-right: 97px; background: transparent; border: 2px solid #cecece; /*z-index: -1; below map */ padding-left: 12px; padding-bottom: 12px; font-size: 100%; }

#helpboxContent h1{ display: none; text-align: left; color: #6C5AB4; background-color: transparent; font-size: 22px; font-weight: 700; border-bottom: 1px dotted #D3D3D3; padding-bottom: 6px; margin-bottom: 20px; }

/*#contentArea {display: none;}*/


