/* ------ Kalender ------*/

div.newsCalendar_listBody {padding: 0; overflow: hidden}

div.newsCalendar_listHeader {
	margin-bottom: 0.5em;
	padding: 0.3em;
	/*background: #BCD478;*/
	border: none;
	color: #000;
	font-weight: normal;
	font-size: 140%;
	width: 100%
}

div.newsCalendar_listItem_ics {
	margin-top: 8px;
	float: right;
	padding-right: 22px
}

div.newsCalendar_listItem_exturl a {
	font-weight: normal;
}

div.newsCalendar_listItem_exturl a:hover {text-decoration: none}

div.newsCalendar_listItem_ics a {
	padding:3px 0 3px 20px;
	font-weight: normal;
	font-size: 89%;
	background: url(../img/ic_ical.gif) no-repeat
}

div.newsCalendar_listItem_ics a:hover {
	text-decoration: none
}

div.newsCalendar_listItem {
	margin-bottom: 15px;
	padding: 12px 12px 17px 12px;
	border: 1px solid #cecece;
	background: #e5e5e5;
	/*width: 508px*/
}

div.newsCalendar_listItem:nth-of-type(even) {
    background: #f1f1f1;
    border: 1px solid #e5e5e5
}

div.newsCalendar_listItem_plm {margin-bottom: 4px;color: #DB1A21}

div.newsCalendar_listItem_image {margin:0; padding: 0}

div.newsCalendar_listItem_subheader {margin-right: 6px;}

div.newsCalendar_listItem_title {
	font-size: 110%;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px
}


div.linked_day {background: #cecece; border-color: #999 !important; text-decoration: none}
div.linked_today_nolink {background: #DB1A21;color: #fff; border: 1px solid #e5e5e5; text-decoration: none}

div.newsCalendar_calendarItem_ics {margin-top: 0.5em}

div.newsCalendar_calendarItem_ics a {
	padding:3px 0 3px 20px;
	font-weight: normal;
	font-size: 89%;
	background: url(../img/ic_ical.gif) no-repeat
}

td.columYear, td.columPrevious, td.columNext {
	background: #cecece
}

td.columYear a {text-decoration: none}


/*--------*/


.calendar-table{
	padding:0;
	margin-bottom: 10px;
	width:100%
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_today{
	cursor: default;
	padding:2px;
	color:#fff;
	background-color:#DB1A21;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #e5e5e5;
}
.linked_today_nolink{
	padding:2px;
	background-color:#9999ff;
}
.linked_day{
	padding:2px;
	text-decoration:underline;
	cursor: default;
	border:1px solid #333333;
        background-color:#99ff99;

}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#cecece;
	color:#333333;
	border:none;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:0em;
}
.newsCalendar_listItem{
	display: block;
	overflow: hidden;
	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;
}