/* Start of CMSMS style sheet 'smallcal' */
/* Start of CMSMS style sheet 'smallcal' */
/* Start of CMSMS style sheet 'smallcal' */
/* Start of CMSMS style sheet 'smallcal' */
/* Start of CMSMS style sheet 'smallcal' */
/* Start of CMSMS style sheet 'smallcal' */
/* Start of CMSMS style sheet 'smallcal' */
/*
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'}

*/

#small
{
font:13px/17px Verdana, Arial, Helvetica, sans-serif;
}

.calendar-list a {display:none}
/* make all links red */
.calendar td a
{
  color:#E7E6E1;
  width:auto;
  background-image:none;
  height:auto;
  display:block;
  margin:auto;
  background-color:#051B2B;
  padding:0px;
}

.calendar td a:hover {
  color:#E7E6E1;
  width:auto;
  background-image:none;
  height:auto;
  display:block;
  margin:auto;
  background-color:#1C4F75;
  padding:0px;
}

}

/* 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: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#small{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
color: #8c8694;
text-align:center;
width:75px;
}

/* nice squares for the #big table */
#small th
{
  border: 1px solid black;
  padding: 1px;
background-color: #DD002D;
color:#fff;
}

#small td {
  border: 1px solid black;
  vertical-align: top;
  background-color: #d0cec5;

}

/* format summaries nicely in #big */
#small ul
{

display:none;
}
#small ul a
{
display:none;
}
#small li
{

display:none;
  
}

/* background colours for #big */
#small td
{
  background-color: #FFF6D8;
}

#small .calendar-day
{
  background-color: #e7e6e1;
}

#small .calendar-today
{
  font-weight: bold;
  background-color: #d0cec5;
}
#small .calendar-month a { width:20px; margin-bottom:10px; text-decoration:none; padding:2px; color: #E7E6E1; background-image: none; display:inline;
}
.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'smallcal' */


/* End of 'smallcal' */


/* End of 'smallcal' */


/* End of 'smallcal' */


/* End of 'smallcal' */


/* End of 'smallcal' */

#big h1 {display:none}

#big h2 {display:inline; line-height:16px;  font-size:12pt; padding:0px; background-image:none; padding-top:20px}

#big .calendar-summary {line-height:15px; display:padding:20px; color: #799FBB; margin:20px 0; }

#big a {display:none}
/* End of 'smallcal' */

