table#cal {
	background-color: #936; }

th.cal {
	color: #936;
	font-size: small;
	font-weight: 700;
	background-color: #cccccc;
	text-align: center; }

td.cal {
	color: #000;
	font-size: small;
	background-color: #fff;
	text-align: center; }

td#calDay {
	color: #fff;
	font-size: small;
	font-weight: 700;
	background-color: #0e3482;
	text-align: center; }


table.events {
	width: 100%;
	border-collapse: collapse;
	border-spacing:20px;
	caption-side: left;
	empty-cells: hide;
	border-bottom: 3px solid #000; }
			
th.events {
	text-align: left;
	color: #936;
	font-size: small;
	font-weight: 700;
	background-color: #cccccc;
	text-align: left;
	border-bottom: 3px double #000; }

tr.events {
	padding-bottom: 5px;
	border-bottom: 3px solid #936; }
	
td.eventsBold {
	font-weight: 700;
	vertical-align: top;
	white-space: nowrap; }

td.eventsBlue {
	color: #185da5;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px; }
td.eventsEmphasis {
	font-style: italic;
	vertical-align: top;
	white-space: nowrap; }


