/* Start of CMSMS style sheet 'cal1test' */
/* testing */

/*
Example stylesheet for Calendar module

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

{cms_module module='Calendar'}

*/



/* make all links bluish*/
.calendar tr td a
{
  color: #436792;
padding-bottom: 10px;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}
.cal-upcominglist
{
padding-top: 0px;

}
/* 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;
padding-top: 0px;
padding-bottom: 0px;
border-style: double solid;
}
#cal-upcominglist a
{
color: #fff;
}

#cal-upcominglist h2
{
display: inline;
  margin-right: 5px;
padding-top: 15px;
padding-bottom: 0px;

}
#calendar-date-from
{
padding: 0px;
margin: 0px;
padding-top: 0px;
}

.calendar-date-from
{

padding-top: 0px;

}

.calendar-summary
{
  display: none;
}

.calendar-event {
padding-top: 0px;
border-style: double solid;
padding: 6px;
margin: 0px;
}
.calendar-event h2 {
padding-top: 5px;
padding-bottom: 0px;
}

/* 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: 2em;
}
.calendar-returnlink
{
padding-top: 10px;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 5px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#cal-calendar td {
  border: 1px solid black;
  vertical-align: top;
  padding: 2px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 2px;
  padding: 3px;
  padding-left: 2px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 3px;
  margin: 0px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: white;
}

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

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: #ccc;
}
.calendar-month
{
font-size: 2em;
}
.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'cal1test' */

