/* 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
{
background:#e60910;
  color: #fff;
padding: 5px;
display:block;
font-weight:bold;
text-decoration:none;
}

.calendar tr td a:hover
{
background:#000;
color:#fff;
}

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

.calendar-list h1 {margin-top:20px!important;margin-bottom:15px!important;}

.calendar-list h2 {padding:0px!important;border:0px!important;}

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

/* nice squares for the #big table */
#big th
{
border-bottom:3px solid #000;
}

#big td {
text-align:center;
  vertical-align: middle;
border:1px solid #ddd;

}

/* 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
{
}

#big .calendar-day
{
  padding: 5px;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #0000FF;
color:#fff;
}

.calendar-event {line-height: 1.5em!important;}
.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}


span.calendar-prev a, 
span.calendar-next a
{
color:#a91d10;
text-decoration:none;
}


span.calendar-prev a:hover, 
span.calendar-next a:hover
{
color:#fff;
background:#a91d10;
}

.calendar-month
{
color:#77328b;
font-size:120%;
padding-bottom:8px;
}


/* End of 'Calendar' */

