/* Start of CMSMS style sheet 'Gastenboek Hubertus' */
/*
 Standaard/voorbeeld stylesheet voor de CMSMS Gastenboek module.
Deze kan overschreven worden bij een module upgrade en wordt verwijderd als de module ge-deinstalleerd wordt; maak dus een kopie bij eventuele aanpassingen.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
        padding-top: 10px;
}
.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 #069; */
	margin-bottom: 1em;
        padding-left: 30px;
        padding-right: 30px;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #999966;
	color: white;
 	border: 2px solid transparent; 
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #f0f0cc;
	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: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* 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 'Gastenboek Hubertus' */

