.hidden {
	position:absolute;
	left:-9999px;
	display:none;
}
/*-------------------------------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/error.png);
	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/success.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
/*-------------------------------[end]VALIDATION-----------------------------------*/
/*-------------------------------MODULES-----------------------------------*/
#module h3 {
	margin-bottom: 5px;
}
.module-box {
	background: url(../images/rounded_nt.gif) repeat;
	width: 95%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
.module-top div { background: url(../images/rounded_tl.gif) no-repeat top left; }
.module-top { background: url(../images/rounded_tr.gif) no-repeat top right; }
.module-bottom div { background: url(../images/rounded_bl.gif) no-repeat bottom left; }
.module-bottom { background: url(../images/rounded_br.gif) no-repeat bottom right; }

.module-top div, .module-top, .module-bottom div, .module-bottom {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.module-box-content {
	margin: 15px;
}
#module .photo {
	display: block;
	margin-left: auto;
    margin-right: auto;
}
#module span.added {
	font-size: 0.9em;
	float: right;
	font-style: italic;
	margin-top: 3px;
}
/*-------------------------------[end]MODULES-----------------------------------*/
/*-------------------------------NEWS-----------------------------------*/
div.newsBox {
	width: 470px;
	margin-right: 10px;
	float: left;
	background-color: #FAF3DE;
	background-image: url(../images/bg_news.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 10px;
	padding: 10px 10px;
	overflow: hidden;
	border: 1px solid #E4D19C;
}
.newsTitle {
	text-decoration: none;
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 5px;
	display: block;
	background-color: #9B0000;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	font-weight: bold;
}
.newsDate {
	text-decoration: none;
	font-size: 14px;
	float:right;
	line-height: 110%;
}
.newsBody {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1em;
}
/*-------------------------------[END]NEWS-----------------------------------*/
/*-------------------------------GUESTBOOK-----------------------------------*/
div.bubble-body {
	width: 480px;
}
div.bubble {
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 30px;
}
div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}
div.bubble blockquote p {
	margin: 10px;
	padding: 10px;
	text-transform: lowercase;
}
div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}
div.bubble span.visitor-name {
	font-weight: bold;
	text-transform: lowercase;
}
/*-------------------------------[end]GUESTBOOK-----------------------------------*/
/*-------------------------------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-----------------------------------*/
/*-------------------------------FORMS-----------------------------------*/
#forks-sidebar {
	width: 160px;
}
#forks-reservations {
	width: 520px;
	margin-bottom: 40px;
}
#forks-iframe form {
	width: 400px;
}

#forks-reservations label, #forks-sidebar label {
	display:block;
	font-weight: bold;
	margin-bottom: 2px;
}
#forks-reservations input, #forks-reservations select, #forks-reservations textarea, #forks-sidebar input {
	padding: 4px;
}
#forks-sidebar input {
	margin-bottom: 10px;
}
#forks-reservations input:focus, #forks-reservations select:focus, #forks-reservations textarea:focus, #forks-sidebar input:focus {
	border: 2px solid #900;
}
/*IFRAME only*/
#forks-iframe {
	background-color: #efebe5;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
}
#forks-iframe p {
	font-size: .9em;
}
#forks-iframe label {
	display:block;
	font-size: .8em;
	margin-top: 15px;
	font-weight: bold;
}
#forks-iframe input.forks, #forks-iframe textarea.forks {
	padding: 4px;
	margin-top: 1px;
}
#forks-iframe input.forks:focus, #forks-iframe textarea.forks:focus {
	border: 2px solid #900;
}
/*RESERVATIONS only*/
#table-reservations
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #333;
}
#table-reservations th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}
#table-reservations td
{
	padding: 10px;
	color: #000;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
#table-reservations tbody
{
	background-color: #F2F2E6;
}
#table-reservations tbody tr:hover td
{
	background-color: #EFEBE5;
}
.note {
	font-size: .75em;
}
.required {
	font-weight: bold;
	color: #F00;
	float: right;	
}
/*-------------------------------[end]FORMS-----------------------------------*/
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
