@charset "utf-8";
/* CSS Document */

html, body { height: 100%; }
img { border: 0; }

body { margin: 0; position: relative; }

#header { position: absolute; top: 0; z-index: 10; height: 30px; width: 100%; background-color: #666; }
#footer { position: fixed; left: 0; right: 0; bottom: 0; height: 90px; } 

#logo {float: left;}
#tag {float: left; color: #CCCCCC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; margin-top: 9px; margin-left: 15px; }
#save {float: right; margin-right: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; height: 30px; line-height: 30px;}
#save a { text-decoration: none; color: #ccc;}
#save a:hover { text-decoration: underline; #ccc;}

#adsense { position: fixed; left: 0; top: 30px; width: 120px; }

/* Tool Tips */

div.markerTooltip, div.markerDetail {
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 6px;
	border: 1px solid black;
}