/* Start of CMSMS style sheet 'Module: 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'} */

.calendar {
	font-family:"Lucida Grande","Lucida Sans",Lucida,Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 1.3em 30px;
	color:black; 
}

.calendar-list {
  border:0;
}

.calendar-month {
  font-size:18px;
  line-height:30px;
  font-weight:bold;
}
/* make all links red */
.calendar tr td a
{
  font-size:11px;
  color: #c03f86;
}

/* 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 */
#big{
  margin: 0px;
  width:100%;
  border-collapse: collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
  font-size:13px;
  border: 1px solid black;
  padding: 3px;
  width: 75px;
  background-color:#d4e7b4;
}

#big td {
  font-size:11px;
  line-height:13px;
  border: 1px solid black;
  letter-spacing:-0.8px;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
   margin: 0px;
   padding: 0px;
   list-style-type: square;
   list-style-position:inside;
   list-style-image:none;
}

#big li {
  line-height:13px;
  margin-left:2px;
  padding: 0px;
  margin: 0px;
}

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

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

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

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

.calendar-event a img {
   padding-bottom:6px;
}

.calendar-details h2 {
padding-bottom:10px;
}

.calendar-upcominglist h1 {
   background:none;
}

.calendar-upcominglist .calendar-event h2 {
   padding-top:0.4em;
   margin-top:0.4em;
   border-top:1px dotted #a1a1a1;
}

/*USER-DEFINED CSS */
.calendar-upcominglist {
/*   float:right;
   width:300px;
   padding-right:10px;
   padding-left:10px;
   margin-left:10px;
   background-color:#e4d1c7;
   border-top: 1px solid #008bff;
   border-bottom: 1px solid #008bff;*/
}

.calendar-date-from p {
   font-size:1.2em;
   font-weight:bold;
}

.orchestra {
background:#bbd4e8;
border-top: 1px solid #a1a1a1;
border-bottom: 1px solid #a1a1a1;
}

.chamber {
background:#d4e7b4;
border-top: 1px solid #008bff;
border-bottom: 1px solid #008bff;
}

.specialEvents {
background:#e4d1c7;
border-top: 1px solid #008bff;
border-bottom: 1px solid #008bff;
}

.orchestra, .chamber, .specialEvents {
padding:10px;
}

/* End of 'Module: Calendar' */

