/* Start of CMSMS style sheet 'Kunstkring: Agenda' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
.calendar tr td a
{
  font-weight: bold;
  color: #028655;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

.calendar-month
{
  font-weight: bold;
  padding-bottom: 10px;
  font-size:12px;
  color: #028655;
}

.calendar-prev
{
  font-size: 15px;
  padding-right: 10px;
}

.calendar-next
{
  font-size: 15px;
  padding-left: 10px;
}

/* 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: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** small calendar rules (assuming table_id='small') **/
/* border on for #small */
#small{
  margin: 0px;
  border-collapse:    collapse;
}

#small .calendar-month
{
  font-weight: bold;
  padding-bottom: 7px;
  padding-top: 5px;
  font-size:12px;
  color: #FFFFFF;
  background-color: #028655;
}

#small .calendar-prev a
{
  font-size: 15px;
  padding-right: 10px;
  color: #FFFFFF;
}

#small .calendar-next a
{
  font-size: 15px;
  padding-left: 10px;  
  color: #FFFFFF;
}

/* nice squares for the #big table */
#small th
{
  padding: 3px;
  padding-top:7px;
  padding-bottom:5px;
  width: 98px;
}

#small td {
  vertical-align: top;
  padding: 3px;
  height: 20px;
  width: 20px;
}

/* format summaries nicely in #big */
#small ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}

#small li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #small */
#small td
{

}

#small .calendar-day
{
  font-weight: bold;
  background-color: #E6F2EE;
}

#small .calendar-today a
{
  font-weight: bold;
  background-color: #028655;
  color:#FFFFFF
}

#small .calendar-today 
{
  font-weight: bold;
  background-color: #028655;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid silver;
}

.calendar-list
{

}

#big .calendar-month
{
  font-weight: bold;
  padding-bottom: 10px;
  font-size:15px;
  color: #028655;
}

#big .calendar-prev
{
  font-size: 20px;
  padding-right: 10px;
}

#big .calendar-next
{
  font-size: 20px;
  padding-left: 10px;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid silver;
  padding: 3px;
  width: 98px;
}

#big td {
  border: 1px solid silver;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 98px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: #E6F2EE;
}

#big .calendar-day
{
  background-color: #FFFFFF;
  font-weight: bold;
}

#big .calendar-today a
{
  font-weight: bold;
  background-color: #028655;
  color:#FFFFFF
}

#big .calendar-today
{
  font-weight: bold;
  background-color: #028655;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Kunstkring: Agenda' */

