/* Start of CMSMS style sheet 'Kniha návštěv' */
 /* 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 #4E2A14;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #4E2A14;
	color: white;
	margin: 0px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	padding: .5em;
	color: #424242;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
        padding-right: 5px
}

/* Style message header links */
#odstavec .cms-guestbook-entry-header a
{
        text-decoration: underline;
        color: #fff;
} 

#odstavec .cms-guestbook-entry-header a:hover
{
        color: white;
	text-decoration: none;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
        padding-left: 5px
}

/* 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-left: 5px;
}

/* Style the smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* Style the entry form */
.cms-guestbook-div-insert label
{
        display: inline-block;
	width: 12em;
        line-height: 28px
}

/* Style the entry form fieldset */
.cms-guestbook-div-insert fieldset {
       border: none;
}

.cms-guestbook .cms_form .cms_textfield, .cms-guestbook .cms_form .cms_textarea, #counter {
     font-family: Trebuchet MS, Verdana, Arial;
     font-size: 13px
}

.cms-guestbook .cms_form .cms_textfield, #counter
{
     border: 1px solid #4E2A14;
     height: 20px;
}

.cms-guestbook .cms_form .cms_textarea {
    border: 1px solid #4E2A14;
}

.cms-guestbook .cms_submit {
    background: #4E2A14; color: white; border: 1px solid #4E2A14; padding: 2px
}

.cms-guestbook .cms_submit:hover {
    background: #EED793; color: #4E2A14; border: 1px solid #4E2A14; padding: 2px
}
/* End of 'Kniha návštěv' */

