.evheader  h1 {
	text-align: center;
	margin-bottom: 10px;
}
.eventborder {
	border:  solid 1px;
	border-color: #C0C0C0;
	margin-bottom: 10px;
}
.tdeventheading {
	line-height: 20px;
	padding: 2px;
	background-color: #C0C0C0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.tdevent  {
	padding: 2px;
}
.eventheading {
	text-align: center;
}
.mteventheading {
	line-height: 20px;
	padding: 2px;
	background-color: #C0C0C0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mtevent  {
	vertical-align: top;
	padding: 2px;
}
.alleventheading {
	line-height: 20px;
	padding: 2px;
	background-color: #C0C0C0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.allevent li {
    padding: 2px;
	list-style: none;
}
.evfooter {
	text-align: center;
}

.noevent {
	color: #FF0000;
	font-weight: bold;
}


/***********************************************************************
    EventCal-Droplet
***********************************************************************/
.kalenderblatt{padding: 5px; width: 150px; margin: 0 auto;
		-moz-border-radius:11px;
		-webkit-border-radius:11px;
		border-radius:11px;
		/*IE DOES NOT SUPPORT BORDER RADIUS*/
		-moz-box-shadow:0px 0px 11px #787878;
		-webkit-box-shadow:0px 0px 11px #787878;
		box-shadow:0px 0px 11px #787878;
		/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
