/* Start of CMSMS style sheet 'Guestbook' */
 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a, .cms-guestbook-pagination_nav span {
	margin: 0 5px;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #B4001D;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header {
	background: #B4001D url(images/bg_tablehead.png) top center no-repeat;
	color: white;
	margin: 1px;
	padding: 2px 5px;
	min-height: 30px;
}

/* Style the actual message */
.cms-guestbook-entry-text {
	background: #FFFBE3;
	padding: .5em;
}
.even .cms-guestbook-entry-text {background: #FDF3D5;}
.cms-guestbook-entry-text ul {
	padding-left: 20px;
	list-style: disc;
}
.cms-guestbook-entry-text ul br {display: none;}
.cms-guestbook-entry-text li {margin: 0;}
.cms-guestbook-entry-text li br {display: block;}
.cms-guestbook-entry-text li ul br {display: none;}
.cms-guestbook-entry-text li li br {display: block;}

/* 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 {text-decoration: underline;} 
		  
/* 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;
}

.cms-guestbook-smiley-table {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cms-guestbook-smiley-table li {display: inline;}

/* The some smileys links */
#guestbookform #gb_website {width: 160px;}
#guestbookform #remaining_chars input {width: 40px;}
/* End of 'Guestbook' */

