/* CSS Document */

.dayHolder {
    width: 84px; float: left; font-size: 12px; font-weight: bold;
}

.day {
	padding: 3px;
    background-color: #e7e7e8;
    color: #6d6e71;
    cursor: pointer;
    height: 85px;
}

.active {
    background-color: #ffde91;
}

.off {
    background-color: #f3f3f4;
    color: #c2c2c2;
}

.headerRow {
	padding: 3px;
    background-color: #939598;
    color: #FFF;
    font-size: 9px;
}