/* 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: 0px auto;
	padding: 0px;
	width: 50%;
}

#map
{
	height: 100%;
	width: 100%;
}
#panel
{display:none;
min-width: 174px;
width:auto;
padding: 3px;
height: auto;
color: #000;
background: url(images/transparent.png) repeat;
border: 1px solid #000000;	
position: absolute;
right: 8px;
bottom: 40px;
color: #0000FF;
font-size: 78%;
/*text-decoration: underline;*/
text-align: center;
margin-left: 20px;
cursor: pointer; 
cursor: hand; 
z-index:1010;
}

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;
cursor: pointer; 
cursor: hand; 
font-size: 120%;
} 

a img { border: none; }
a:link    { color: #0000ff; }
a:visited { color: #0000ff; }