table.calendarBorder {
	border: 1px solid #336;
}

table#cal_table {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #069;
}


table#cal_table th {
	color: #039;
	background-color: inherit;
	padding-left: 8px;
	border-bottom: 1px solid #069;
	font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

table#cal_table th#date {
	width: 16em;
}

table#cal_table th#venue {
	width: 9em;
}

table#cal_table th#time {
	width: 6em;
}

table#cal_table td {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1em;
	padding: 8px;
}

table#cal_table td.next_meeting {
	color: #fff;
	background-color: #900;
	font-weight: bold;
}
