/* Start of CMSMS style sheet 'Guestbook (default/example stylesheet)' */
/*
 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.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: 1.5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: 1.5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: bold;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
        font-family: Verdana, Arial, sans-serif;
	border: 1px solid #000;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #003399;
        font-size: 14px;
	color: #CCCCFF;
	border: 1px solid black;
	margin: 1px;
        padding: 0.5em;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
        font-family: Verdana, Arial, sans-serif;
	background: #FFF;
	padding: 2em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
        float: right;
        font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: #000066;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
             font-family: Verdana, Arial, sans-serif;
             font-weight: bold;
	font-size: 14px;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	color: #CCCCFF;
	font-size: 11px;
	margin: 2px;
	margin-bottom: 0;
}

.cms-guestbook-entry-email a {
	color: #CCCCFF;
	font-size: 11px;
	margin: 2px;
	margin-bottom: 0;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	color: #CCCCFF;
        font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 2px;
	margin-bottom: 0;
}

.cms-guestbook-entry-homepage a
{
	color: #CCCCFF;
        font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 2px;
	margin-bottom: 0;
}

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

/* Style buttons*/
input.cms-guestbook-input-add
{
        background: #CCC;
	margin-left: 20px;
}

input.cms-guestbook-input-send 
{
background-color: #CCCCCC; 
font-family: Verdana, Arial, sans-serif; 
color: #000066; 
padding:2px; 
padding-left:20px; 
background: #CCCCCC url('uploads/icons/gion/edit.png') no-repeat;
text-align:left;
border: 1px solid #006;
}

input.cms-guestbook-input-cancel
{
background-color: #CCCCCC; 
font-family: Verdana, Arial, sans-serif; 
color: #000066; 
padding:2px; 
padding-left:20px; 
background: #CCCCCC url('uploads/icons/gion/gtk-close.png') no-repeat;
text-align:left;
border: 1px solid #006;
}
/* End of 'Guestbook (default/example stylesheet)' */

