/* Start of CMSMS style sheet 'Astur: Guestbook' */
/* Style pagination */

.cms-guestbook { margin: 0 0 0 15px; }

.cms-guestbook-showform-button { float: left; padding-top: 5px; }

.cms-guestbook-pagination { overflow:auto; vertical-align: bottom; }
.cms-guestbook-pagination_header { margin: 3px 0; text-align: center; }
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: 3px 0;
        float: right;
        padding-right: 7px;
}
.cms-guestbook-pagination_nav a { font-weight: normal; }

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
        clear: both;	
        border: 1px solid #C6C9BA;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #9B573B;
	color: white;
	border: 1px solid #7F2B08;
	margin: 1px;
        padding-left: 3px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	padding: .5em;
        padding-right: 35px;
	color: black;
	background: #eee url(uploads/Outdoors/quote_grey.jpg) no-repeat 775px 5px; 
}

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

/* 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: smaller; }
		      
/* 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: .5em; }

.cms-guestbook-smiley-table { text-align: center; margin: 0 auto; }
.cms-guestbook-div-insert { border: 1px solid #e5e5e5; background: #eee; width: 600px; margin: 0 auto; }

.botonera_guestbook { margin-top: 5px; margin-bottom: 5px;}
.guestbook_required { color: #f00; }

img { border: 0; }
/* End of 'Astur: Guestbook' */

