@charset "utf-8";
/* CSS Document */
/* This style sheet is used to format the calendar of events */
#mainContent .event {
	margin-bottom: 10px;
}
#mainContent .event table  {
	margin-left: 10px;
	border-collapse: collapse;
}
#mainContent .event table tr td  {
	font-size: 14px;
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent .event table p {
	font-size: 14px;
	color: #036;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

