/* Start of CMSMS style sheet 'Content' */
#content h1 {
  font-size: 1.5em;
  color: #222960;
  margin-top: 10px;
}

#content h2 {
  font-size: 1.2em;
  color: #CB4C33;
}

#content p {
  line-height: 130%;
}

#content img {
  margin: 5px;
  border: 1px solid #888;
}

#content .picturelist img {
  border: none;
}

#content a {
  color: #D7472A;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content table.list {
  border-collapse: collapse;
  border: 1px solid #AAA;
}

#content table.list td, #content table.list th {
  border: 1px solid #AAA;
  padding: 0.2em 0.4em;
  vertical-align: top;
}
/* End of 'Content' */

/* Start of CMSMS style sheet 'Kniha návštěv (úvodní styl - pří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 #171E5F;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #AAAAAA;
	color: white;
	border-bottom: 1px solid black;
	margin: 1px;
           padding: 0.2em;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .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: white;
} 
.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;
}

/* End of 'Kniha návštěv (úvodní styl - příklad)' */

