/* Start of CMSMS style sheet 'CN-Guestbook' */
/*
 Standard-/Beispiel-Stylesheet f&uuml;r das CMSms-G&auml;stebuch-Modul.
Es wird &uuml;berschrieben, wenn das Modul aktualisiert wird und gel&ouml;scht, wenn das Modul deinstalliert wird. Wenn Sie das Template modifiziert haben, sollten Sie sich zuvor eine Kopie anfertigen.
*/

div.cms-guestbook a {
	border: none;
	text-decoration: none;
}

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin-top:24pt;
	margin-bottom: 12pt;
	text-align:center;
}
.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;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: rgb(153,128,95);
	color: rgb(53,53,53);
	border: 1px solid black;
	margin: 1px;
	padding: 3pt;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .5em;
	color: black;
	font-size: 90%;
}

.cms-guestbook-entry-text p {
	margin-top: 6pt;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}

.cms-guestbook a {
	text-decoration: none !important;
	border-bottom: none !important; 
}
		      
/* 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;
}

span.cms-guestbook-entry-location {
	padding-left: 8pt;
}
/* End of 'CN-Guestbook' */

