/* Essex Walks stylesheet for Open Space mapping */
/* August 2009  ewmap.css */  
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
{
min-width: 174px;
width:auto;
padding: 5px 5px 5px 5px;
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: 80%;
text-align: center;
/*margin-right: auto;
margin-left: auto; */
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: 10px;
}

div#togglepanel
{display:none;
color: #0000FF;
text-decoration: underline;
text-align: left;
margin-left: 0px;
padding-left: 0px;
cursor: pointer; 
cursor: hand; 
font-size: 100%;
} 

div#panelinner
{text-align:left;
}

ul, li {margin-left:0px; list-style-type: none; list-style-position:inside; line-height: 2.5em;}
a img { border: none; }
a:link    { color: #0000ff; }
a:visited { color: #0000ff; }