/* Start of CMSMS style sheet 'Guestbook' */
/*////////////////////////////////////////////////////////////////////////////////////////////////////
// Default/example 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.
////////////////////////////////////////////////////////////////////////////////////////////////////*/

.cms-guestbook {
	margin-top: 20px;
}
 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: 10px 0;
	color: #666666;
	font-size: 16px;
	line-height:16px;
	height:16px:
	float:left;
	clear:left;
	width:100%;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: 10px 5px 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #dddddd;
}
.cms-guestbook-pagination_nav a {
	font-weight: normal;
	margin: 0 2px 0 2px;
	border: 1px solid #f0f0f0;
	background: #ffffff;
	padding: 5px;
	color:#333333;
}
.cms-guestbook-pagination_nav a:hover {
	text-decoration: none;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
// Style the guestbook
////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Style each entry */
.cms-guestbook-entry
{
	margin-bottom: 30px;
	background: #ffffff;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #f0f0f0;
	color: #333333;
	margin: 0;
	padding: 5px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	border: 1px solid #f0f0f0;
	background: none;
	padding: 10px;
	color: #444444;
}
.cms-guestbook-entry-text p
{
	padding: 10px 10px 10px;
	color: #666666;
	font-size: 14px;
}

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

/* Style message header links */
.cms-guestbook-entry-header a {
	color: #666666;
} 
.cms-guestbook-entry-header a:hover {
	color: #000000;
	text-decoration: none;
} 

/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: normal;
	font-size: 16px;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: 10px;
	float:left;
	width: 400px;
}
		      
/* 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: 8px;
}
/* End of 'Guestbook' */

