html {
	height: 100%;
	}
body {
	height: 100%;
	margin: 5px;
	font-family: arial;
	font-size: 10pt;
	}
#canvasMap {
	width: 75%;
	height: 98.5%;
	border:1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#sidebar {
	position: absolute;
	left: 75%;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	padding: 1em;
	background-color: #ffefdf;
	margin: 5px;
	border: 1px solid #a98;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
h1 {
	margin: 0;
	font-size: 14pt;
	line-height: 120%;
	}
h2 {
	margin: 0;
	font-size: 12pt;
	}
h3 {
	margin: 0;
	font-size: 11pt;
	}
h3 {
	margin: 0;
	font-size: 10pt;
	}

a {
		color: #00a;
		Font-Weight : Bold;
		text-decoration: none;}
	a:active {color: #f00;}
	a:visited {color: #00a;}
	a:hover {color:#09a; text-decoration: underline;}

#sidebar img {
	vertical-align: middle;
	border: none;
	}
ul, li {
	list-style: none;
	padding: 0;
	margin-top: 0;
	}
li {
	margin-top: 2px;
	}

#infowindow_content {
	display: none;
	}
.details_tab {
	font-size: 8pt;
	height: 300px;
	overflow:auto;
	}
h3 {
	margin: 0;
	}
dt {
	width: 8em;
	float: left;
	clear: left;
	font-weight: bold;
	line-height: 1em;
	}
dd {
	line-height: 1em;
	}
