/* Community Board 5 interactive map stylesheet, Copyright 2009 Fund for the City of New York */

#Map2 { }
#Map2 h4 { font-size: 10pt; padding: 4px 8px 4px 6px; border: 1px solid #cccccc; border-color: #ccc #999 #999 #ccc; }
#Map2 h4.bg { position: absolute; background-color: white; opacity: 0.80; }

div.marker { position: absolute; width: 28px; height: 28px; padding: 8px; }
div.legend { position: absolute; width: auto; max-width: 220px; height: 28px; padding: 8px; }
div.details { position: absolute; width: 180px; padding: 8px; background-color: white; border: 1px solid #cccccc; border-color: #ccc #999 #999 #ccc; }
#Map2 div.details h4 { padding: 0; border: 0; }
div.details span.editor { position: absolute; right: 8px; bottom: 8px; width: 80px; text-align: right; }
div.marker div.details { top: 4px; left: 38px; }
div.legend div.details { top: 0px; left: 0px; width: 220px; }
div.legend div.details h4 { margin-bottom: 4px; }
div.legend div.detailsInner { padding: 0 8px; }

/* div.rollover { cursor: pointer; } */

#Map2Editor { text-align: right;  }
#Map2Layers { float: left; width: 145px; margin: 98px 0; }
#Map2Map { position: relative; margin-left: 150px;  }

#Map2Editor.nolayers { text-align: left; margin-left: 100px;  }
#Map2Map.nolayers { margin: 8px 0 8px 100px; }

#Map2Bkgd { }
#Map2Layer { position: absolute; top: 0px; left: 0px;  }


