/* Start of CMSMS style sheet 'Module: cb 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.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #434343;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #313131;
	color: Silver;
	border: 1px solid black;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #434343;
	padding: .5em;
	color: Silver;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: red;
} 
.cms-guestbook-entry-header a:hover {
	color: silver;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
	padding: .5em;
}

/* 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;
	padding: .5em;
}
/* End of 'Module: cb Guestbook' */

/* Start of CMSMS style sheet 'Layout: cb Paintings' */
table.Painting {
   margin-left:auto; 
   margin-right:auto;
}

td.PicFrame_L {
   background-image:url(uploads/images/gallery/border_l.jpg); 
   background-repeat:repeat-y;
   width:20px;
}

td.PicFrame_R {
   background-image:url(uploads/images/gallery/border_r.jpg); 
   background-repeat:repeat-y;
   width:20px;
}

td.PicFrame_T {
   background-image:url(uploads/images/gallery/border_o.jpg); 
   background-repeat:repeat-x;
   height:20px;
}

td.PicFrame_B {
   background-image:url(uploads/images/gallery/border_u.jpg); 
   background-repeat:repeat-x;
   height:20px;
}

td.PicFrame_TL {
   background-image:url(uploads/images/gallery/border_lo.jpg); 
}

td.PicFrame_TR {
   background-image:url(uploads/images/gallery/border_ro.jpg); 
}

td.PicFrame_BL {
   background-image:url(uploads/images/gallery/border_lu.jpg); 
}

td.PicFrame_BR {
   background-image:url(uploads/images/gallery/border_ru.jpg); 
}
/* End of 'Layout: cb Paintings' */

