.calendar-table{
	width:100%;
	padding:1em;
	padding-top:3px;
	padding-bottom:3px;	
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:1px;
	text-align:center;
}
.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:2px;
	color:#333333;
	background-color:#fffdec;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}
.linked_today_nolink{
	padding:2px;
	color:#333333;
	background-color:#FFFDEC;
}
.linked_day{
	padding:2px;
	color:#FFFFFF;
	background-color:#a90329;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}

/* List view CSS */
.newsCalendar_listHeader{
	color:#626262;
	font-weight:bold;
	font-size:13px;	
	padding:0px;
	margin:0px;
	line-height:100%;	
	background-image:url(../images/H1_line.gif);
	background-repeat:no-repeat;
	background-position:0px 18px;
	height:30px;
}
.newsCalendar_listBody{
	padding:0px;
}
.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;
}
#newscalendar_dayHeader {
	font-size:13px;
	color:#A90329;	
	font-weight:bold;
}
