.calendar-table{
	width:100%;
	padding:1em;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.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:#C7D5FE;
}
.linked_day{
	padding:2px;
	color:#FFFFFF;
	background-color:#7e7e7e;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}

/* 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;
}

/* dachstock: */
#content .tx-ttnews .calendar-table { width:100%; border-bottom:1px solid #414d59; }
#content .tx-ttnews .calendar-table td, #content .tx-ttnews .calendar-table th { 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size:9px;
	padding:1px;
	width:14%;
}
#content .tx-ttnews .calendar-table th { 
	border-top:1px solid #414d59;
	border-bottom:1px solid #414d59;
}
#content .tx-ttnews .calendar-table td.columYear { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	padding:1px;
}
#content .tx-ttnews .calendar-table td.columPrevious, #content .tx-ttnews .calendar-table td.columNext { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	padding:1px;
}
#content .tx-ttnews .calendar-table .linked_today { 
	background:transparent;
	padding:0;
	border: 1px solid #FF00FF;
	color:#FF00FF;
	text-decoration:none;
}
#content .tx-ttnews .calendar-table .linked_today:hover { 
	background:#e2eBeE;
}
#content .tx-ttnews .calendar-table .linked_today_nolink { 
	background:transparent;
	padding:0;
	border: 1px solid #FF00FF;
	text-decoration:none;
}
#content .tx-ttnews .calendar-table .linked_today_nolink:hover {
	background:#e2eBeE; 
}
#content .tx-ttnews .calendar-table .linked_day { 
	background:transparent;
	padding:0;
	border: 1px solid #B2BBBE;
	color:#FF00FF;
	text-decoration:none;
}
#content .tx-ttnews .calendar-table .linked_day:hover { 
	background:#e2eBeE;
}