/* Start of CMSMS style sheet 'Calendar CSS right column' */
/*
Example stylesheet for Calendar module

For using this "right"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='right'}

*/



/* make all links green */
.calendar-list a
{
  color: #0562dc;
}

/* highlight "today" for the small calendar */
.calendar-date-from
{
clear:left; 
font-size: .8em;
line-height: 1em;
margin: 0 0 .5em 0;
}

.calendar-summary
{
font-size:.8em;
margin: 0 0 .2em 0;
}
.calendar-details
{
font-size:1.8em;
}
.calendar-details-title
{
font-size: 1em;
color: #0562dc;
}

.calendar-returnlink
{
font-size: 1em;
color: #0562dc;
}


/* 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='right') **/
/* border on for #right */
#right{

}

/* nice squares for the #right table */
#right th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#right td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #right */
#right ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#right li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #right */
#right td
{
  background-color: silver;
}

#right .calendar-day
{
  background-color: #80ff80;
}

#right .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;
}
#right #notices #events #calendar .calendar-event h3 {
	font-size: .9em;
}
/* End of 'Calendar CSS right column' */

