/* Start of CMSMS style sheet 'Guestbook (default/example stylesheet)' */
 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: 1em 1em 1em 1em;
font-family: Arial, Verdana;
	font-size: 1em;
	text-align:left;
	font-weight: bold;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
font-family: Arial, Verdana;
	font-size: 1em;
	margin: 1em 1em 1em 1em;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
font-family: Arial, Verdana;
	font-size: 1em;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px;
border-style:solid;
border-color:#666666;
	margin: 1em 1em 3em 1em;
padding: 0.5em 0.5em 0.5em 0.5em;
background:white;

}

/* Style the message header */
.cms-guestbook-entry-header
{
	font-family: Arial, Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-align:left;
}


/* Style the actual message */
.cms-guestbook-entry-text 
{
	
	padding: 0.2em 0em 0em 0em;
	color:#666666;
font-style: italic;
font-family: Arial, Verdana;
	font-size: 0.8em;
	text-align:left;

}

.cms-guestbook-div-insert {
	
	padding: 0.2em 0em 0em 0em;
	color: black;
font-family: Arial, Verdana;
	font-size: 0.8em;
	text-align:left;

}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	font-size: 0.5em;
font-family: Arial, Verdana;	
	color: #000000;
margin-bottom: 01em;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: black;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
background: white;
	padding: 0em;
	color: black;
font-family: Arial, Verdana;
text-decoration:none;
	font-size: 1em;
	text-align:left;
	font-weight: 600;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: 0.6em;
color:white;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
color:#000000;	
font-size: 0.6em;
	margin: 1em;
	margin-bottom: 1em;
}

/* The some smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* End of 'Guestbook (default/example stylesheet)' */

