/* Start of CMSMS style sheet 'Guestbook' */
/*
 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.
*/
.cms-guestbook{ padding:20px; }

 /* 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: 5px solid #808080;
padding: 5px;
}

/* Style the message header */
.cms-guestbook-entry-header {
	background: #bbbbbb;
	color: #800000;
	border: 1px solid #808080;
padding: 5px;
}

/* 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: #00396B;
} 
.cms-guestbook-entry-header a:hover {
text-decoration:underline; color:#fff; background-color:#00396B;
} 
		  
/* 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' */

