/* Appearance of the Calendar-Modul */

.calendar
{
        width : 180px;
        height: 180px;
}

.calendar .headline {
        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        border-bottom : 1pt solid Black;
        border-left : 1pt solid Black;
        border-right: 1pt solid Black;
        border-top : 1pt solid Black;
/*        background : url(ice.jpg);*/
}

.calendar .headline A:link {
        color: #FFFFFF;
        text-decoration: none;
}

.calendar .headline A:visited {
        color: #FFFFFF;
        text-decoration: none;
}

.calendar .headline A:hover {
        color: #FF0000;
        text-decoration: none;
}

.calendar .headline .today_select  {
        border-top: 1pt solid Black;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-align : center;
        text-decoration: underline;
}


.calendar .overview {
        font-family: Arial, Helvetica, sans-serif;
        text-align : center;
        border-left : 1pt solid Black;
        border-right: 1pt solid Black;
        border-bottom : 1pt solid Black;
        height: 100%;
        width: 100%;
}

.calendar .overview A:link {
        text-decoration: none;
}

.calendar .overview A:visited {
        text-decoration: none;
}

.calendar .overview A:hover{
                color: #FFFFFF;
        text-decoration: none;
}

.calendar .overview .last_month {
        color: #CCCCCC;
}

.calendar .overview .next_month {
        color: #CCCCCC;
}

.calendar .overview #today {
        color: #FFFFFF;
        }

.calendar .overview #selected {
        color: #FFFFFF;
        margin-top: auto;
        margin-bottom: auto;
}

.calendar .overview .dayname {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin-top: auto;
        margin-bottom: auto;
}

.calendar .overview .reserved {
        font-weight: bold;
        font-size: 120%;
        text-decoration: underline;
}

/* Appearance of the Eventlist */


.event_list {
        width: 100%;
        height: auto;
    }

.event_list .headings {
        font-weight: bold;
        background-color: #cc0000;
        color:white;

}

.event_list .col_status {
        width: 50pt;
}

.event_list .col_date {
        width: 100pt;
}

.event_list .col_event {
        width: auto;
}

.event_list .status {
        color: Red;
        font-weight: bold;
        vertical-align : top;
}

.event_list .date {
    font-size: 100%;

}

.event_list .event {
        vertical-align : top;
}

.event_list A  {
  text-decoration: none;
}

.event_list A:hover  {
  text-decoration: underline;
}

.event_list .error_message {
        font-size: 80%;
        margin-left : auto;
        margin-right : auto;
        padding-left : 10pt;
        padding-right : 10pt;
        padding-top: 10pt;
        padding-bottom: 10pt;

        }

.cal_view_select {
margin: 5px;
}

/* Appearance for Event-Infos */


