/* Start of CMSMS style sheet 'Kalender Dark Blue' */
.calendar tr td a
{
  color: #dedede;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: #ffff00;
  font-size: 80%;
}
#cal-list h2, cal-upcominglist h2
{

}



/* nice squares for the #big table */
#big th
{
  border: 1px solid #grey;
  padding: 3px;
  text-align: center;
}

#big td {
  border: 1px solid grey;
  vertical-align: top;
  text-align: center;
  padding: 2px;
color:#dedede;
}


#big th {
  
color:#dedede;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 2px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big
#big td
{
  background-color: #5050ff;
} */


#big .calendar-today
{
  font-weight: bold;
  background-color: #eeeeee; 
color:#000;
}

#big .event
{
  font-weight: bold;
  background-color: #00aa00; 
color:#000;
}


.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Kalender Dark Blue' */

