.calendar-table{
	width:100%;
}
.calendar-table a{
	text-decoration: none;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	color:#333333;
	padding: 10px 5px 5px 5px ;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
	background-color:#ed1c24;
	border:1px solid #ffffff;
}
.linked_today_nolink{
	color:#333333;
	border:1px solid #333333;
}
.linked_day{
	color:#FFFFFF;
	background-color:#ed1c24;
	cursor:pointer;
	text-decoration:none;
}

.newsCalendar_listHeader{
	/* font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
	padding:0.5em; */
	background-color:#EB2128;
	border:1px solid #7E7E7E;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	padding:0 0 0 20px;
	margin-top: 30px ;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	font-size:0.8em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1em;
}

