/* resourcemapleft is id for left side of Resource Map page (map, listing) */
#resourcemapleft {
    float: left;
    width: 660px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

#map-area {
    height: 450px; /*330px;*/
    width: 100%; /*660px;*/
}

#map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
}



#selectedResourcesDiv {
    width: 100%;
}

#selectedResourcesTable {
    width: 100%;
}

#selectedResourcesTableRow {
    cursor: pointer;
}

.block-rsoresourcemap h2 {
    clear: both;
}

/*.mapInfoWindow{
	width:300px;
}*/

.leftalign th {
    font-weight: bold;
    text-align: left;
}
