/* Start of CMSMS style sheet 'Debra' */
div#main div#mainimage {width:180px; float:left; margin:0 8px 4px 0;}
div#main div#mainimage img {border: 1px solid #29007B;}
div#main div#mainimage p {font-size:.65em; margin:0px 5px; color:#006E81;} 
div#main h1{font-size:1.4em; font-variant:small-caps; margin-top:0em; margin-bottom:.4em; font-family:verdana, arial, sans-serif; color:#29007B;}
div#main h2 {font-size:1em; font-weight:bold; margin-top:1em; margin-bottom:.5em; font-family:verdana, arial, sans-serif; color:#29007B;}
div#main p {font-size:.8em; margin-top:0; margin-bottom:.5em;}	
.itemhead {font-size:1.2em; font-weight:bold; margin-top:1em; margin-bottom:.5em; font-family:verdana, arial, sans-serif; color:#29007B;}
.newsdate {font-size:.9em; font-weight:lighter; font-style:italic; margin-top:1em; margin-bottom:2em; font-family:verdana, arial, sans-serif; color:#29007B;}
.newshead {font-size:1.2em; font-weight:bold; margin-top:0; margin-bottom:.5em; font-family:verdana, arial, sans-serif; color:#29007B;}
div#main li {font-size:.75em;}
div#main blockquote {width: 250px; float:right; font-size:1em; border-top: 3px dotted #29007B; border-bottom:2px dotted #29007B; margin: 10px; padding: 6px 10px; color:#006E81;}
div#main blockquote p {margin:0; font-style:italic; color:#006E81;}
div#main blockquote li {margin-left:30px;}
div#main a {text-decoration:underline; color:#006E81;}
div#main a:hover {color: #29007B; text-decoration:none;}


/* right column styles */
div#rightbar p {font-size:.75em;}
div#rightbar img {border:none; }
div#rightbar div#newslinks ul {list-style-type:none; font-size:.7em; padding-left: 10px; margin:0 6px 0 0;}
div#rightbar div#newslinks li {margin-top:.5em; margin-bottom:.5em;}
div#rightbar h3 {text-align:center; font-size:.8em; color:#29007B; margin-top:3px; margin-bottom:0px; padding-top:3px; border-top: 2px dotted #29007B;}
div#rightbar a {text-decoration:none; color:#006E81; text-decoration:underline}
div#rightbar a:hover {color: #29007B; text-decoration: none;}
/*div#rightbar span.shademe a img {height: 0; width: 0; border-width: 0;}
div#rightbar span.shademe a {background-image:url(../images/Deb-flute-left150w.png); height:242px; width:151px;}
div#rightbar span.sshademe a:hover img {height: 214px; width: 150px;} These didn't work!*/
div#rightbar li.morelink {font-style:italic;}

/* End of 'Debra' */

/* Start of CMSMS style sheet 'D Calendar' */
/* make all links red */
.calendar tr td a
{
  color: red;
}

/* 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: 5px;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid #29007B;
  color: #006E81;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid #29007B;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid #29007B;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: silver;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-details 
{
   font-size: 1.1em
}

#big .calendar-event
{
  font-size: 1em;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

.calendar-date-from
{
   font-weight: bold;
   font-size: 1.1em
}

.calendar-event
{
   font-size: 1.1em
}
.calendar-event .calendar-place
{
   font-size: 1.1em
   color: #CC6600;
}

.calendar-summary
{
   font-size: 1.01em;
}
.calendar-more
{
   font-size: 1.01em;
}
.calendar-more a
{
   font-style: italic;
}
/* End of 'D Calendar' */

