.calendar-table{
	width:100%;
}
.calendar-table TD {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif; color:#b6b6b6;
	line-height: 30px;
		border: solid 1px #f4f4f4;
/* 	padding-bottom: 4px; */
	min-width: 30px;
}
.calendar-table TH{
	text-align: center;
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	border-bottom: solid 1px #999;
	font-weight: normal;
	color: #333;
	font-size: 9px;
	line-height: 9px;
	padding-bottom: 9px;
}
.calendar-table .columYear, .calendar-table .columPrevious, .calendar-table .columNext {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	border: none;
}
.calendar-table .columPrevious a, .calendar-table .columNext a {
	color: #333;
}
.calendar-table .columPrevious a:hover, .calendar-table .columNext a:hover {
	text-decoration: none;
	color: #f33;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	color:#333;
	cursor:pointer;
	font-weight: bold;
}
.linked_today_nolink{
	color: #333;
	font-weight: bold;
}
.linked_day{
	padding-bottom: 4px;
	color: #ed1c24;
	background: transparent url(../../images/calendar-link.png) center no-repeat;
	cursor:pointer;
	border:1px solid #fff;
}
.linked_day:hover {
	background-color: #333;
	color: #fff;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	color:#333333;
	padding:0.5em;
}
.newsCalendar_listBody{
	color: #ccc;
	font-size: 10px;
	padding-top: 5px;
	border-top: solid 1px #999;
}

.newsCalendar_listBody .tx-ttnews-browsebox {
	display: none;
	visibility: hidden;
}

.newsCalendar_listItem{
	padding: 0 0 5px 0;
	margin-top: 5px;
	border-bottom: solid 1px #f4f4f4;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}

.newsCalendar_listItem_date {
	font-size: 11px;
	line-height: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	width: 30px;
	text-align: center;
	float: left;
}

.newsCalendar_listItem_img {
	float: left;
	text-align: right;
	width: 30px;
	padding: 5px;
}

.newsCalendar_listItem_title a {
	color: #333;
	font-size: 11px;
	line-height: 13px;
	display: block;
	text-align: left;
	padding: 2px 0 8px 8px;
	border-left: solid 1px #999;
	margin-left: 33px;
	font-weight: bold;
}


.newsCalendar_listItem_title a:hover {
	color: #ed1c24;
	text-decoration: none;
}