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

*/



/* link colors */
.calendar tr td a
{
  color: white;
}


.calendar tr td a:hover
{
  color: #00828C;
}

/* 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: white;
  font-size: 12px;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 12px;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse: collapse;
  margin-top: 4px;
}

/* name of the month */
#big .month
{
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid #603813;
  padding: 3px;
  width: 55px;
  background-color: #00A89C;
}

#big td {
  border: 1px solid #603813;
  vertical-align: top;
  padding: 0;
  height: 55px;
  width: 55px;
  color: #603813;
}

/*styling of day number */
#big .day, #big .daye {
	background-color: #603813;
	color: #FFFFFF;
	width: 15px;
	padding: 1px;
	text-align: center;
	}
	


/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  margin-top: 2px;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  
}

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

/* background colours for #big */
#big td
{
  background-color: #88BD42;
}

#big .calendar-day
{
  background-color: #white;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #00A89C;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

/* Event Detail Styles */

.calendar-list {
	border: none;
	}

.calendar-prev, .calendar-next {
	font-size: 11px;
	}
		
.calendar-event h2 {
	margin: 0;
	margin-top: 10px;
	}

.calendar-event .calendar-date-from {
	color: #00828C;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 15px;
	}

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

.calendar-returnlink {
	font-size: 11px;
	font-style: italic;
	}

.calendar-img {
	width: 225px;
	height: 321px;
	position: absolute;
	top: 229px;
	left: 201px;
	}

/* End of 'Calendar' */

