/* Start of CMSMS style sheet 'Gastenboek (standaard/voorbeeld stylesheet)' */
div.cms-guestbook-div-insert input {
background: url(uploads/images/images/inputm5.gif) no-repeat;
width: 250px;
height: 25px;
padding-top: 4px;
padding-right: 20px;
padding-bottom: 4px;
padding-left: 20px;
color:#000066;
border:none;
}

div.cms-guestbook-div-insert textarea {
background: url(uploads/images/images/bericht.gif) no-repeat;
width: 402px;
height:304px;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 40px;
border:none;
}

/*
 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.
*/

.cms-guestbook {
margin:10px;
}

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: 1.5em 0 1em 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
{
        background: none;
        border-left: 6px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #dfdfdf;
	color: #555555;
        padding:5px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #fff url(uploads/images/body1.jpg);
	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: #888888;
} 
.cms-guestbook-entry-header a:hover {
	color: blue;
} 
		  
/* 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 (standaard/voorbeeld stylesheet)' */

