#maplocationdisplay {
        width:300px;
        height:125px;
        overflow : auto;
}
#maplocationdinfo {
        width:300px;
        height:125px;
        overflow : auto;
}
#maplocationphotos {
        width:300px;
        height:125px;
        overflow : auto;
}
#map {
        position: relative;
        width: 100%;
        height: 500px;
}
#maploadingimage {
position:absolute;
top:150px;
left:200px;
}
#maploading {
        text-align: center;
        background-color:white;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 500px;
}
.narrow_search {
        padding: 0px;
        margin: 0px;
}
.narrow_search_header {
        position:relative;
        background-color: #FF6600;
        color: #ffffff;
        font-size: 11pt;
        font-weight: bold;
        padding: 3px;
	border-bottom: 1px solid #888888;
}
#rightcolumn {
        width:25%;
        margin:0px;
        padding: 0px;
        float:right;
        position: relative;
}
#leftcolumn {
        margin: 0px;
        width: 75%;
        padding: 0px;
        float: left;
}
#maincontent {
        position: relative;
        width: 100%;
        min-width: 800px; 
        margin:0px;
        padding: 0px;
} 

#neighborhoods table {
 width: 100%;
}
.narrow_checkboxes {
        border-collapse: collapse;
        width:100%;
}

.narrow_checkboxes TD {
        white-space: nowrap;
        font-size: 8pt;
        padding: 0px;
        border-width: 0px;
}

.narrow_checkboxes TD:hover {
        background-color:#EEEEEE;
}


.checkall {
  font-size: 8pt;
  cursor: pointer;
}
