/* Start of CMSMS style sheet 'WCYS calendar styles' */
/*
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
{
  color: #2464ce !important;
  text-decoration:none;
}
.calendar tr td {
	text-align:center;
	vertical-align:middle;
}
/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold !important;
}
.calendar a {
  text-decoration:none;
}


/* 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='big') **/
/* border on for #small */
#small{
  margin: 0px;
  border-collapse:collapse;
  border:none !important;
  width:200px;
  margin-bottom:0.5em;
}

#small caption {
	width:200px;
	text-align:center;
	padding:5px 0 5px 0;
	background-color:#e9f2f9;
	font-weight:bold;
	color:#2464ce;
}

/* nice squares for the #small table */
#small th
{
  border:none;
  padding:4px 2px 4px 2px;
  width:auto;
}

#small td {
  border:none;
  vertical-align: top;
  padding:4px 2px 4px 2px;
  height:auto;
  width:auto;
  position:relative;
}

/* format summaries nicely in #small */
#small ul
{
  margin: 0px;
  padding: 0px;
  position:absolute;
  background-color:#FFF;
  padding:6px;
  text-align:left;
  width:180px;
  border:1px solid #ccc;
  font-weight:normal !important;
  z-index:999;
  margin-bottom:0.25em
}

#small li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#small li h3 {
	font-size:100%;
	margin:0.25em 0 0 0;
}

/* background colours for #small */
#small td
{
}

#small .calendar-day
{
  background-color: #e9f2f9;
}

#small .calendar-today
{
  font-weight: normal;
  background-color: #e9f2f9;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

/* End of 'WCYS calendar styles' */

