/* Start of CMSMS style sheet 'Calendar CSS example' */
 h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: small;
}

#rigCol h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}

a
{
  color: #ffcc00;
}
.calendar th
{
	font-size: x-small;  
color: #003366;
}

.calendar tr td a
{
  color: #ffcc00;
}

.calendar tr td 
{
font-size: xx-small;
  color: #003366;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
    background-color: #ffcc00;
}

/* 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;

}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: #ffcc00;
  font-size: 100%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 100%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid #003366;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid #003366;
  width: 20px;
}

#big td {
  border: 1px solid #003366;
  vertical-align: top;
  height: 20px;
  width: 20px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;

}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: #ffffff;
}

#big .calendar-day
{
  background-color: #003366;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #ffcc00;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

#big tr
{
  background-color: #ffffff;
}

h5 {
	color: #FFFFFF;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: normal;
}
/* End of 'Calendar CSS example' */

