#calendarholder {
    width: 750px;
    }
#calendarlinks {
    width: 620px;
    text-align: right;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    }
#calendarlinks a {
    font-weight: bold;
    }

#calendar td {
    background-color: white;
    border: 1px #8C8C8C solid;
    padding: 5px;
    width: 75px;
    height: 75px;
    vertical-align: bottom;
    text-align: right;
    }
#calendar thead td {
    background-color: #8C8C8C;
    color: #FFFFFF;
    font-weight: bold;
    width: 75px;
    height: 17px;
    }
#calendar td.highlight {
    background-color: #0F7D91;
    color: white;
    border: 1px #8C8C8C solid;
    padding: 5px;
    }
#calendar td.transparent {
    background-color: transparent;
    border: 0;
    }