.calendar-table{
	padding:0;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	/*padding:3px;*/
	height:32px;
	width:32px;
	text-align:center;
}
.calendar-table TH{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#afaeae;
	color:#A20426;
	font-weight:bold;
}

.columPrevious, .columYear, .columNext {
	background-color:#afaeae;
	}

.columYear {
	font-size:10px;
	color:black;
	font-weight:normal;
	white-space:nowrap;
	}
	

.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;
	background-color:#d4d2d2;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
	padding:0.5em;
	display:none;
}
.newsCalendar_listBody{
/*	padding:1em;	*/
}
.newsCalendar_listItem{
	display: table;
	font-size:1em;
	padding-top:1em;
	padding-bottom:5px;
	width:100%;
}

.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;
	display:none;
}
.newsCalendar_listItem_subheader{
	display: table;
	float:left;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}

.tx-ttnews-browsebox {
	display:none;
	}
	
.newsCalendar_calendarItem a:link, .newsCalendar_calendarItem a:visited {
	color:#000;
	font-weight:bold;
	}

.newsCalendar_calendarItem_subheader {
	color:#000;
	}
	
.newsCalendar_listItem_datetime {
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#000;
	padding-left:10px;
	}
	
.newsCalendar_listItem a:link, .newsCalendar_listItem a:visited {
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	}
	
.newsCalendar_listItem a:hover {
	text-decoration:underline;
	}
	
.newsCalendar_listItem_subheader {
	display:none;
	}