.calendar-table{
	width:100%;
	padding:1em;
}
.calendar-table a{
	text-decoration:none;
}
.calendar-table TD, .calendar-table TH{
	padding:2px;
	text-align:center;
}
.calendar-table TH{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	font-family:verdana;
	font-size:11px;
	line-height:14px;
	font-weight: bold;
	color:#333333;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color:#333333;
	background-color:#ff4400;
	cursor:pointer;
	text-decoration:underline;
	border:0px solid #333333;
}
.linked_today_nolink{
	padding:2px;
	color:#333333;
	background-color:#CCCCCC;
}
.linked_day{
	padding:2px;
	color:#FFFFFF;
	background-color:#ff6600;
	cursor:pointer;
	text-decoration:underline;
	border:0px solid #333333;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-family:verdana;
	font-size:11px;
   	line-height: 140%;
	font-weight: bold;
	background-image: url(../images/titel_background.gif);
	background-repeat: repeat-y;
	color:#ffffff;
	margin-top:18px;
   	margin-bottom: 15; 
	padding-left:4px;
}

.newsCalendar_listBody{
	/* padding:1em; */
}
.newsCalendar_listItem{
	font-family:verdana;
	font-size:11px;
   	line-height: 140%;
	padding-left:1em;
	padding-bottom:5px;
}
.newsCalendar_listItemHeader{
	font-family:verdana;
	font-size:11px;
   	line-height: 140%;
	font-weight:bold;
	color: #666666;
	padding-top:10px;
	padding-bottom:5px;
}
