/* Start of CMSMS style sheet 'Calendar CSS example v1.0' */
caption.calendar-month {font-size: 140%; font-family: "Trebuchet MS", Tahoma, verdana, arial, sans-serif; padding-bottom: 10px;}
span.calendar-prev, span.calendar-next {text-decoration: none; border: none; font-size: 64%; padding-bottom: 6px;}



/* make all links red */
.calendar tr td a
{
font-size: 84%;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

div.calendar-event a {  
  font-weight: bold;
}
div.cal-upcominglist div.calendar-date-from {
  color:#666;
  font-family:verdana,helvetica,arial,sans-serif;
}

div.calendar-date-from {font-weight: normal; padding-bottom: 8px;}

div.calendar-event h2 {font-size: 1.2em;}
div.calendar-event {margin-bottom: 0.8em;}


#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 default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar {
  margin: 2px;
  border-collapse: collapse;
  border: 1px solid #999;
  line-height: 94%;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th {
  border: 1px solid #999;
  padding: 3px;
  width: 100px;
}

#cal-calendar td {
  border: 1px solid #999;
  vertical-align: top;
  padding: 3px;
  height: 100px;
  width: 100px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul {
  margin: 0px !important;
  padding: 0px !important;
  padding-left: 5px !important;
}

#cal-calendar li {
  list-style-type: none;
  padding: 0px !important;
  margin: 0px !important;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: #fff;
}

#cal-calendar .calendar-day
{
  background-color: #80ff80;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: #E4FCC5;
}

div.calendar-returnlink {font-weight: normal; font-size: 80%;}
.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example v1.0' */

