﻿/*
	Locator.css

	G A Stephen  30 Jun 2008

*/


body
{
	font-family: verdana;
	font-size: 9pt;
	color: #455972;
	background-color: #ffffff;
	margin: 20px 20px 20px 20px;
}
h1
{
	font-family: Arial;
	color: #777788;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2
{
	font-family: Arial;
	color: #44468A;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 5px;
}
a
{
	text-decoration: none;
	color: #747DD3;
	font-size: 10pt;
}
a:hover
{
	background-color: #ddddff;
}
div.form
{
	border: solid 1px #B5C2D2; 
	background-color: #DAE9E9; 
	padding: 8px 8px 8px 8px;
	width: 624px;
	height: 24px;
	margin-bottom: 5px;
}
div.locationList
{
	width: 300px; 
	height: 687px; 
	overflow: scroll; 
	border: solid 1px #B5C2D2;
	padding: 0px 15px 0px 10px;
	margin-left: 5px;
	background-color: #DAE9E9;
}
div#map
{
	width: 640px; 
	height: 640px;
	border: solid 1px #B5C2D2;
}
div#divYourLocation
{
	padding-left: 10px;
}
div.attribution
{
	font-size: 9pt; 
	font-style: italic; 
	color: #666666;
	text-align: right;
	margin-top: 3px;
}
span.distance
{
	color: Green;
}
span.instruction
{
	color: Green;
	font-style: italic;
}

