table.calendar {
background-color:#EEEEEE;
text-align:center;
width:170px;
}
table.calendar_big {
background-color:#EEEEEE;
height:260px;
margin-left:18px;
text-align:center;
width:490px;
}
td.daySelected {
}
td.dayEvent, .dayEvent a {
color:#00B4E0;
font-weight:bold;
}
td.dayEventSelected, .dayEventSelected a {
background-color:#CCCCCC;
color:#FF0000;
font-weight:bold;
}
.footer, .header {
background-color:#DDDDDD;
text-align:center;
}
.days {
color:#333333;
font-weight:bold;
}
.all_day {
margin-right:24px;
text-align:center;
width:20px;
}
pre {
background-color:#EEEEEE;
margin-top:2em;
}
#divCalendar {
float:left;
margin-right:0;
}
#divEvents {
color:#000000;
margin-left:0;
}
#divEventInsert {
}
#divEventInsert input, #divEventInsert textarea {
border:1px solid #333333;
}
#divEventInsert input[type="text"] {
width:200px;
}
#divEventInsert textarea {
width:300px;
}
pre {
clear:both;
}

