.calendar_table
{
    width: 100%;
    border-collapse: collapse;
    color: #4B6B94;
    background-color: #d9d9d9;
}

.calendar_table caption
{
    border: 1px solid #999999;
    margin: 0px;
    width: 100%;
}

.calendar_table td, .calendar_table th
{
    width: 15%;
    font-size: smaller;
    text-align: right;
    border: 1px solid #999999;
    padding-right: 5px;
}

table.calendar_table th
{
    text-align: center;
    text-indent: 0px;
}