/* snowflake blue: 435872 */
/* dark blue: 070014 */
/* lighter blue: 0F1633 */
/* request yellow: #E5E186 */
/* pricing yellow: #E7CF8C */
/* nav bar orange: #854219 */
table.calendar {
	width: 100%;
	border: 1;
	background: #CCCCCC;
    font-weight: bold;
    font-size: small;
}
.calendarHeader {
	background: #435872;
    color: #FFFFFF;
}
td.calendar {
    background: #EEEEEE;
    height: 70px;
    width: 14%;
    color: #0F1633;
}
td.calendarToday {
    background: #EEEEEE;
    height: 70px;
    width: 14%;
    color: #0F1633;
}
div.calendarDay {
    vertical-align: top;
}
div.calendarAvailability {
    text-align: center;
}
input.capacity {
    width: 30px;
    text-align: right;
}
.calendar a {
    color: #854219;
    font-weight: bold;
}
.calendarNavigation {
    background: #435872;
}
.calendarNavigation a {
    color: #E5E186;
}
