#event-list-cal-month {
	color: #fff;
}
#event-list-cal a {
	color: #fff;
}
#event-list-cal-prev a, #event-list-cal-next a {
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	background: #222;
}
.event-list-cal th {
	color: #fff;
	line-height: 38px;
	text-shadow: 1px 1px 0 #000;
	background: #222;
	border: 1px solid #222;
}
.event-list-cal td {
	background: #333;
	border: 1px solid #222;
}
.event-list-cal td .event-list-cal-day {
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	background: #222;
}
.event-list-cal td.today .event-list-cal-day {
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	background: #444;
}
.event-list-cal-excerpt {
	color: #fff;
	background: #222;
	border: 0;
	box-shadow: 1px 1px 5px #000;
}
.event-list-cal-date {
	border-right: 1px solid #555;
}


#event-list-mini-cal-date {
	color: #fff;
}
#event-list-mini-cal-prev, #event-list-mini-cal-prev a, #event-list-mini-cal-next, #event-list-mini-cal-next a {
	color: #fff;
	background: #222;
}
.event-list-mini-cal, td.event-list-cal-blank {
	background: #222;
}
.event-list-mini-cal td.today {
	background: #444;
}
.event-list-mini-cal-event {
	color: #fff;
}
.event-list-mini-cal-hover {
	background: #222;
	border: 0;
	box-shadow: 1px 1px 5px #000;
}
.event-list-mini-cal-event-single-link a {
	color: #fff !important;
}
