/* Start of CMSMS style sheet 'Guestbook (default/example stylesheet)' */
/*
 Default/example stylesheet for the CMSMS Guestbook module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #FFF7F5;
	color: #4B3126;
	margin: 2px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #FFF;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: #4B3126;
} 
.cms-guestbook-entry-header a:hover {
	text-decoration: none;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}
/* End of 'Guestbook (default/example stylesheet)' */

/* Start of CMSMS style sheet 'Calendar CSS' */
/************************************
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'}
*/



/* Calendar Links */
.calendar tr td a
{
  color: #EA0063;
}

/* 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;
}

div.calendar-event {margin: .7em 0 1.5em;}
#cal-upcominglist h2 {line-height: 1.3em;}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: #EA0063;
  font-size: 130%;
}
#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 #FFE3E2;
}

/* nice squares for the #big table */
#big th
{
  border-bottom: 2px solid #444;
  padding: 3px;
  width: 75px;
background-color: #FFE3E2;
}

#big td {
  border: 1px solid #DDD;
  vertical-align: top;
  padding: 3px;
  height: 78px;
  width: 88px;
}

/* 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: white;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #FFE3E2;
}
#big caption.calendar-month {
	margin: 0 0 .7em 0; 
	left: -.2em;
	color: #EA0063;
	font:  normal bold 1.3em/100% Georgia, "Times New Roman", Times, serifserif;
	}
#big caption.calendar-month span a {
color: #000;
text-decoration: none;

}

.calendar-date-from {font-weight: bold;}
.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}


/* End of 'Calendar CSS' */

/* Start of CMSMS style sheet 'FAQs' */
/*********************************************
Frequently Asked Question / Glossary Module Styles */

div.term {margin-bottom: .5em;}
div.term_selected a {font-weight: bold; color: #4B3126; text-decoration: none;}

div.definition_selected {margin: 0 0 1.2em 1em;}
/* End of 'FAQs' */

