/* styles for the calendar view of Eventing */#eventscalendar {	}#eventscalendar table{	width: 80%;	align: center;	}#eventscalendar td {	border-bottom: 1px solid #cccccc;	border-right: 1px solid #cccccc;	}#eventscalendar td.day{	width: 30px;	height: 50px;	vertical-align: top;	}td.actday {	background-color:#CCCCCC;	width: 30px;	height: 50px;	vertical-align: top;	align: left;	}/* if you have chosen the option for different css according to category number you have to copy the following entry, add the category number behind eventdy and make your changes */ td.eventday {	background-color:#F9A686;	width: 30px;	height: 50px;	vertical-align: top;	text-align: left;	}td.eventday3 {	background-color:#F94586;	width: 30px;	height: 50px;	vertical-align: top;	text-align: left;	}.calnav {	}.month {	}.days {	}	
