@CHARSET "UTF-8";

div#CalendarMini{
background-color:#2499A7;
padding:4px;
}

div.calendar-heading{
background-image:url(/events/img/backhead.gif);
background-repeat:no-repeat;
height:40px;
}

table.calendar-mini{
width:100%;
border-right:solid 1px #6AD2DE;
border-bottom:solid 1px #6AD2DE;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

table.calendar-mini, table.calendar-mini a{
color:#B4F0F7;
text-decoration:none;
font-size:11px;
}

table.calendar-mini td{
border-left:solid 1px #6AD2DE;
background-color:#3BBAC9;
border-top:solid 1px #6AD2DE;
padding:1px 2px 5px 2px;
}

table.calendar-mini th{
background-color:#ED3F45;
border:solid 1px #F1888C;
border-right:none;
padding:5px;
}

table.calendar-mini td.current-date{
background-color:#2CA7B6;
}

table.calendar-mini a{
display:block;
}

table.calendar-mini td.current-date a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

table.calendar-mini td.event{
background-image:url(/events/img/star.gif);
background-repeat:no-repeat;
background-position:right bottom;
}

table.calendar-mini td.event:hover{
background-image:url(/events/img/star.gif);
background-repeat:no-repeat;
background-position:right bottom;
background-color:#6AD2DE;
}

div.current-month{
background-image:url(/events/img/month-background.gif);
background-repeat:repeat;
padding:4px;
text-align:center;
}

div.current-month img{
padding:1px 0px 0px 0px;
}

div.current-month table td{
text-align:center;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
}

ul.events-list li{
border-bottom:dotted 2px #cccccc;
padding-bottom:10px;
padding-top:10px;
}

h2.number-of-events{
padding:0px;
margin:17px 0px 17px 0px;
font-size:18px;
}

h2.events-location{
padding:5px;
margin:5px 0px 5px 0px;
border:solid 1px #CC2329;
background-color:#ED3F45;
color:#ffffff;
}

div.calendar-footer{
margin-top:1px;
background-color:#E6383F;
}

div.events-view h1.article-heading{
color:#E1548C;
}

div.event-left{
}

div.event-right{
float:left;
width:195px;
}

div.event-details{
padding:10px;
background-color:#CFDDE6;
border:dotted 2px #7DB9DE;
margin-top:15px;
}

div.event-left label{
display:block;
margin:15px 0px 2px 0px;
}

div.add-event input{
width:60%;
}

div.add-event textarea{
width:98%;
height:300px;
}

div.add-event input.add-event{
width:auto;
}

div.calendar-wat-gebeur-vandag{
padding:10px 10px 3px 10px;
color:#FFFFFF;
}

div.calendar-wat-gebeur-vandag a{
color:#FFFFFF;
}

div.calendar-wat-gebeur-vandag ul li{
background-image:url(/img/bullet-white.gif);
background-repeat:no-repeat;
padding:1px 0 1px 6px;
}

div.calendar-wat-gebeur-vandag ul li.nostyle{
background:none;
padding:0px;
font-weight:bold;
}