/* Start of CMSMS style sheet 'divine-main' */
H1 { font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 24px; color: #308562; font-weight: normal; padding-bottom: 10px;}
H2 { font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 16px; color: #308562; font-weight:bold;padding:0px 0px 5px 0px;}

#main { width: 1000px; background-image:url(gfx/background.gif); background-repeat:repeat-x;}	

#content { top: 120px; width: 325px; height: 400px; text-align: left; position: absolute; font-size : 12px; font-family : Verdana, Arial, Helvetica, sans-serif; color : #308562; overflow: auto; padding-left: 35px; padding-top: 0px; padding-bottom: 25px; padding-right: 15px; line-height: 18px; scrollbar-3d-light-color:#d6e6e0;
           scrollbar-arrow-color:#c9addb;
           scrollbar-base-color:#c9addb;
           scrollbar-dark-shadow-color:#d6e6e0;
           scrollbar-face-color:#d6e6e0;
           scrollbar-highlight-color:#d6e6e0;
           scrollbar-shadow-color:#d6e6e0}
	}	


p {

font-size : 12px; font-family : Verdana, Arial, Helvetica, sans-serif; color : #308562;
}

body {font-size : 12px; font-family : Verdana, Arial, Helvetica, sans-serif; color : #308562;
	margin:0px;
	}

A  {
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
	font-family : verdana,arial,helvetica,sans-serif;
	color : #308562;
}

A:hover  {
	font-size : 12px;
	text-decoration : none;
	font-weight: bold;
	font-family : verdana,arial,helvetica,sans-serif;
	color : #308562;
}

A.footerLinkCopy {
	color: #ffffff;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

A.footerLinkCopy:hover {
	color: #ffffff;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.footerCopy {
	color: #ffffff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

hr{color:#308562;}



/* End of 'divine-main' */

/* Start of CMSMS style sheet 'Calendar CSS example_trash' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
.calendar tr td a
{
  color: green;
}

/* 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;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 14px;
}
#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: 0px solid black;
}

/* nice squares for the #big table */
#big th
{
  border: 0px solid black;
  padding: 10px;
  width: 20px;
}

#big td {
  border: 0px solid black;
  vertical-align: top;
  padding: 5px;
  height: 20px;
  width: 20px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 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: #transparent;
}

#big .calendar-today
{
  font-weight: normal;
  background-color:  #transparent;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example_trash' */

