/* Start of CMSMS style sheet 'Event Listing' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/



/* 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 default class and id names) */

.cal-upcominglist
{
        font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/* Hide the titles for now */
.cal-upcominglist .calendar-date-title
,.cal-upcominglist .calendar-summary-title
{
  display: none;
}

.cal-upcominglist h2
,.cal-upcominglist .calendar-date
,.cal-upcominglist .calendar-summary
{
  margin-right: 5px;
padding-bottom:5px;
}

/* tidy up text sizes for lists */
#cal-list h1, .cal-upcominglist h1
{
 font-size: 16pt;
	text-align: left;
	line-height: 1.4em;
	font-weight: bold;
	color: #ee3b33;
	padding-bottom:5px;
	text-transform:uppercase;
}
#cal-list h2, .cal-upcominglist h2
{
  font-size: 14pt;
	text-align: left;
	line-height: 1.4em;
	font-weight: bold;
	color: #044b89;
	padding-bottom:5px;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#cal-calendar td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: silver;
}

#cal-calendar .calendar-day
{
  background-color: #80ff80;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-event
{
   margin-bottom: 10px;
padding-bottom:18px;
}

.calendar-event .calendar-title
{
   font-weight: bold;
}

.calendar-event .calendar-date-from
{
   margin-bottom: 10px;
}

.calendar-event .calendar-presenter
{
   font-style: italic;
}

.calendar-event .calendar-address
{
   margin-left: 75px;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
  display: none;
}

.calendar-event .calendar-summary
{
   margin-bottom: 10px;
   font-style: italic;
}

.calendar-event .photos img
{
  border: 1px solid #000;
  margin: 5px;
  max-height: 480px;
  max-width: 480px;
}
/* End of 'Event Listing' */

