

.EventsCalendar {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 98%;
}
.EventsCalendar td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 5px;
	background-color: #E8F2F4;
}
.EventsCalendar th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 5px;
	background-color: #AACFD7;
}
.EventsCalendar a {
	font-size: 80%;
	color: #333333;
	text-decoration: none;
	line-height: normal;
}
.EventsCalendar .Today {
background-color: #C2DDE2;
}

/*--------------CaseStudyTable-------------*/

.CaseStudyTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
