.rollover {
    border-style: groove;
    background-color: #CCFFFF;
    padding: none;
    spacing: none;
}

.fields {
    border-style: groove;
    border-width: 1px;
    background-color: #FFFFCC;
    font-weight: bold;
    text-align: center;
}

.carPark {
    border-style: groove;
    border-width: 1px;
    background-color: #FFFFCC;
    font-weight: bold;
    text-align: center;
    font-size: large;
}

.leftsidebar {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #FBA009;
    background-color: grey;
    vertical-align: top;
}

td.NorthZone {
    color: white;
    background-color: #3399CC;
}

td.SouthZone {
    color: white;
    background-color: #CC6633;
}

td.WestZone {
    color: white;
    background-color: #336633;
}

td.EastZone {
    color: white;
    background-color: #663399;
}


