/* Start of CMSMS style sheet '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 */
.input_form{
   font-weight: normal;
   text-decoration: none;
   font-family : Tahoma,Verdana,Arial;
   background-color: #f0feeb;
   border-style:     solid;
   border-width:     1px;
   border-color:     #1b831f;
   font-size:          10pt;
   height:          16px;
   width:       150px;
   color: #062b07;
   text-align: left;
   padding-left: 2px;
}
.input_form_count{
   font-weight: normal;
   text-decoration: none;
   font-family : Tahoma,Verdana,Arial;
   background-color: #f0feeb;
   border-style:     solid;
   border-width:     1px;
   border-color:     #1b831f;
   font-size:          10pt;
   height:          16px;
   width:       į0px;
   color: #062b07;
   text-align: left;
   padding-left: 2px;
}
.input_form_area{
   font-weight: normal;
   text-decoration: none;
   font-family : Tahoma,Verdana,Arial;
   background-color: #f0feeb;
   border-style:     solid;
   border-width:     1px;
   border-color:     #1b831f;
   font-size:          10pt;
   height:          200px;
   width:       400px;
   color: #062b07;
   text-align: left;
   padding-left: 2px;
}
.http{
   color: #062b07;
   font-family : Tahoma,Verdana,Arial;
   font-weight: none;
   text-decoration: none;
   font-size: 11px;
   text-align: left;
}


.lauk_pav{
   color: #062b07;
   font-family : Tahoma,Verdana,Arial;
   font-weight: none;
   text-decoration: none;
   font-size: 11px;
   text-align: left;
}

.lauk_pav_r{
   color: #062b07;
   font-family : Tahoma,Verdana,Arial;
   font-weight: bold;
   text-decoration: none;
   font-size: 11px;
   text-align: left;
}

.cms-guestbook-pagination_header {
   margin: .5em 0;
   color: #062b07;
   font-family : Tahoma,Verdana,Arial;
   font-weight: normal;
   text-decoration: none;
   font-size: 11px;
   text-align: center;

}
.cms-guestbook-pagination_nav {
   font-weight: bold;
   font-family : Tahoma,Verdana,Arial;
   text-decoration: none;
   font-size: 11px;
   margin: .5em 0;
   text-align: center;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
   font-family : Tahoma,Verdana,Arial;
   text-decoration: none;
   font-size: 11px;
   color: #062b07;
   border: 1px solid #1b831f;
   text-align: center;
   padding-left: 4px;
   padding-right: 4px;
   padding-top: 1px;
   padding-bottom: 1px;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #1b831f;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #1b831f;
	color: white;
	margin: 0px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #f0feeb;
	padding: .5em;
	color: #062b07;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
	padding-right: 2px;
}

/* 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;
	padding-left: 2px;
}

/* 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;
}

/* End of 'Guestbook' */

