/*-------------------------------VALIDATION-----------------------------------*/
span.error, span.success {
	display:inline-block;
	font-weight: normal;
	padding-left:26px;
	padding-right:20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
span.error {
	color:#a10101;
	background-color: #FFF7C0;
	border-top-color: #F7D229;
	border-bottom-color: #F7D229;
	border-top-style: solid;
	border-bottom-style: solid;
	background-image: url(../images/icon-error.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
span.success {
	color:#000;
	background-color: #C6ECFF;
	border-top-color: #39F;
	border-bottom-color: #39F;
	border-top-style: solid;
	border-bottom-style: solid;
	background-image: url(../images/icon-success.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
/*-------------------------------[end]VALIDATION-----------------------------------*/

/*-------------------------------RESERVATIONS-----------------------------------*/
#reservations {
	font-size:.75em;
	line-height:1.12em;
	text-align:left;
	background-color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9E7147;
}
/*-------------------------------[end]RESERVATIONS-----------------------------------*/

/*-------------------------------NEWSLETTER-----------------------------------*/
#newsletter {
	font-size:100%;
	line-height:1.12em;
	text-align:left;
	background-color: #F7F5F2;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3E3833;
}
#newsletter .text {
	font-size:0.75em;
}
#newslletter .spacer {
	border:0px;	
}
/*-------------------------------[end]NEWSLETTER-----------------------------------*/

/*-------------------------------ACTIVITIES-----------------------------------*/
#latest-news .box, #upcoming-event .box, #helpful-link .box, #special-deal .box, #guestbook .box  {
	overflow: hidden;
	padding-bottom: 20px;
	margin-top: 10px;
	line-height:normal;
}
#latest-news .title, #upcoming-event .title, #helpful-link .title, #special-deal .title {
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
#latest-news .date, #upcoming-event .date, #helpful-link .date, #special-deal .date, #guestbook .date {
	color: #666;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
#latest-news .body, #upcoming-event .body, #helpful-link .body, #special-deal .body, #guestbook .body {
	padding-top: 7px;
	padding-bottom: 0px;
}
#latest-news .link, #upcoming-event .link, #helpful-link .link, #special-deal .link {
	font-weight: bold;
}
#latest-news .image, #upcoming-event .image, #helpful-link .image, #special-deal .image {
	margin-left: auto;
    margin-right: auto;
}
/*-------------------------------GUESTBOOK-----------------------------------*/
#guestbook .name {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	text-transform: capitalize;
}
/*-------------------------------[end]GUESTBOOK-----------------------------------*/
.antispamHidden{
	position:absolute;
	left:-9999px;
}
/*--*/
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #F90;
	text-decoration: none; /* no underline */
	color: #FFF;
	background-color: #F90;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #AAAADD;
	color: #000;
	background-color: #FFF;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #F90;	
	font-weight: bold;
	background-color: #FFCF88;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #CCC;
}
