#colRight table td, #colRight table th { 
	border: 0; 
	padding: 0
}
#colRight table#calendar td, #colRight table#calendar th {
	border: 1px solid black;
}
table#calendar td ul li {
	background: none;
}
table#calendar td h3 {
	border: none;
}
table#calendar {
	border-collapse: collapse;
	text-align: center;
}

table#calendar td {
	vertical-align: top;
	border: 1px solid black;
	width: 14%;
	margin: 0;
	padding: 5px;
	height: 100px;
}

table#calendar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
}
table#calendar ul li {
	clear: both;
}
li.event {
	background: none;
}
span.event_start {
	display: block;
	text-decoration: underline;
	font-weight: bold;
}
span.rescheduled {
	color: #003366;
	font-weight: bold;
}
span.canceled {
	color: #cc3333;
	font-weight: bold;
}
span.dayNum {
	font-size: 1.5em;
	float: right;
	font-weight: bold;
}
h3.holiday {
	font-size: 10pt;
	float: left;
	color: #003366;
}
td.holiday {
	background-color: lightgrey;
}
td#today span.dayNum {
	color: darkgoldenrod;
}

ul#month_nav {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-left: -5em;
	margin-bottom: 1em;
}

ul#month_nav li {
	display: inline;
	background: none;
	padding-left: 5em;
	padding-right: 5em;
}
td.non_month_day {
	background-color: beige;
}

