/* Start of CMSMS style sheet 'Binder : Kalender' */
.calendar-event .calendar-date-from {
	/*display: inline;
	background: #cee7ed;
	padding: 0.3em;*/
	font-style: italic;
	color: #777;
	background: url(uploads/hp-icons/calendar-month.png) no-repeat center left;
	padding-left: 20px;
}

.calendar-event .calendar-date-title {
	font-weight: bold;
	display: none;
}

.calendar-event .calendar-details {
	margin-top: 1em;
}

.calendar-event .calendar-details-title {
	display: none;
}

.stripe .odd {
	background: #f7fdff;
}

.stripe td,.stripe th {
	border-bottom: 1px solid #cee7ed;
}

.stripe a {
	text-decoration: none;
}
/* End of 'Binder : Kalender' */

