/* Start of CMSMS style sheet 'Gastenboek' */
/*
 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;
}
.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 #D3BA7A;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #598F7D;
	color: white;
	margin: 0px;
        padding: 2px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	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;
}

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

/* -----------------------------  Aanpassingen  --------------------------- */

.cms-guestbook {
    white-space: normal;
    font-family: verdana;
}


/* -----------------------------  CONTACTFORM STYLING  --------------------------- */

.cms-guestbook textarea {
border: 1px solid #d1ba79;
padding: 2px;
margin: 0 0 3px 10px;
width: 285px;
height: 130px;
font-family: verdana, arial;
font-size: 13px;
color: #005e39;
}

.cms-guestbook input {
border: 1px solid #d1ba79;
padding: 2px;
margin: 0 0 3px 10px;
width: 285px;
font-size: 13px;
color: #005e39;
}

.cms-guestbook-showform-button input {
border: 1px solid #d1ba79;
padding: 2px;
margin: 3px 0 3px 0;
width: 180px;
font-size: 13px;
color: #fff;
background-color: #790928;
cursor: pointer;
}

.cms-guestbook .button2 {
border: 1px solid #d1ba79;
padding: 2px;
margin: 3px 0 3px 10px;
width: 100px;
font-size: 13px;
color: #fff;
background-color: #790928;
cursor: pointer;
}

.cms-guestbook-pagination_nav {
     text-align: center;
     letter-spacing: 1px;
}

.cms-guestbook-pagination_nav a{
     margin: 8px 8px 8px 8px;
}


/* -----------------------------  EINDE CSS --------------------------- */
/* End of 'Gastenboek' */

