#neighborhoods {
    width: 900px;
    min-height: 600px;
    margin: 25px auto 0 auto;
    font-size: 10pt;
    color: #004D95;
}

#neighborhoods #dataTable{
    width : 100%;
}

#neighborhoods #dataTable .activeToggle{
    cursor : pointer;
}

#neighborhoods #dataTable .active{
    color : #008000;
}

#neighborhoods #dataTable .inactive{
    color : #ff0000;
}
