.tx-ttnews{
}

.calendar-table{
	color:#888888;
	padding:1px;
	width: 185px;
	margin: 0 0 50px 0;
	/*border:1px solid #DADADA;
	background-color: #FFFFFF;*/
}
.calendar-table a{
	color:#888888;
	text-decoration:underline;
}


.calendar-table TR.month{
	height:22px;
}

.calendar-table td.columPrevious, .calendar-table TD.columYear, .calendar-table TD.columNext, .calendar-table.bottomMonthLink{
	padding:10px 0;
	border: none;
}

.calendar-table TD, .calendar-table TH{
	text-align:center;
}

.calendar-table TH{
	font: 12px Arial, sans-serif;
	text-transform: uppercase;
	border-top: 2px solid #888888;
	border-bottom: 2px solid #888888;
	padding: 4px 0;
}


.calendar-table TD{
	padding:6px;
	font: 11px 'Arial', Heletica, sans-serif;
	border-bottom: 1px solid #888888;
}

.calendar-table TD.columYear, .calendar-table TD.columYear a{
	text-decoration: none;
	text-transform:uppercase;
	font: 12px, Arial, sans-serif;

}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
/*.linked_today{
	padding:2px;
	color:#FFFFFF;
	background-color:#DC5E2C;
	font-weight: bold;
	border:1px solid #333333;
}
*/
.linked_today_nolink{
	padding:6px;
	background-color:#000000;
	color:#ffffff;
	border-bottom: 1px solid #888888;
}
.linked_day{
	cursor: default;
	padding:6px;
	color:#ffffff;
	background-color:#e3642d;
}

/* 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;
}
