/* Encorp Pacific (Canada) 2024 Site Design - Events Page CSS */
/* Last Updated: 2024.09.12 ET */

@import url('encp_boilerplate.css');
@import url('encp_events_calendar.css');

table.dailyschedule th {
	color: rgb(255,204,102);
	background-color: rgb(0,51,128);
	font-weight: bold;
	padding: 1px 0.5em;
}

table.dailyschedule td {
	background-color: rgb(220,220,240);
	padding: 1px 0.5em;
}

table.dailyschedule td.schedevent {
	color: black;
	background-color: rgb(255,204,102);
	text-align: center;
	padding: 0.5em 1em;
	border: 1px solid rgb(0,0,255);
}

table.dailyschedule td.schedevent a,
table.dailyschedule td.schedevent a:visited {
	color: black;
	text-decoration: none;
}

table.dailyschedule td.schedevent a:hover {
	color: rgb(0,0,153);
	background-color: rgb(220,240,255);
}
