table.event_calendar {
	border-spacing:  0px;
	border-collapse: collapse;
	border: 1px solid #DEE0E3;
}

table.event_calendar th {
	border-bottom: 1px solid #DEE0E3;
	background:    #E8EBED;
}

table.event_calendar th,
table.event_calendar td {
	text-align: left;
	padding:    5px 10px 5px 10px;
}
table.event_calendar tr td a,
table.event_calendar tr td a:link,
table.event_calendar tr td a:visited {
	font-weight:     bold;
	font-style:      normal;
	text-decoration: underline;
}
table.event_calendar tr td a:hover {
	text-decoration: none;
}

