div.calendar {
    width: 130px;
    margin: auto;
    font-size: 8px;
}

div.calendar .top {
    padding-left: 0px;
    font-size: 10px;
    margin-bottom: 0px;
    color: #000000;
}

div.calendar span.monthlabel {
    font-weight:bold;
}

div.calendar .topleft {
    background: url("images/calendar/cal-topleft.gif") 0 0 no-repeat #9b3535;
}

div.calendar .topright {
    background: url("images/calendar/cal-topright.gif") 100% 0 no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #000; 
}


div.calendar .bottomright {
    background: url("images/calendar/cal-bottomright.gif") 100% 100% no-repeat;
}

div.calendar .bottomleft {
    background: url("images/calendar/cal-bottomleft.gif") 0 100% no-repeat #8e4545;
}


table.calendar {
    border-collapse:collapse;
    width: 110px;
    margin: auto;
    margin-top: 0px;
}

div.calendar a:link {
    color: #000000;
    text-decoration:none;
}
div.calendar a:visited {
    color: #000000;
    text-decoration:none;
}

table.calendar tr.weeklabels {
    font-size: 10px;
}


table.calendar td {
    text-align: center;
}

table.calendar .today {
    color: #40E024;
}

table.calendar .event-day {
    background: #ba1b1b;
}

