.calendar {
    border-spacing: 1px;
    border : 1px;
}

.calendar-month {
    font-weight: bold;
    background-color: #8A9BAF;
}

.calendar td, .calendar th {
    /*
    padding: 3px;
    */
}

.calendar td {
    text-align: right;
}

.calendar-weekend {
    background-color: #ff0000;
}

.calendar td a:link, .calendar td a:visited, .calendar th a:link, .calendar th a:visited {
    text-decoration: underline;
    color: #ff0000;
}

.calendar td a:hover, .calendar th a:hover {
    text-decoration: none;
    color: #ff0000;
}

.event_list {
}

.event_list th {
    text-align: right;
    width: 18px;
    padding-right: 3px;
}

.event_list td {
    text-align: left;
    padding-left: 10px;
}

.event_list td a:link, .event_list td a:visited, .event_list th a:link, .event_list th a:visited {
    text-decoration: none;
    color: #ff0000;
}

.event_list td a:hover, .event_list th a:hover {
    text-decoration: underline;
    color: #ff0000;
}


