/* Start of CMSMS style sheet 'Zaax: Księga gości' */
/*
 Domyślny arkusz styl&oacute;w dla modułu CMSMS Księga Gości.
Moze zostać zmieniony po zainstalowaniu modułu, zostanie usunięty w momencie odinstalowania modułu, jeśli zamierzasz go zmienić zr&oacute;b kopię zapasową.
*/

 /* 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 #069; */
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #1F4363;
	color: #8E9CA9;
/*	border: 1px solid #8E9CA9;
	margin: 1px; */
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #C6C6C6;
	padding: 12px;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
              color: #082D4C;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 

.cms-guestbook-entry-sender {
              padding: 5px;
}
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
              font-size: 14px;
}

/* 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;
}
/* End of 'Zaax: Księga gości' */

