/* Start of CMSMS style sheet 'Harmonic Visions Small Calendar CSS' */
/* 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: 2px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 80%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 70%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
.calendar{
  margin: 0px;
}

/* nice squares for the #big table */
#small th
{
  border: 1px solid black;
  padding: 1px 2px 1px 2px;
  width: 30px;
  font-size:75%;
  margin-top:8px;
}

#small td {
  border: 1px solid black;
  vertical-align: top;
  padding: 1px;
  height: 27px;
  width: 30px;
  font-size:80%;
}

/* format summaries nicely in #big */
#small ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 2px;
}

#small li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#small td
{
  background-color: ;
}

#small .calendar-day
{
  background-color: #618a6a;
  color: #FFFFF;
}

#small .calendar-today
{
  font-weight: normal;
  background-color: #FFFFFF;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Harmonic Visions Small Calendar CSS' */

