/* Start of CMSMS style sheet 'Hoop Gastenboek' */
/*
 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.
*/
div.cms-guestbook-div-back table
{
margin-bottom:0px;
margin-top:0px
}

div.cms-guestbook-div-insertbutton input
{
   border: 1px solid #0f5878;
   background-color: #abbab6;
}

div.cms-guestbook-div-insertbutton input:hover
{
   border: 1px solid #336699;
   background-color: #0005c0;
   color:#FFFFFF;

}

 /* Style each entry */
div.cms-guestbook-div-entry 
{
    border: 1px solid #462c27;
    background: #83dce0;
    margin: 10px 0px;
}

/* Style the message header */
div.cms-guestbook-div-entry-header
{
    background: #462c27;
    background-image: url(uploads/images/h_menu_bar2.gif);
    color: white;
    border: none;
    margin: 0px;
    padding: 0px;
    height: 20px;
    
}


div.cms-guestbook-div-entry-header table
{
    margin:0px;
margin-top:-2px;
}


/* Style message header links */
div.cms-guestbook-div-entry-header a {
    color: white;
} 
div.cms-guestbook-div-entry-header a:hover {
    color: #9cf;
} 
		  
/* Style the postdate */
div.cms-guestbook-div-date 
{
    float:right;
}
		    
/* Style the sender name */
div.cms-guestbook-div-sender 
{
    font-weight: bold;
}
     
div.cms-guestbook-div-message
{
   padding: 5px 8px;
}

div.guestbook-details
{
   padding:5px;
   border-bottom: 1px solid #462c27;
   margin:0px;
}
div.guestbook-details table
{
  margin:0px;
}
table.cms-guestbook-smiley-table
{
   float: right;
}



/* End of 'Hoop Gastenboek' */

