/* Start of CMSMS style sheet 'css-kalendarz2' */
/*
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 */
.calendar2 tr td a
{
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today2
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist2 .calendar-date-title2
,#cal-upcominglist2 .calendar-summary-title2
{
  display: none;
}

#cal-upcominglist2 h2
,#cal-upcominglist2 .calendar-date2
,#cal-upcominglist2 .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list2 h1, #cal-upcominglist2 h1
{
  color: red;
  font-size: 120%;
}
#cal-list2 h2, cal-upcominglist2 h2
{
  font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big2{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big2 th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big2 td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big2 ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big2 li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big2 td
{
  background-color: #E2E2E2;
}

#big2 .calendar-day2
{
  background-color: #ffffff;
}

#big2 .calendar-today2
{
  font-weight: normal;
  background-color: #FFD350;
}

.calendar-event2 .calendar-date-title2,
.calendar-event2 .calendar-summary-title2,
.calendar-event2 .calendar-details-title2
{
   background-color: #ffffff;
}



/* End of 'css-kalendarz2' */

