.boxTitle {
        font-family: Verdana, Arial, Helvetica;
        font-size: 7pt;
        color: white;
}

.boxContent {
        font-family: Verdana, Arial, Helvetica;
        font-size: 8pt;
        color: #c0c0c0;
        padding-top: 5px;
        padding-bottom: 5px;

}

.bookingTimeCol {
        font-family: Verdana, Arial, Helvetica;
        font-size: 8pt;
        color: #303030;
        background: #c0c0c0;
        border-left: 1px solid #efefef;
         border-right: 1px solid #303030;
        border-bottom: 1px solid #efefef;
        padding-left: 5px;

}

.server0 {
        width: 60px;
        border-right: 1px dashed #cdcdcd;
}

.server1 {
        width: 60px;
        border-right: 1px dashed #cdcdcd
}

.server2 {
        width: 60px;
        border-right: 1px dashed #cdcdcd
}

.noserver {
        background: #c0c0c0;
        width: 60px;
        border-right: 1px dashed #cdcdcd;
        border-top: 1px dashed #cdcdcd;
}

.dateTitle {
        font-family: Verdana, Arial, Helvetica;
        font-weight: bold;
        font-size: 8pt;
        color: cdcdcd;
        text-decoration: none;
}

.link {
        color: 000000;
}

.bookingLocked {
        font-family: Verdana, Arial, Helvetica;
        font-size: 7pt;
        color: #000000;
        text-decoration: none;
}

