/* Start of CMSMS style sheet 'OWW 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 {
width: 450px;
margin-left: 15px;

}



.cms-guestbook a{
font-size: 80%;
}

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
        font-size: 80%;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

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

/* Style the message header */
.cms-guestbook-entry-header
{
	background:#990033;
	color: white;
	border: 1px solid black;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .5em;
	color: black;
        
}

.cms-guestbook-entry-text p{
color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: 80%;
        color:white;
}

.cms-guestbook-entry-posted p{
color:white;
}

/* 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-div-insert table{
font-size: 90%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#25225B; 

}

.cms-guestbook-entry-sender{
background-image:url(uploads/images/guest.gif);
}

.cms-guestbook-entry-sender p{
color: white;
}

.cms-guestbook-div-insert table input {
width: 200px;
border: 1px solid #990033;
margin: 3px;

}


.cms-guestbook-div-insert table textarea{
width: 200px;
border: 1px solid #990033;
}

.cms-guestbook-showform-button input{
border: 1px solid #990033;
margin-bottom: 3px;
}

#message{
margin-left:3px;
}
/* End of 'OWW Guestbook' */

