/* Start of CMSMS style sheet 'GÃ¦stebog (Standard/eksempel stylesheet)' */
/* Start of CMSMS style sheet 'GÃƒÂ¦stebog (Standard/eksempel stylesheet)' */
/*
 Standard/eksempel stylesheet til CMSMS GÃƒÂ¦stebogs modulet.
Denne kan blive overskrevet hvis modulet bliver opgraderet og det vil blive slettet nÃƒÂ¥r modulet bliver afinstalleret, sÃƒÂ¥ opret en kopi hvis du vil ÃƒÂ¦ndre den.
*/

 /* 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 #af2078;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #af2078;
	color: white;
	border: 1px solid black;
	margin: 1px;
}

/* 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: 12px;
}

/* 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: 12px;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: 12px;
	margin: 2px;
	margin-bottom: 0;
}

/* End of 'GÃƒÂ¦stebog (Standard/eksempel stylesheet)' */


/* End of 'GÃ¦stebog (Standard/eksempel stylesheet)' */

