.calendar-table{
	width:200px;
	padding:1em;
	display: inline;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH { padding:2px; text-align:center; font-size: 12px; }
.calendar-table TH{
	color:#333333;
	border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today { padding:1px; color:#9f3734; cursor:pointer; text-decoration:underline; border:1px solid #ffffff; background-color: #ffffff; font-weight: bold; }
.linked_today_nolink{ padding:1px; color:#9f3734; font-weight: bold; background-color:#ffffff; }
.linked_day{ padding:1px; color:#000000; cursor:pointer; text-decoration:underline; border:1px solid #ffffff; }
.newscalendarTooltip { display: none; }

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}

td.columPrevious a, td.columNext a {
	font-size: 16px;
	font-weight: bold;
	color: #621e11 !important;
}
