.calendar
{
    position: relative;
    width: 232px;
    background-color: #faef0a;
    font-size: 14px;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #000000;
    color: #000000;
    text-shadow: #666666 5px 5px 5px;
}

.calendar_month
{
    text-align: center;
    padding-left: 7px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}

.calendar_weeks
{
    width: 29px;
    font-size: 14px;
    text-align: center;
    border-right-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.calendar_weekdays
{
    font-size: 14px;
    text-align: center;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.calendar_other_month
{
    font-size: 14px;
    color: #A8A237;
}

.calendar_current_month
{
    width: 29px;
    font-size: 14px;
}

.calendar_current_month_home
{
    font-size: 14px;
    line-height: 18px;
    width: 29px;
    background-image: url('../images/home_match.png');
    background-repeat: no-repeat;
}

.calendar_current_month_guest
{
    font-size: 14px;
    line-height: 18px;
    width: 29px;
    background-image: url('../images/guest_match.png');
    background-repeat: no-repeat;
}

.calendar_current_month_other
{
    font-size: 14px;
    line-height: 18px;
    width: 29px;
    background-image: url('../images/other_event.png');
    background-repeat: no-repeat;
}

.calendar_previous_month
{
    text-decoration: none;
    margin-right: 20px;
    color: #000000;
}

.calendar_next_month
{
    text-decoration: none;
    margin-left: 20px;
    color: #000000;
}

.calendar_current
{
    text-decoration: none;
    color: #000000;
}

.calendar_corner
{
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.calendar_event
{
    cursor: default;
}