/* Start of CMSMS style sheet 'CSS - DeLaarstukken - Kalender' */
/*
 Standaard/voorbeeld stylesheet voor de CMSMS &#039;Guestbook-module&#039;.
Deze kan overschreven worden bij een module upgrade en wordt verwijderd als de module gede&iuml;nstalleerd wordt; maak dus een kopie bij eventuele aanpassingen.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
float: right;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
float: left;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #c1c0b6;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: url("images/bg_agenda.png");
	color: white;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .5em;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
margin-right: 5px;
}

/* 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;
margin-left: 5px;
}

/* 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;
}

/* The some smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

.cms-guestbook-showform-button {
margin-bottom: 16px;
}

.cms-guestbook-div-insert {
margin-bottom: 16px;
}
/* End of 'CSS - DeLaarstukken - Kalender' */

