
/* $Id: timeSlot.css,v 1.5 2005/06/06 16:40:07 nestorg Exp $ */

th#timeSlotHeader {
    border-bottom: 1px dotted #006699;
    border-right: 1px dotted #006699;
    border-top: 1px dotted #006699;
    padding: 5px;
    white-space: nowrap;
}

td#timeSlotDate {
    border-bottom: 1px dotted #006699;
    border-right: 1px dotted #006699;
    padding: 5px;
}

td#timeSlotFull {
    border-bottom: 1px dotted #006699;
    border-right: 1px dotted #006699;
    background-color: #FF0000;
}

td#timeSlotAvailable {
    border-bottom: 1px dotted #006699;
    border-right: 1px dotted #006699;
    background-color: #339999;
	text-align:center;
}

#confirmOrder td#timeSlotAvailable {

}

td#timeSlotNoService {
    border-bottom: 1px dotted #006699;
    border-right: 1px dotted #006699;

background-color: red;
}

table#timeSlotLegend {
    border: 1px dotted #006699;
}

td#timeSlotLegendFull {
    border: 1px dotted #006699;
    background-color: #FF0000;
}

td#timeSlotLegendAvailable {
    border: 1px dotted #006699;
    background-color: #339999;
}

td#timeSlotLegendNoService {
    border: 1px dotted #006699;
    background-color: white;
}

td#timeSlotLegendText {
    font-weight: bold;
    color: #006699;
    text-decoration: none;
    padding-left: 5px;
}

div#explanation {
    text-align: center;
    padding: 5px;
    margin: 2%;
    border: 1px dotted #006699;
}