/* Start of CMSMS style sheet 'Guestbook (foglio di stile predefinito/di esempio)' */
/*
 Foglio di stile predefinito/di esempio peril modulo CMSMS Guestbook.
Questo potrebbe essere sovrascritto quando il modulo viene aggiornato e viene eliminato quando il modulo viene disinstallato, quindi fate una copia se volete modificarlo.
*/

 /* 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
{
	background: #fff;
	border: 0;
	margin-bottom: 2.5em;
	margin-top: 2.5em;
	width: 100%;
	border: 1px dotted #ccc;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	color: #006699;
	margin: 1px;
	padding-left: 2px;
	font-family: "Arial Rounded MT Bold", Verdana;
	font-weight: normal;
}
.cms-guestbook-entry-location {
	text-transform: capitalize;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	font-size: 12px;
	color: #666;
	padding: 5px;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	padding: 2px;
}
.cms-guestbook-entry-sender
{
	border-bottom: 1px dotted #ccc;
	padding: 2px;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: #BA3D42;
} 
.cms-guestbook-entry-header a:hover {
	text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: normal;
	text-transform: uppercase;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: 10px;
	border-top: 1px dotted #ccc;
	padding: 2px;
	text-indent: 5px;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: 10px;
	margin: 2px;
	margin-bottom: 0;
	padding: 2px;
	text-indent: 5px;
	border-top: 1px dotted #ccc;
}

/* The some smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* End of 'Guestbook (foglio di stile predefinito/di esempio)' */

