﻿.location {
    color:#cccccc;
    font-style:italic;
}

table.month_calendar {
    width:100%;
    border-collapse:collapse;
}
table.month_calendar td {
    vertical-align:top;
    height:70px;
    border:1px solid #999999;

}
table.month_calendar td.dead_cell {
    background:#cccccc;
}
table.month_calendar td.regular_cell {
    font-size:10px;
}
table.month_calendar td.day_header {
    text-align:center;
    width:14%;
    height:auto;
    border:0;
    font-weight:bold;
    border-left:1px solid #999999;
    border-right:1px solid #999999;
}
table.month_calendar div.day {
    font-size:10px;
    padding-left:2px;
    padding-right:2px;    
}
table.month_calendar div.all_day {
    border:1px solid #333333;
}
table.month_calendar div.event {
    margin-bottom:1px;

}
table.month_calendar div.event a{
    color:#000000;
    cursor:pointer;
}

table.month_calendar tr.header td {
    height:inherit;
}
