/* Start of CMSMS style sheet 'ddh calendar top left' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/


.calendar tr td a
{
  color: #806942;
  display:block;
}

/* 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: 1%;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
 
}
#sidebar .cal-upcominglist h2
{
  color: #8D9686;
  margin: 1em 0 0.3em 1em;
}
#sidebar .cal-upcominglist a, #sidebar .cal-upcominglist a:active, #sidebar .cal-upcominglist a:visited, .calendar td a, .calendar td a:active, .calendar td a:visited
{
  color: #385C72;
}

#sidebar .cal-upcominglist a:hover
{
  color: #AFBECD;
}

/* tidy up text sizes for sidebar lists */
#sidebar .cal-upcominglist * {
  font-size: 0.9em;
  font-family: 'Century Gothic',Verdana,Arial;
  margin: 0 1em;

}
#sidebar .calendar-event {
  border-bottom: 1px dotted #8D9686;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid #8D9686;
  width: 95%;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 1px solid #8D9686;
  padding: 1px;
  width: 6px;
}

#cal-calendar td {
  border: 1px solid #8D9686;
  vertical-align: top;
  padding: 1px;
  height: 75px;
  width: 6px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0 -20px;
  padding: 0px;
  }

#cal-calendar li
{
  list-style-type: none;
  list-style-image: none;
  padding: 0px;
  margin: 0px;
}

.cal-item {
 /* background: transparent url(images/cms/arrow-right-active.gif) no-repeat 4px 0px;*/
  padding-left: 12px;
  font-size: 0.8em;
  color: #806942;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  
}


#cal-calendar .calendar-today
{
  font-weight: normal;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'ddh calendar top left' */

