.calendar-table{
	padding:1em;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_today{
	cursor: default;
	padding:2px;
	color:#333333;
	background-color:#7fc31b;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #cecece;
}
.linked_today_nolink{
	padding:2px;
	background-color:#7fc31b;
}
.linked_day{
	padding:2px;
	text-decoration:underline;
	cursor: default;
	border:1px solid transparent;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#7fc31b;
	color:#333333;
	border:1px solid #cecece;
	padding:0.5em;
}
.newsCalendar_listBody{
}
.newsCalendar_listItem{
/*	display: table;
	font-size:1em;
	padding-top:1em;*/
	width:390px;
	margin-bottom:8px;
}
.newsCalendar_listItem a {
	text-decoration:none;
}
.bottomMonthLink a,
.columYear a,
.newsCalendar_listItem a span{
	color:#fa0026;
	text-decoration:none;
	border-bottom:1px dotted #fa0026;
}
.bottomMonthLink a,
.newsCalendar_listItem a span{
	font-size:0.66em;
}
.newsCalendar_listItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #cecece;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_listItem_subheader{
}
.newsCalendar_listItemHeader{
	width:390px;
}