/* Calendar */
#calendar td {border: 1px solid #CCCCCC;}
#calendar th {text-align: center;}
.calendarmonthheader, .calendarmonthheader a, .calendarmonthheader a:hover {
	font-size: 18px;
	padding: 10px 0px;
	vertical-align: bottom;
	text-align: center;
	text-decoration: none;
}
.today {background-color: #FFFFCC;}
.active-month {}
.inactive-month {background-color: #EEEEEE;}
.dayHeader, .dayHeader:hover {
	color: #414141;
	background-color: #EEEEEE;
	text-align: right;
	padding-right: 3px;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
#calendar-event-view {}
.double-arrows {font-size: 130%;}
/* End Of Calendar */
