/* Start of CMSMS style sheet 'WOZKOSZ 2008: Calendar' */
/*
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'}

*/

.calendar {
  width: 250px;
  margin: 0 auto;
}

.calendar tr td,
.calendar tr th  {
  padding: 3px 0;
  text-align: center;
  vertical-align: middle;
}

.calendar tr td {
  color: #ccc;
  background: #3e4e5b;
}

.calendar tr th {
  background: #84add5;
}

.calendar tr td a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.calendar tr td a:hover {
  text-decoration: underline;
  color: #f0f0f0;
}

.calendar tr td ul {
  list-style: none;
  display: none;
}

/* highlight "today" for the small calendar */
.calendar-today {
  font-weight: bold;
  border: 1px solid #906f55;
}

/* 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%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big {
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th {
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* 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: silver;
}

#big .calendar-day {
  background-color: #80ff80;
}

#big .calendar-today {
  font-weight: normal;
  background-color: #8080ff;
}

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

/* ***** CALENDAR EVENT  ****** */
/*****************************/

.calendar-event_01 {
  height: 2px;
  font-size: 0;
  background: url(uploads/images/layout/calendar_event_01.gif) no-repeat left top;  
}

.calendar-event_02 {
  padding: 8px;
  background: #f0f0f0;
}

.calendar-event_02 ul {
  margin: 0 0 0 10px;
  list-style: square outside url(uploads/images/layout/arrow_01.gif);
}

.calendar-event_03 {
  height: 2px;
  margin: 0 0 8px 0;
  font-size: 0;
  background: url(uploads/images/layout/calendar_event_02.gif) no-repeat left bottom;  
}

.calendar-date-from {
  font-size: 0.9em;
  font-weight: bold;
  color: #906f55;
}

.calendar-details {
  padding: 15px 0 0 0;
  line-height: 140%;
}

.calendar-returnlink a,
.calendar-returnlink2 a {
  margin: 0 0 0 4px;
  padding: 0 0 0 7px;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: url(uploads/images/layout/arrow_02.gif) no-repeat left center;
}

.calendar-returnlink2 a {
  color: #555;
}

.calendar-returnlink a:hover {
  color: #f0f0f0;
}

.calendar-returnlink2 a:hover {
  text-decoration: underline;
}
/* End of 'WOZKOSZ 2008: Calendar' */

