table.calendar-table{
	width:100%;
	border-spacing:0 !important;
	background-color:#D7D7D7;
}
table.calendar-table td {
	background-color:#CCCCCC;
	border-top:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	height:40px;
	width:14%;
}
.calendar-table tr:first-child td {
	background-color:#E4E4E4;
	padding:0;
	height:51px;
	border-spacing:0;
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
}
.calendar-table tr:first-child td.columPrevious,
.calendar-table tr:first-child td.columNext {
	background-color:#EBEBEB;
	border-top:1px solid #EBEBEB;
	border-left:1px solid #EBEBEB;
}
.calendar-table tr:first-child td.columPrevious img,
.calendar-table tr:first-child td.columNext img {
	width:auto !important;
	height:auto !important;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	text-align:center;
}
.calendar-table TH{
	background-color:#D7D7D7;
	color:#FFF;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_today{
	cursor: default;
	color:#333333;
	background-color:#C7D5FE;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}
.linked_today_nolink{
	background-color:#898989;
	color:#000;
	height:40px;
	margin:0;
	padding:0;
	line-height:40px;
}
.linked_day{
	text-decoration:underline;
	cursor: default;
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#F8D612
}

/* 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{
	display: table;
	font-size:1em;
	padding-top:1em;
}

.newsCalendar_listItem a{
	font-weight: bold;
}

.newsCalendar_listItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_listItem_subheader{
	display: table;
	float:left;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}

/**
CANVAS
http://forge.typo3.org/issues/35236
*/
.newscalendar-canvas {
 left:0px;
}
table.calendar-table td.today{
  background-color: #898989;
}