table.calendar {
	background-color: #eeeeee;
	font-size: 10;
	width: 170px;
	text-align: center;	
}
table.calendar_big {
	background-color: #eeeeee;
	font-size: 12;
	width: 430px;
	height: 200px;
	text-align: center;	
}

td.daySelected {
}

td.dayEvent, .dayEvent a {
	color: #ff0000;
	font-weight: bold;
}
td.dayEventSelected, .dayEventSelected a {
	color: #f00;
	background-color: #CCCCCC;
	font-weight: bold;	
}

.footer, .header {
	background-color: #dddddd;
	text-align: center;
}
.days {
	color: #333333;
	font-weight: bold;
}
.all_day {
	width: 20px;
	margin-right: 4px;
}
pre {
	background-color: #eeeeee;
	margin-top: 2em;
}

#divCalendar {
	float: left;
	margin-right: 0px;
}

#divEvents {
	margin-left: 0px;
    color: #000000;
}

#divEventInsert {
}

/* *********************** */

#divEventInsert input, #divEventInsert textarea {
	border: 1px solid #333333;
}
#divEventInsert input[type="text"] {
	width: 200px;
}
#divEventInsert textarea {
	width: 300px;
}
pre {
	clear: both;
}