/* 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.
*/

 /* Style pagination */

.cms-guestbook-div-insert {
	color: #aaaaaa;
}
.cms-guestbook-pagination_header {
	color: #888888;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	color: #444444;
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
	color: #ffdd00;
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */

.cms-guestbook
{
color: #ffdd00;
}
.cms-guestbook-entry
{
	color: #444444;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{

	border: 0px solid white;
	margin-top: 1em;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #444444;
	padding: .5em;
	color: #555555;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	color: #ffdd00;
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: #ffdd00;
} 
.cms-guestbook-entry-header a:hover {
	color: #ffdd00;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	color: #ffdd00;
    font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	color: #444444;
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* The some smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* End of 'Guestbook' */

