/* Start of CMSMS style sheet 'Kalender: List' */
.calendar
{
  display: inline;
}

.calendar-event
{
  margin-left: 17px;
  margin-bottom: 10px;
  padding: 0px 0px 3px 0px;
  font-size: 100%;
  border-bottom: 1px dotted black;
}

.calendar-event-title
{
  font-weight: bold;
  color: #385C72;
}

.calendar-date-title
{
  display: none;
}

.calendar-date-from
{
  font-size: 90%;
  text-decoration: italic;
}

.calendar-date-date
{
  font-weight: bold;
}
/* End of 'Kalender: List' */

