* {
	margin:0;
	padding:0;
}
html {
	height: auto;
}
body {
	height: auto;
	margin: 0;
	padding: 0;
	font-family:arial;
	font-size:12px;
	line-height:18px;
}
#navigationa{
	text-decoration:none;
}
#map_canvas {
	height: auto;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	z-index:200;
}
@media print {
	#map_canvas {
		height: 950px;
	}
}
#navigation{
	position: absolute;
	right:0;
	top:32px;
	padding:10px;
	background:#fff;
	border:2px solid #ddd;
	/*width:170px;*/
	z-index:100000;
	background:-moz-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,1));
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.2);
}
#navigation h1{
	font-size:18px;
	margin-bottom:10px;
	/*background:#eee;*/
	text-decoration:underline;
}
#navigation h2{
	font-size:12px;
	margin-bottom:5px;
}
#details{
	position: absolute;
	right:0;
	bottom:0px;
	padding:7px 5px 5px 5px;
	background:#fff;
	border:2px solid #ddd;
	/*width:170px;*/
	z-index:100000;
	width:100%;
	display:none;
	text-align:center;
	background:-moz-linear-gradient(top, rgba(255,255,255,0.7), rgba(255,255,255,1));
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.2);
}
th{
	text-align:left;
}
#details h1{
	font-size:18px;
	padding:0;
	margin:0 0 10px 0;
}
#details h1 b{
	color:#2233ff;
}
.details_section:last-child {
	border-right: 0px solid #ccc;
}
.details_section{
	display:inline-block;
	border-right: 1px solid #ccc;
	padding:2px 10px 2px 5px;
	margin-right:5px;
}
a.pdf{
	padding:6px 0 7px 32px;
	background:url('/img/pdf.png') -4px center no-repeat;
	vertical-align:middle;
	display:block;
	margin-bottom:3px;
	text-align:left;
}
#overlay {
	z-index:200000;

	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:300px;
	border:5px solid #666;

	/* for modern browsers use semi-transparent color on the border. nice! */
	border:5px solid rgba(82, 82, 82, 0.4);

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:15px;
	background:#fff;
	background:rgba(255,255,255,0.8);
}
#overlay .close{
	margin-top:10px;
}
