#calendar_datelist
    {
    width: 700px;
    border: 1px solid #999;
    }
#calendar_datelist td
    {
    vertical-align: top;
    }
#calendar_datelist th
    {
        padding-left: 2px;
    }

#userlist
    {
    clear: both;
    padding: 0;
    margin: 0;
    float: left;
    width: auto;
    border:none;
    }
#userlist table
    {
    border: none;
    width: auto;
    }
.thumbnail
    {
    border: 1px solid #999;
    width: 28px;
    height: 27px;
    text-align: center;
    padding:2px;
    }

/*        ENDE DER NEUEN STYLES            */







table.eventlist,
table.eventbox,
table.event
    {
    border:1px solid #C9CDD4;
    width:490px;
    margin:0 0 3px 0;
    padding:0;
    float:left;
    }
table.eventlist caption,
table.eventbox caption,
table.eventbox caption a,
table.eventlist caption a,
table.event caption
    {
    caption-side:top;
    text-align:left;
    background:#993400;
    height:21px;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    line-height:20px;
    padding:0 0 0 7px;
    }
table.event caption
    {
    background:#C9CDD4;
    }
table caption img
    {
    margin:5px 0 0 0px;
    }
table.eventlist thead tr td,
table.eventlist tbody tr td,
table.eventbox thead tr td,
table.eventbox tbody tr td,
table.event tbody tr td
    {
    color:#999;
    padding:0 0 0 10px;
    }

table.eventbox tbody tr td
    {
    width:72px;
    background:#B8CBDA;
    }
table.event tbody tr td
    {
    color:#000;
    padding:0 0 0 10px;
    }
table tbody tr td.today
    {
    background-color:#B8CBDA;
    border:2px solid #7097B5;
    }
table.eventlist tbody tr td,
table.eventbox tbody tr td
    {
    color:#000;
    padding:0 0 2px 10px;
    vertical-align:top;
    }
table.eventlist td.boundary
    {
    margin: 0px;
    padding: 0px;
    height: 1px;
    border-top: 1px solid #d3d3d3;
    font-size:1px;
    line-height: 0px;
    }
table.importantRow
    {
    background-color:#C5C5C5;
    }
