html{ height:100% }
body{ height:100%; margin:0; padding:0 }
#map_canvas{ height:100%; position:absolute; bottom:0; left:0; right:0; top:0; border-radius: 8px; }
h1{
	position: absolute;
	top:0px; left:0px;
	z-index:9000;
	margin:0px;
	padding:5px 15px;
	background-color:#000000;
	color:#ffffff;
	font-size:10px;
	font-weight: normal;
	border-radius: 8px 0px 8px 0px;
}

dl.planisphereData{
	padding: 0px;
	width: 300px;
/*	height: 150px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #cccccc;*/
	font-size: 90%;
	text-align:center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a {	text-decoration: none;}
a:link {	color: #cccc00;}
a:visited {	color: #666666;}
a:hover {	color: #ffffff;}

dl.planisphereData dt{
	padding: 0px;
	margin: 0px;
/*	border-radius: 8px;
	background-color: #000000;
	color: #ffffff;*/
}

dl.planisphereData dt a{
	display: block;
	background-color: #111111;
/*	height: 80px;*/
	padding: 20px 10px 20px 10px;
	border-radius: 8px;
	font-size: 10px !important;
}

dl.planisphereData dt a span{
	font-size: 20px !important;
}

dl.planisphereData dd{
	margin: 0px;
	padding: 0px;
	color: #000000;
}
dl.planisphereData dd p{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}