/* Start of CMSMS style sheet 'chnulleri_stammtisch' */
/*
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.
*/

 /* Style pagination */
.cms-guestbook-pagination {
	border-bottom: 2px solid #000;
	margin: 1em 0 0 0;
}
 
.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 the insert form */
.cms-guestbook-div-insert
{
	border-bottom: 2px solid #000000;
	margin-bottom: 0.5em;
}

/******************************************************************************/
/* Style each entry */
.cms-guestbook-entry
{
	border-bottom: 2px solid #000000;
	margin-bottom: 0.5em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: inherit;
	color: #000000;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	color: #000000;
	background: inherit;
	font-weight: bold;
	padding: 0.5em 0 0 0;
	margin: 0;
}

/* 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: #000000;
} 
.cms-guestbook-entry-header a:hover {
	color: #000000;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: normal;
}

/* 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 'chnulleri_stammtisch' */

