/* Start of CMSMS style sheet 'PK_CAL2007' */
/*
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: red;
}

/* 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: 3px;
}

/* 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: 0px solid #CCCCCC;
  font-size:11px;
margin-left:5px;
}

/* nice squares for the #small table */
#small th
{
  border: 0px solid #CCCCCC;
  padding: 3px;
  width: 15px;
}

#small td {
  border: 0px solid #CCCCCC;
  vertical-align: top;
  padding: 3px;
  height: 15px;
  width: 15px;
}

/* format summaries nicely in #small */
#small ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#small li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #small */
#small td
{
  background-color: #FFFFFF;
}

#small td ul, #small td ul li a
{
 display:none;
}

#small .calendar-day
{
  background-color: #0000FF;
}

#small .calendar-today
{
  font-weight: normal;
  background-color: #b23c37;
}

#small a
{
   color: #b23c37;
}

#small .calendar-today a
{
  color:#FFFFFF;
}

.calendar-summary
{

}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title,
.calendar-prev,
.calendar-next,
.calendar-returnlink
/*,.calendar-date-from*/
{
  display: none;
}

.calHeader
{
 display:block;
 margin-top:15px;
 margin-bottom:3px;
 font-weight:bold;
}

#small .calendar-prev,
#small .calendar-next
{
 display:inline;
}
/* End of 'PK_CAL2007' */

