.calendar_large {
	width: 100%;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
}

.calendar_large tr.header td {
	text-align: center;
	vertical-align: top;
	white-space: no-wrap;
	width: 14%;
	color: #737373;
	font-size: 18px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding: 0 0 15px 0;
	text-transform: uppercase;
}

.calendar_large td.day {
	text-align:left;
	vertical-align: top;
	background: none;
	border: solid 1px #B9B9B9;
	height: 117px;
	padding: 3px;
	color: #737373;
	font-size: 18px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

.calendar_large td.day a:visited,
.calendar_large td.day a:link,
.calendar_large td.day a
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #8D8D8D;
	/*color: #737373;*/
	/*text-decoration: none;*/
}

.calendar_large td.day.empty {
	background: none;
	border: none;	
}

ul.calendar_category_list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.calendar_category_list li
{
	display: block;
	float: left;
	padding-top: 6px;
	height: 18px;
}

.calendar_filter_links
{
	padding-bottom: 45px;
	background: url('images/calsep.gif') no-repeat bottom center;
}

.calendar_filter_links td
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #737373;
}

.calendar_filter_links_first
{
	padding-right: 20px;
}

a.calendar_selected
{
	font-weight: bold;
}

a.calendar_large_category_link
{
	display: block;
	/*float: left;*/
	text-decoration: none;
	color: #737373;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 15px 0 15px;
	height: 20px;
}

a:hover.calendar_large_category_link
{
	display: block;
	float: left;
	text-decoration: none;
	color: #737373;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 15px 0 15px;
	height: 20px;
	/*background: url('images/cal-link-cap.jpg') no-repeat top right;*/
}

a:hover.category_selected
{
	color:white;
}

a.category_selected
{
	/*background: url('images/cal-link-cap.jpg') no-repeat top right;*/
	color:white;
}

.calendar_month_title
{
	padding: 0 30px 25px 0;
	/*background: url('images/cal-title-bg.jpg') no-repeat top left;*/
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: bold;
	color: #EAA000;
}

td.category_selected
{
	/*background: url('images/cal-link-bg.jpg') no-repeat top left;*/
	background: #EAA000;
}

.event-table .date
{
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.event-table .month
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.event-table a:visited,
.event-table a:link,
.event-table a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/*.event-table td, .event-table span, .event-table tr
{
	line-height: 1em !important;
}*/

/*
.cal_list_date 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6E2041;
	padding: 5px 0 5px 0;
}

.cal_list_name 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #6E2041;
	padding-top: 20px;
}

a.cal_list_details
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #8D8D8D;
}

a:hover.cal_list_details
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #8D8D8D;
}

div#footer-top .cal_list_date
{
	font-size: 10px;
}

div#footer-top .cal_list_name
{
	font-size: 16px;
	font-weight: normal;
	padding: 0;
}
*/
