/* Start of CMSMS style sheet 'Gastenboek' */
/*
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.

Is een kopie 16/1/2007
Aanpassingen ivm nieuw module 1.1.10

*/

.cms-guestbook-div-insert {
background: #ebdba6; 
width: 500px;
border: 1px solid #069;
margin-bottom: 1em;
padding-top: 1em;
}


/* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
height: 20px;
background: #ffffff;
font-style: italic;

}
.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;
}

/* Style the message header */
.cms-guestbook-entry-header
{

	color: white;
	border: 1px solid black;
	margin: 1px;
background: #993300;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #ebdba6;
	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;
display: none;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

.cms-guestbook-intro-text 
{
	background: #ebdba6;
	padding: .5em;
	border: 8px groove #993300;
	color: black;
}
.cms-guestbook-showform-button form input
{
        border: 4px groove #993300;
}

#guestbookmodulesubmit
{
       color: #993300;
       background: #ebdba6;
       height: 10mm;
       font-weight: bold;
       font-size: large;
}

/* End of 'Gastenboek' */

