/* Start of CMSMS style sheet 'Kalender' */
/* make all links red */
.calendar tr td a
{
  color: red;
  background-color: white;  

}

/* 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 h1
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
  font-size: 100%;

 
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;

 
}

#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;


}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse: collapse;
  border: 0px solid black;              /* Rand um Text bei Listenansicht */

}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;               /* Rand um die Tagesangaben oben */
  color: black;
  font-weight: bold;
  padding: 0px;
  width: 60px;
  background-color: #FFFF33;  
}

#big td {
  border: 1px solid black;               /* Rand um die einzelnen Tagesfelder */
  vertical-align: top;
  padding: 1px;                             /* Abstand des Textes zum Rand der einzelnen Zellen */
  height: 60px;                              /* Höhe und Breite der einzelnen Zeilen und Spalten */
  width: 100px;

}

#hr {
width: 100%;
height: 1px;
color: #ccc ;
}

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

#big li
{
  list-style-type: none;
  padding: 3px;
  margin: 0px;
  font-size: 0.8em;

}

/* background colours for #big */
#big td
{
  background-color: white;                  /* Hintergrundfarbe der einzelnen Tage */

}

#big .calendar-day
{
  background-color: red;                    /* keine Ahnung */

}

#big .calendar-today
{
  font-weight: normal;
  background-color: #FFFF33;            /* Farbe des aktuellen Tagesfeldes */

}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;

}

.hr {
width: 100%;
height: 1px;
color: #ccc ;
}
/* End of 'Kalender' */

