/* 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 #EE9D90;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #EE9D90;
	color: #4B4B4B;
	border: 1px solid #EE9D90;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #F8D8D3;
	padding: .5em;
	color: #4B4B4B;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
             font-weight:bold;
             color:#3A3A3A;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: #3A3A3A;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
             color:#3A3A3A;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
color:#B8C7CB;
	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 'bMenu default stylesheet' */
/*bMenu settings
menuOrientation:vertical
submenu_horizontal:right
submenu_vertical:down
appearString:show()
disappearString:hide()
hideDelay:500
highlight_parents:1
stylesheet_selector:42
main_indicator:#primary-nav
sub_indicator:#primary-nav ul
class_default:
class_default_tag:a
class_active:.hover
class_active_tag:a
class_current:.currentpage
class_current_tag:a
class_haschildren:.menuparent
class_haschildren_tag:a
class_isparent:.activeparent
class_isparent_tag:a
defaultmain_border_size:1px
defaultmain_border_type:solid
defaultmain_border_color:#777
defaultmain_background_color:#000
defaultmain_background_image_url:
defaultmain_background_image_offset_x:left
defaultmain_background_image_offset_y:center
defaultmain_background_image_repeat:no-repeat
defaultmain_font_size:12px
defaultmain_font_color:#fff
defaultmain_font_family:
defaultmain_font_weight:normal
defaultmain_font_decoration:none
defaultmain_text_alignment:center
defaultmain_width:150px
defaultmain_height:25px
defaultmain_padding:3px
defaultmain_distance:-1px
defaultmain_submenu_distance:-1px
end bMenu settings*/
#primary-nav {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	z-index:10001;
}
#primary-nav ul {
	display:none;
	position:absolute;
	margin:0;
	padding:0;
	width:150px;
		top:-1px;
			left:148px;
	}

#primary-nav ul ul{
		left:148px;
	}

#primary-nav li{
	display:block;
	position:relative;
	width:142px;
	height:17px;
	padding:3px;
	margin-bottom:-1px;
	border:1px solid #777;
	background-color:#000;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#primary-nav li a{
	background-color:inherit;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#primary-nav li.hover{
	display:block;
	position:relative;
	width:142px;
	height:17px;
	padding:3px;
	margin-bottom:-1px;
	border:1px solid #777;
	background-color:#000;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#primary-nav li.hover a.hover{
	background-color:inherit;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#primary-nav li.currentpage{
	display:block;
	position:relative;
	width:142px;
	height:17px;
	padding:3px;
	margin-bottom:-1px;
	border:1px solid #777;
	background-color:#000;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#primary-nav li.currentpage a.currentpage{
	background-color:inherit;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#primary-nav li.activeparent{
	display:block;
	position:relative;
	width:142px;
	height:17px;
	padding:3px;
	margin-bottom:-1px;
	border:1px solid #777;
	background-color:#000;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#primary-nav li.activeparent a.activeparent{
	background-color:inherit;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#primary-nav li.menuparent{
	display:block;
	position:relative;
	width:142px;
	height:17px;
	padding:3px;
	margin-bottom:-1px;
	border:1px solid #777;
	background-color:#000;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#primary-nav li.menuparent a.menuparent{
	background-color:inherit;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#primary-nav ul li{
	display:block;
	position:relative;
	width:142px;
	height:17px;
	padding:3px;
	margin-bottom:-1px;
	border:1px solid #777;
	background-color:#000;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#primary-nav ul li a{
	background-color:inherit;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#primary-nav ul li.hover{
	display:block;
	position:relative;
	width:142px;
	height:17px;
	padding:3px;
	margin-bottom:-1px;
	border:1px solid #777;
	background-color:#000;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#primary-nav ul li.hover a.hover{
	background-color:inherit;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#primary-nav ul li.currentpage{
	display:block;
	position:relative;
	width:142px;
	height:17px;
	padding:3px;
	margin-bottom:-1px;
	border:1px solid #777;
	background-color:#000;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#primary-nav ul li.currentpage a.currentpage{
	background-color:inherit;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#primary-nav ul li.activeparent{
	display:block;
	position:relative;
	width:142px;
	height:17px;
	padding:3px;
	margin-bottom:-1px;
	border:1px solid #777;
	background-color:#000;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#primary-nav ul li.activeparent a.activeparent{
	background-color:inherit;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-family:;
}
#primary-nav ul li.menuparent{
	display:block;
	position:relative;
	width:142px;
	height:17px;
	padding:3px;
	margin-bottom:-1px;
	border:1px solid #777;
	background-color:#000;
		background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
#primary-nav ul li.menuparent a.menuparent{
	background-color:inherit;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-family:;
}

/* End of 'bMenu default stylesheet' */

/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
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: 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;
}

/* 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 table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  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-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

