/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
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, .calendar tr td a:link, .calendar tr td a:active, .calendar tr td a:visited
{
  color: red;
  color: #001124;font-weight: bold;
}
.calendar tr td a:hover {color: #B70004;}

/* 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: 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;
}

#big caption {font-weight: bold;font-size: 18px;}

/* nice squares for the #big table */
#big th
{
background-image: url(images/prairie-tapestry/cdate-bg-blu.gif);color: white;
  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
{
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  padding-left: 0;
}

#big li
{
  list-style-image: none;list-style-type: square;font-size: 11px;line-height: 1.1em;
  padding: 0px;
  margin: 0px;
}
#big li a, #big li a:link, #big li a:active, #big li a:visited {font-weight: normal!important;}

/* background colours for #big */
#big td
{
  background-color: silver;
  background-color: #EBE0B0;
}

#big .calendar-day
{
  background-color: /*#80ff80;*/#EBE0B0;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #C69048;/*198,144,72*/
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

/* Styles for the small event calendars */
#calendar-m4102, #calendar-m4103, #calendar-m4104 {border: solid black 1px;}
#calendar-m4102 caption, #calendar-m4103 caption,  #calendar-m4104 caption {background-image: url(images/prairie-tapestry/cdate-bg-blu.gif);color: white;}
/* End of 'Calendar CSS example' */

