/* Start of CMSMS style sheet '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'}

*/



/* make all links red */
.calendar tr td a
{
  color: red;
}

/* 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;
}

/* 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;
}

div#UpcomingList .calendar-event
{ border-top: solid 1px #bbbbdd; margin: 8px 14px 0px 14px;
}

div#UpcomingList h3
{
/*   line-height: 2em;*/ color: #ffffaa;  border: 0px solid #000000; margin: 0px;
/*   background: #fff; */ padding: 4px 14px; font-size: 1.5em;
}

div#UpcomingList h4
{ margin: 2px 0px; font-size: 1.1em;  color: #ff8888;
}

div#UpcomingList a, #UpcomingList a:visited
{  text-decoration: none; font-size: 0.8em; color: #cccccc;
}

div#UpcomingList .calendar-summary
{  color: #ffffff; margin-bottom: 4px;
}

div#UpcomingList .calendar-summary-title
{  display: none;
}

div#UpcomingList .calendar-date-from
{  color: #ccccff; font-size: 75%;  font-weight: bold;
}

.UpcomingListDate
{  font-weight: bold; background-color: #352c25; color: #FFFFFF; width: 160px; padding: 1px 4px;
    margin-top: 5px; font-size: 0.85em;
}

.UpcomingListTime
{  font-size: 0.8em; background-color: #c6eea7; float: left; padding: 0px 3px; margin-right: 10px;
    font-weight: bold; color: #555555;
}

.UpcomingListTimeAlt
{  font-size: 0.8em; background-color: #b6de87; float: left; padding: 0px 3px; margin-right: 10px;
    font-weight: bold; color: #555555;
}

.UpcomingListRow
{  line-height: 1.5em; margin-left: 10px;
}

.UpcomingListRowAlt
{  background-color: #D5E5D5; line-height: 1.5em; margin-left: 10px;
}

#Calendar
{  /*clear: left; */ width: 220px; border: solid 1px #352c25; background-color: #E5F0E5;
}

.calendar-date-from
{ margin-top: 4px; font-size: 1.10em; color: #005500;
}

.calendar-summary, .calendar-details
{  margin-top: 6px;
}

.calendar-date-title, .calendar-details-title, .calendar-summary-title
{  font-weight: bold;
}

.calendar-returnlink
{  margin: 20px 10px; border: solid 1px #3333ff; padding: 6px; background-color: #e2e2ff; width: 44px;
}

/* End of 'Calendar' */

