.tabs ul li .tab {
    background-color: #80c0e8;
}

.tabs ul li.active .tab {
    background: #b0e8ff;
}

.tabs ul {
    border-bottom: solid #a0e0f0 2pt;
    margin:0;
}

.tabs ul li a:hover, .subtabs ul li a:hover {
    background-color: #c0f0ff;
}

.groupbox caption, .summary caption, .form caption {
    background-color:#5eb4df;
    font-weight:bold;
}

th.grouptop, .grouptop th, th.summaryheader, .summaryheader th {
    background-color:#5eb4df;
    text-align:center;
}

.calendar thead, tr.hour-head, .calendar th {background-color: #80c0e8;}

td.hour-head {
    background-color:#ffe080;
}

/**    background-color: #d0e86f;
} */

td.gotoweek {
    background-color: #a3d3e7;
}

td.gotoweek:hover {
    background-color: #f0ffaf;
}

div.myevent, td.myevent {
    border: solid 1px #5eb4df;
    border-left: solid 0.5em #5eb4df;
}

div.seriesevent, td.seriesevent {
    background-color: #a3d3e7;
}

div.singletonevent, td.singletonevent {
    background-color: #b9dcea;
}

td.hour-head {
    background-color:#b9dcea;
}
table.form.booking-details td {display:block;}
table.form.booking-details lable {display: inline;}
