.calendar-table{
	width:99%;
	/* padding:1em; 
	border-bottom:1px dotted #7e7e7e;*/
	border-top: 1px solid #7e7e7e;
	background-image:url(../../../../fileadmin/templates/tmpl_001/images/active-calend.gif)
}
.calendar-table a{
	 text-decoration:none; 
	 font-weight:bold;
	/*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{
	color:#333333;
	background-color:#FFFFCC;
	cursor:pointer;
	text-decoration:blink;
	border:1px solid #333333;
}
.linked_today_nolink{
	color: #333333;
	text-decoration: blink;
	background-color: #F0FFF0;
}
.linked_day{
	padding:1px;
	color:#FFFFFF;
	background-color: #87A776;
	cursor:pointer;
	text-decoration:none;
	border:1px solid #87A776;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#87A776;
	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;
}