@CHARSET "UTF-8";
#map_canvas {
  margin: 10px 0px 5px 0px;
  border: 1px solid black; 
  width:100%; 
  height:500px
}
#map_canvas div {
	font-family: "Trebuchet MS","Helvetica",sans-serif !important;
}
#mapfooter, #statstab, #profilesave {
	width: 100%;
}
#chart_div  {
	width: 90%;
}
#examples {
	width:500px; 
	font-size: small;
}
.mapinfo {
	font-size: 1.0em;
	color: #444444;
}
#mlicz {
	padding: 1px 5px 1px 5px;
	background-color: #54C300;
	color: #fff;
}
#time {
	color: #000000;
}
#maphead {
	margin-bottom: 10px;
}
#chart_stats {
	display: none; 
	font-size: 1.2em;
	color: #000000;
}
#chart_info {
	text-align: center;
	display: none; 
	font-size: 1.0em;
	color: #444444;
}
.tdright {
	text-align: right;
}
.tdcenter {
	text-align: center;
}
.tdform {
	text-align: left;
}
td#mouseinfo {
	border: solid 1px #888;

	background-color: #f6f6f6;
	padding-right: 10px;
}
#profilesaveform {
	display: none;
	margin-top: 20px;
}
