/* Start of CMSMS style sheet 'Calendar CSS example v1.0' */
/* Start of CMSMS style sheet 'Calendar CSS example v1.0' */

/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/

.calendar {
padding-top: 20px;
padding-bottom: 10px;
}


/* make all links red */
.calendar tr td a {
color: #900409;
text-decoration: underline;

}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#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 default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  border-collapse: collapse;
 border: 1px solid #898888;
width: 550px;

}

#cal-calendar .calendar {
border: none;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  background-color: #e1e1d5;
  padding: 3px;

}

#cal-calendar tr td {
font-size:11px;
list-style-image:none;
list-style-position:inside;
list-style-type:disc;
padding-bottom:0;
border: 1px solid #898888;
padding: 1px;
text-align: left;
}


#cal-calendar tbody {
width: 240px;
height: 150px;
}


/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: #ebebe3;
 border: 1px solid #898888;
  vertical-align: top;
  padding: 1px;
  height:75px;
width: 110px;

}

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

#cal-calendar .calendar-today
{
  font-weight: normal;
background-color: #cecec3;
}

#cal-calendar .calendar-month {
background-color: #ebebe3;
color: #900409;
padding: 5px;
font-weight: bold;
border: 1px solid #898888;
  

}

#cal-calendar .calendar-prev a {
color: #900409;
}

#cal-calendar .calendar-next a {
color: #900409;
}
.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  list-style-type: none;
}


.calendar-returnlink {
color: red;

}

.calendar-details p {
padding-bottom: 15px;
}

.calendar-details p {
padding-bottom: 15px;
}

.calendar-list .calendar-prev {


}

.calendar-list .calendar-next {

}

.calendar-event{
margin-top: 5px;
}



/* format summaries nicely in #cal-calendar */


#cal-calendar ul
{
margin-left:0;
padding-left:9px;
text-indent:-9px;

}

#cal-calendar li {
  font-size:9px;
list-style-image:none;
list-style-position:inside;
list-style-type:disc;
padding-bottom:0;


}

#cal-calendar li a {
text-decoration: none;
}


/* End of 'Calendar CSS example v1.0' */




@charset "UTF-8";
/* CSS Document */


/* End of 'Calendar CSS example v1.0' */

