#neighborhoodMaps {
    width: 900px;
    min-height: 600px;
    margin: 25px auto 0 auto;
    font-size: 10pt;
    color: #004D95;
}

#neighborhoodMaps #current {
    width: 48%;
    min-height: 250px;
    margin: 10px auto;
    border: 1px solid #004D95;
    border-radius: 6px;
    float:left;
}

#neighborhoodMaps #current .currentHeader,
#neighborhoodMaps #available .availableHeader {
    /* width: 790px; */
    height: 25px;
    border-bottom: 1px solid #004D95;
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 0 10px;
    background-color: #004D95;
    color: white;
    margin-bottom: 5px;
}

#neighborhoodMaps #available .availableHeader input {
    float : right;
    margin: 0 10px 0 0 ;
}

#neighborhoodMaps #available {
    width: 48%;
    min-height: 250px;
    margin: 10px 1% 0;
    border: 1px solid #004D95;
    border-radius: 6px;
    float:left;
}

#neighborhoodMaps #available .open {
    background-image: url("../../../images/community/common/arrow_down.png");
    background-repeat: no-repeat;
    background-position: left;
}

#neighborhoodMaps #available .closed {
    background-image: url("../../../images/community/common/arrow_right.png");
    background-repeat: no-repeat;
    background-position: left;
}

#neighborhoodMaps #available .availableArea {
    height: 18px;
    overflow: hidden;
    margin: 0 0 0 50px;
    padding: 0 0 0 25px;
    background-image: url("../../../images/community/common/add.png");
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}

#neighborhoodMaps #available .availableArea:hover {
    background-color: #F9F7F7;
}

#neighborhoodMaps .currentSelected {
    padding: 5px 0;
}

#neighborhoodMaps .currentSelected .selectedArea {
    height: 18px;
    overflow: hidden;
    margin: 0 0 0 20px;
    padding: 0 0 0 25px;
    background-image: url("../../../images/community/common/cross.png");
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}

#neighborhoodMaps .currentSelected .selectedArea:hover {
    background-color: #F9F7F7;
}

#createNewMap {
	float:right;
}

.topBar {
	width:100%;
	height:40px;
	float:left;
}
