#landingPages {
    width: 900px;
    min-height: 600px;
    margin: 25px 0 0 25px;
    font-size: 10pt;
    float : left;
}


.yes{
    cursor : pointer;
    color : green;
    font-weight : bold;
}

.no{
    cursor : pointer;
    color : red;
    font-weight : bold;
}

#landingPageTable .edit {
    width: 16px;
    height: 16px;
    background-image: url("../../../images/community/common/add.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;
}

#landingPageTable .delete {
    width: 16px;
    height: 16px;
    background-image: url("../../../images/community/common/cross.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;
}

#landingPageTable td.center{
    text-align: center;
}

#landingPageTable tr{
    height : 25px;
}

#landingPageTable tr:hover{
    background-color: #CCCCCC;
}




#neighborhoodMaps #current {
    width: 800px;
    min-height: 230px;
    margin: 10px auto;
    border: 1px solid #004D95;
}

#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;
}

#neighborhoodMaps #available .availableHeader input {
    float : right;
    margin: 0 10px 0 0 ;
}

#neighborhoodMaps #available {
    width: 800px;
    min-height: 500px;
    margin: 10px auto 0 auto;
    border: 1px solid #004D95;
}

#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:hover {
    background-color: #F9F7F7;
}

#neighborhoodMaps .currentSelected {
    padding: 5px 0;
}

#neighborhoodMaps .currentSelected .selectedArea {
    width: 725px;
    height: 18px;
    overflow: hidden;
    margin: 0 0 0 50px;
    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;
}
