.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 #ccc;
	border-bottom:1px solid #ccc;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_today{
	cursor: default;
	padding:2px;
	color:#333333;
	background-color:#C7D5FE;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}
.linked_today_nolink{
	padding:2px;
	background-color:#C7D5FE;
}
.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:#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;
}

div.tx-ttnews {
	background-color:#e9e9e9;
	padding-top:10px;
	padding-bottom:10px;
}

.calendar-table{
	padding:1em;
	padding:0;
	margin-left:3px;
}
.calendar-table a{
	text-decoration:underline;
	text-decoration:none;
	
}
.calendar-table a:hover{
	text-decoration:underline;
	text-decoration:none;
	color:white;
	background-color:#cc0000;
}
.calendar-table TD, .calendar-table TH{
	
	
	text-align:center;
	font-size:13px;
	/*
	border:1px solid #ccc;
	*/
}
.calendar-table TH{
	color:#999999;
}
.calendar-table TD {
width:30px;
height:20px;
	/*
	
	
	*/
	color:#666666;
	border:2px solid transparent;
}

.calendar-table TH{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border:none;
	border:2px solid transparent;
}
.calendar-table caption{
	font-size:12px;
	text-transform:uppercase;
}

.linked_today{
	cursor: default;
	padding:0px;
	color:#333333;
	background-color:#C7D5FE;
	color:white;
	background-color:#666666;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
	text-decoration:none;
	border:none;
}
.linked_today_nolink{
	padding:0px;
	background-color:#C7D5FE;
	background-color:#666666;
	color:white;
	border:none;
}
.linked_day{
	padding:0px;
	text-decoration:underline;
	cursor: default;
	border:1px solid transparent;
	text-decoration:none;
	background-color:#cc0000;
	color:white;
	border:none;
}
.columYear {
	height:45px;
	padding:20px;
}
.columPrevious {

}
.columNext {

}
.columPrevious a:hover {
	background:none;
}
.columNext a:hover {
	background:none;
}