/* CSS Document */

body, td{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:14px;
}

a{
	color:#0B7DB6;
	text-decoration: none;
}

a:hover{text-decoration: underline;}

#map_canvas{
	width:100%;
	height:500px;
	border:1px solid #ccc;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
}

.infoWindow{
	font-size:12px;
}

.infoWindow br{
	font-size:5px;
}

#list{
	/*padding:10px;*/
	padding:0; margin:0;
	border:1px solid #ccc;
	background-color: #fff;
	-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	overflow:hidden;
	behavior:url(css/PIE.htc);
}

#list tr.even{background-color:#f8ffee;}
#list tr.odd{}
#list tr.highlight {background-color:#ddf5bb;}

.clear{
	clear:both;
	padding:0; margin:0;
	font-size: 1px;
	width:1px; height:1px;
	display:block;
}

#geolocation{
	background-color: #ddf5bb;
	border:1px solid #ccc;
	padding:10px; margin:0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
}

#geolocation form{
	padding:0; margin:0;
}


#geolocation td{
	/*height:30px;*/
}