.mainCalendar table {
	margin: 3px 3px 10px 3px;
}
.mainCalendar th{
	font-weight:bold;
	color:#000000;
}
.mainCalendar .monthNav{
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	cursor:pointer;
}
.mainCalendar .monthHeader{
	font-size: 20px;
}
.mainCalendar .weekday{
	font-size: 12px;
	text-align:left;
}
.mainCalendar .calNote{
	width:auto;
	font-weight:bold;
	font-size:12px;
	padding:1px;
}
/*#mainCalendar thead{
	border: 1px solid Black;
	font-size: 16px;
	font-style: normal;
}*/
.mainCalendar td{
	text-align:left;
	border-width: 1px;
	border-style:solid;
	padding: 0px;
	margin: 0px;
	width: 110px;
	height: 100px;
	background-color: #EBEBEB;
}
.cell {
	font-size: 10px;
	height: 100px;
	width: 110px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.cell .event{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	display:block;
	text-decoration:none;
	border-top:0px solid #CCCCCC;
	padding-bottom:3px;
	cursor:pointer;
}
.cancelled{
	text-decoration:line-through;
	color:#990000;
	font-weight: normal;
	font-size: 10px;
	display:block;
}
.holiday{
	font-size: 8px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	display: inline;
	text-decoration:none;
}
.day{
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	display: inline;
}

a.event:hover{
	color:#cccccc;
	cursor: pointer;
}
.event{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	display:block;
	text-decoration:none;
	border-top:0px solid #CCCCCC;
	padding-bottom:3px;
}
.oddEvent{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	display:block;
	text-decoration:none;
	border-top:0px solid #CCCCCC;
	padding-bottom:3px;
	cursor:pointer;
}
.evenEvent{
	font-weight: normal;
	font-size: 11px;
	color: #512800;
	display:block;
	text-decoration:none;
	border-top:0px solid #CCCCCC;
	padding-bottom:3px;
	cursor:pointer;
}
.dateLinks {
	font-size:45px;
	color: #DF5056;
	text-align:center;
}
.eventRange{
	border: 1px solid #000000;
	background-color:#FFFFFF;
}
.eventRange TD{
	border-width:0px;
}
.eventRange .dayHeader{
	background-color: #c1ced0;
	border-style: solid;
	border-color:#000000;
	border-width:1px 0px 0px 0px;
}
.eventRange .dateHeader{
	border-width:0px;
	color: #DF5056;
	font-size:18px;
	font-weight:normal;
}
.eventRange .title{
	color: #000000;
	font-weight:bold;
}
.eventRange .noEvents{
	font-weight:bold;
	border-style: solid;
	border-color:#000000;
	border-width:1px 0px 0px 0px;
	color:#000000;
	text-align:center;
}