.calendar-table{
	padding:1em;
}
.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:#333333;
	background-color:#C7D5FE;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}
.linked_today_nolink{
	padding:2px;
	background-color:#C7D5FE;
}
.linked_day{
	padding:2px;
	text-decoration:underline;
	cursor: default;
	border:1px solid transparent;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:14px;
	padding: 6px 4px 6px 16px;
        background: none repeat scroll 0 0 rgba(6, 147, 13, 0.95);
        border-bottom: 1px solid #AFAFAF;
        color: #FFFFFF;
        font-weight: bold;
}

.newsCalendar_listBody{
	padding:0px;
}
.news-list-item,
.newsCalendar_listItem{
	display: table;
	font-size:13px;
	width: 635px;
	border: 0px solid red;
        background-image: url("../layout/uebersichten2.gif");
        background-repeat: repeat-x;
        border-bottom: 2px solid #FFFFFF;
        margin: 1px 0px 3px 0px; 
        padding: 10px 10px 10px 10px; 
        height: 60px;
}
.newsCalendar_listItem:hover { background-image: url(../layout/uebersichten-invers2.gif); }
.newsCalendar_listItem_date {
	float:left;
	border: 0px solid red;
}

.newsCalendar_listItem a{
	font-weight: bold;
}

.newsCalendar_listItem_image{
	display: table;
	float:right;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
	border: 0px solid red;
}
.newsCalendar_listItem_subheader{
	display: table;
	float:left;
	width: 635px;
	border: 0px solid red;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	width: 635px;
	font-size:1.25em;
}
