.kalender {
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left: 10px;
}
.calendar-table{
	width:95%;
	padding:0 0 0 10px;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	color: #464646; /*#333333*/
	border-top: 1px solid #464646; /*#7e7e7e*/
	border-bottom: 1px solid #464646; /*#7e7e7e*/
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color: #ff0707; /*#333333*/
	background-color: #fff; /*#C7D5FE #464646 #4F0000*/
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #464646; /*#333333 #fff*/
}
.linked_today_nolink{
	padding:2px;
	color:#ff0707; /*#333333*/
	background-color:transparent; /*#002765 #C7D5FE*/
	border: none; /*1px solid #002765*/
}
.linked_day{
	padding:2px;
	color: #000; /*#FFFFFF*/
	background-color: #fff; /*#7e7e7e #002765 #843333*/
	cursor:pointer;
	text-decoration:underline;
	border: 1px solid #464646; /*#002765*/
}

/* 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{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}
