/* Start of CMSMS style sheet 'Diskuze (iacute;klad)' */
/*
 V&yacute;choz&iacute; kask&aacute;dov&yacute; styl pro CMSMS modul Guestbook. Může b&yacute;t přeps&aacute;n v př&iacute;padě upgrade mudulu a bude vymaz&aacute;n při odinstalov&aacute;n&iacute; modulu, proto si pros&iacute;m vždy vytvořte kopii, pokud jej chcete modifikovat.
*/

 /* 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 #A5C638;
	margin-bottom: 1em;
}

/* Style the message header */
/*.cms-guestbook-entry-header
{
	background: ;
	color: white;
	border: 1px solid black;
	margin: 1px;
}*/

.cms-guestbook-entry-header {
background-color:#9abc29;
border:none;
color:#ECFEAE;
margin:1px;
padding:5px 7px;


}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: none;
	padding: 0.2em 0.5em;
	color: black;
}

/* 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:#ECFEAE;
} 


.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-showform-button input
{
background:#BFDF55 none repeat scroll 0 0;
border:1px solid #A5C638;
color:#324001;
height:22px;
margin:10px 0;
width:auto;
padding: 0 5px;
}

.cms-guestbook-div-insert input
{
background:transparent none repeat scroll 0 0;
border:1px solid #A5C638;
color:#0D0D0D;
font-family:Arial,Helvetica,sans-serif;
height:22px;
margin-bottom:5px;
width:320px;
}

.cms-guestbook-div-insert td.znaky input
{
background:transparent none repeat scroll 0 0;
border:1px solid #A5C638;
color:#0D0D0D;
font-family:Arial,Helvetica,sans-serif;
height:22px;
margin-bottom:5px;
width:50px;
text-align: center;
}
.cms-guestbook-div-insert textarea
{
background:transparent none repeat scroll 0 0;
border:1px solid #A5C638;
color:#0D0D0D;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:115px;
overflow:auto;
width:315px;
}

.cms-guestbook-div-insert td.odeslat input
{
background:#BFDF55 none repeat scroll 0 0;
border:1px solid #A5C638;
color:#324001;
height:22px;
margin:10px 5px;
width:auto;
padding: 0 10px;
}

span.gprev a {
margin-right:5px;
}

span.gmid a {
margin-left:5px;
margin-right:5px;
}

span.gnext a {
margin-left:5px;
}

.cms-guestbook .errors
{
margin: 10px 0;
color:#BD4802;
}

/* End of 'Diskuze (iacute;klad)' */

