#mapContainer{

    width: 730px; 
    height: 500px; 
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
}

#mapControl{

    font-size: 12px;
    overflow: auto;
    height: 500px;
}

.cellCaseDeactivate {

    color: darkred;

}

.cellCaseTransfer {

    color: navy;

}