/* Start of CMSMS style sheet 'Guestbook (default/example stylesheet)' */
.guestbook_error{
color: white;
padding-bottom:10px;
text-align:center;
font-size:18px;
}

.guestbook_comment_table{
width:516px;
height:171px;
color: white;
font-family : Palatino, Georgia, Arial, Helvetica, sans-serif;
background-image : url(/uploads/images/comment_bg.gif);
background-position : top left;
background-repeat : no-repeat;
margin-bottom:20px;
margin-top:10px;
}

.guestbook_comment_sender_row{
height:30px;
}

.guestbook_comment_sender{
padding-left:10px;
padding-top:5px;
}

.guestbook_comment_comment_row{
text-align:center;

}

.guestbook_comment_comment{
width:480px;
font-size:28px;
font-style:italic;
}

.guestbook_pagination{
font-size:20px;
font-weight:bold;
color: white;
font-family : Palatino, Georgia, Arial, Helvetica, sans-serif;
text-align:center;
}

.guestbook-pagination a{
color: white;
}


/*
 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: .5em 0;
color: white;
font-family : Palatino, Georgia, Arial, Helvetica, sans-serif;
}

.cms-guestbook-pagination_nav {
font-weight: bold;
margin: .5em 0;
font-family : Palatino, Georgia, Arial, Helvetica, sans-serif;

}

.cms-guestbook-pagination_nav a {
font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
border: 0px solid #990000;
margin-bottom: 1em;
font-family : Palatino, Georgia, Arial, Helvetica, sans-serif;

}

/* Style the message header */
.cms-guestbook-entry-header
{
background: #990000;
color: white;
border: 0px solid black;
	
font-family : Palatino, Georgia, Arial, Helvetica, sans-serif;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
background: #2d2d2d;
padding: .5em;
font-family : Palatino, Georgia, Arial, Helvetica, sans-serif;

}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
font-family : Palatino, Georgia, Arial, Helvetica, sans-serif;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: white;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
font-weight: bold;
font-family : Palatino, Georgia, Arial, Helvetica, sans-serif;
padding-top:15px;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
font-size: smaller;
font-family : Palatino, Georgia, Arial, Helvetica, sans-serif;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
font-size: smaller;
margin: 2px;
margin-bottom: 0;
}

.cms-guestbook-div-insert td{
	color: white;
font-family : Palatino, Georgia, Arial, Helvetica, sans-serif;
font-size : 14px;
}

/* End of 'Guestbook (default/example stylesheet)' */

