#ct_links {
	display:none;
}
#EventsCalendar {
	background-color:#EFEFEF;
	margin:16px 0pt 0pt 0px;
	padding:0px 0px 0px 0px;
}
.calendarBody {
	border-top:3px solid #F5F6F6;
	padding:12px;
}
#tbl_Calendar {
	width: 100%;
}
#tbl_Calendar thead th {
	padding: 5px 12px;
	background-color: #EFEFEF;

}
#tbl_Calendar thead th.Previous {
	text-align: left;
	width: 92px;
}
#tbl_Calendar thead th.Next {
	text-align: right;
	width: 92px;
}
#tbl_Calendar thead th.CurrentMonth {
	border-width:0;
	padding: 0;
	width: 500px;
	font: normal 19px Arial, Helvetica, sans-serif;
	color: #0099CC;
	text-align: center;
}
#tbl_Calendar thead th.Previous a {
	display: block;
	height: 0;
	padding-top: 21px;
	width: 85px;
	overflow: hidden;
	background: transparent url(../../../images/CalendarPrevious.gif) no-repeat left top;
}
#tbl_Calendar thead th.Next a {
	display: block;
	height: 0;
	padding-top: 21px;
	width: 85px;
	overflow: hidden;
	background: transparent url(../../../images/CalendarNext.gif) no-repeat right top;
}
#tbl_Calendar tbody td {

}
#tbl_Calendar_items thead th {
	padding: 3px 0;
	width: 85px;
	color: #38535B;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-align: left;
	background-color: transparent;
}
#tbl_Calendar_items tbody td {
	border: 1px solid #D3DADF;
	padding: 0;
	height: 80px;
	background-color: #EFEFEF;
	vertical-align: top;
	width:80px;
}

#tbl_Calendar_items tbody td br {
	display:none;
}
#tbl_Calendar_items tbody td a {
	display: block;
	color:#3971EF;
	margin: 0;
	font-size: 10px;
	width:77px;
}
#tbl_Calendar_items tbody td a.DayEvent {
	margin: 0;
	padding: 1px 3px;
	color: #38535B;
	font-size: 12px;
	text-decoration: none;
	background-color: #E6E6E6;
	
}
#tbl_Calendar_items tbody td a.DayEventCourses {
	margin: 0;
	padding: 1px 3px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	background-color: #B9B9B9;
}
#tbl_Calendar_items tbody td a.Event {
	margin-left:3px;
}


/* Calendar *******************************************************************/
/******************************************************************************/



