.calendar_caption {
    font-weight:bold;
}

.calendar {
    text-align:center;
}

.calendar_day {
    border:1px solid #333333;
    font:bold small arial, sans-serif;
    text-align:center;
    width:20px;
}

.calendar_day_empty {
    width:20px;
}

.calendar_day_today {
    background-color:#aaaaaa;
    border:1px solid #333333;
    font:bold small arial, sans-serif;
    text-align:center;
    width:20px;
}

.calendar_header {
    font:bold x-small arial, sans-serif;
    text-align:center;
    width:20px;
}
