/* generic */
html,body { overflow:hidden; margin:0px; }
body { font:12px tahoma; }
.gray { color:#999; }
.black { color:black; }
.blue { color:blue; }
.red { color:red; }
a { color:blue; }
a:hover { color:#F60; }
img { border-style:none; }

/* header div */
#headerDiv { position:relative; overflow:hidden; height:30px; }
#queryDiv { white-space:nowrap; margin:2px; }

/* toolbar div */
#toolbarDiv { position:relative; height:18px; background:#bbf; padding:1px; overflow:hidden; text-align:right; }
#toolbarDiv img { vertical-align:bottom; }
#toolbarDiv a:hover { color:#F60; }
#toolbarDiv span a img { vertical-align:bottom; }

/* center div */
#mapDiv { position:relative; }

/* contextmenu */
#contextMenu { display: none; position: absolute; left: -100px; top: -100px; width: 8em; z-index: 500; border:1px solid black; }
#contextMenu a { width: 100%; padding:3px 0px 3px 0px; text-decoration:none; background:#fff; display:block; color:#2458AF; text-align:center; font: 12px tahoma; }
#contextMenu a:hover { background: #DBE6F3; }

#addMarkerDiv { display:none; z-index:999; background:#fbb; border:1px solid red; padding:5px; text-align:center; position:absolute; left:100px; top:100px; }
