/* Start of CMSMS style sheet 'LGCAA2008 : Calendar' */
/*LGCAA Calendar Styling*/
/* Colour Links */
.calendar tr td a
{
color: #a9a9a9;
text-decoration: none; 
}

/* 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{
  width: 708px;
  margin: 20px;
  border-collapse: collapse;
  border: 1px solid #336633;
}
#cal-calendar .calendar-month
{
  margin-bottom: 1em;
  color: #c0c0c0;
  font-size: 1.5em;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 1px solid #336633;
  padding: 3px;
  width: 100px;
  color: #808000;
  text-align: center;
}

#cal-calendar td {
  border: 1px dotted #336633;
  vertical-align: top;
  padding: 2px;
  height: 100px;
  width: 100px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  /*text-align: left;
  padding-left: -30px;*/
}

#cal-calendar li
{
list-style-type: none;
position: absolute;
}

#cal-calendar li a
{
font-size: 0.8em;
color: #336633;
display: block;
  margin-left: -30px;
margin-top: 4px;
padding: 2px 2px 2px 2px;
border: 1px solid #000;
width: 80px;
background-color: #ffe9af;
text-align: center;

}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: #144414;
}

#cal-calendar .calendar-day
{
  background-color: #144414;
}

#cal-calendar .calendar-today
{
  font-weight: bold;
  color: red;
  background-color: #ffe9af;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}


/* End of 'LGCAA2008 : Calendar' */

