#calendar-shadow
{
    background-color: #006600;

    margin-top: 2px;
    margin-left: 2px;
}

#calendar
{
    bottom: 2px;
    right: 2px;
    position: relative;

    background-color: white;
}

table.calendar
{
    width: 100%;
    border-collapse: collapse;

    margin-top: 3px;
}

table.calendar td
{
    width: 14%;
    border: 1px solid green;
}

tr.calendar-header td
{
    background: #FFFFE9;

    padding: 4px 0px;

    text-align: center;
    font-family: "Bitstream Vera Serif", serif;
    font-weight: 900;
    font-size: 120%;
}

tr.calendar-header #prev-link
{
    border-right: 0px;
}

tr.calendar-header a
{
    color: green;
    text-decoration: none;
}

tr.calendar-header #calendar-title
{
    border-left: 0px;
    border-right: 0px;
}

tr.calendar-header #next-link
{
    border-left: 0px;
}

tr.calendar-day-names td
{
    background: #FFFFE9;

    padding-top: 10px 2px;

    text-align: center;
    font-family: "Bitstream Vera Serif", serif;
    font-style: italic;
    font-weight: 900;
}

td span.calendar-day-today
{
    color: red;
    font-weight: 900;
}

ul.calendar-entry-list
{
    overflow: hidden;
    white-space: nowrap;   

    list-style-type: none;

    font-size: 80%;

    margin: 3px;
    padding: 0px;
}