/*
 A red, white, and grey theme.
 
 AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
 */
.calendar {
    margin: auto;
}

.monthName th {
    font-weight: normal;
    text-align: right;
    padding-top: 1em;
    padding-bottom: 0.7em;
}

.dayName th {
    font-size: 0.7em;
    padding-top: 0.6em;
    padding-bottom: 0.3em;
    background-color: #303030;
    color: white;
}

.otherMonth, .day, .specialDay {
    padding: 0.3em 0.6em;
    border-right: 1px solid #cccccc;
    border-bottom: 1px dotted #bbbbbb;
}

.otherMonth {
    color: #eeeeee;
}

.weekendDay {
    background-color: #eeeeee;
}

.day, .specialDay {
    text-align: center;
    background-color: white;
    border-bottom: 1px dotted #bbbbbb;
}

.specialDay {
    background-color: #b1130d;
    color: white;
}

.specialDay a, .specialDay a:visited, .specialDay a:hover {
    color: white;
    text-decoration: none;
}

.specialDay a:hover {
    color: grey;
}

.today {
    background-color: #aaa;
    color: white;
}

.sunday {
    border-left: 1px solid #cccccc;
}
