.calendar-table{
	width:90%;
	margin-top:-10px;
	padding:1em;
}
.calendar-table a{
	text-decoration:underline;
	color:#666666;
}
.calendar-table a:hover{
	text-decoration:underline;
	color:#005EA8;
}

.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.columYear {
	font-size:0.9em!important;
}
.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:#C7D5FE;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}
.linked_today_nolink{
	padding:2px;
	color:#333333;
	background-color:#ffffff;
	border: 1px solid #cccccc;
}
.linked_day{
	padding:2px;
	color:#000000;
	background-color:#7faed3;
/*	background-color:#7e7e7e;*/
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #cccccc;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1em;
	font-weight:bold;
	background-color:#ffffff;
	color:#333333;
	border:0px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:0em;
/*	padding:1em;*/
}
.newsCalendar_listBody .tx-ttnews-browsebox {
	display:none;
}

.newsCalendar_listItem{
	font-size:0.76em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1em;
}