Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181818;
}
	
/* -- Sticky Tooltip script ---*/
	
.stickytooltip{
	box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	display:none;
	position:absolute;
	display:none;
	border:3px solid #582700; /*Border around tooltip*/
	background:white;
	z-index:3000;
}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
	color:white;
	padding-top:5px;
	text-align:center;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #582700;
}

/* -- Sticky Tooltip script ---*/

a {
	color: #666;
}
a:hover {
	color: #9C0932;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fafafa;
}
.textA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c29845;
	font-weight: bold;
}
.textB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c29845;
	font-weight: bold;
}

.textC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c29845;
	font-weight: bold;
	font-style: italic;
}
.textD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9C0932;
	font-weight: bold;
	font-style: italic;
}
.pict {
	height: 230px;
	width: 350px;

}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
}
.publish {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181818;
	text-decoration: line-through;
}
#texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}
#text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
#gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	}
	
#gallery img {
	height: 100px;
	width: 150px;
	}
#gallery .display {
	display: none;
	}
/* -- Table Rates ---*/
.SetHeader {
	background-color:#D7E3A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.SetHeader td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
}
#SetValidate {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #9C0932;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.SetPeriod 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #F60;
}


#SetText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
}
.SetBody
{
	font-family:  Arial, Helvetica, sans-serif;
	background-color : #E7EECB;
	font-size : 12px;
	border : 1px solid #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.SetBody td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
}

.SetTable {
	width:100%;
	padding-left: 5px;
}
.SetTable tr:hover {
	background-color: #D7E3A9;

}
.SetTable img {
	padding: 1px;
}



.contentLoading 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight: bold;
    border:solid 1px #F5BC40;
    background:#FBFAC5;
    color:#FF7700;
    text-align:center;
    width: 98%px;
    padding: 4px;
}
.contentErrorResult 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight: bold;
    border:solid 1px #D45341; 
    background:#F6CBCA;
    color:#D22528;
    text-align:center;
    width: 98%px;
    padding: 4px;
}

/* -- End Table Rates ---*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}div.ui-datepicker {
    font-size: 11px;
}

br {
	margin: 0px;
	padding: 0px;
	clear: both;
	}

#divbooking {
	position: relative;
	width: 100%;
	color: #5B071F;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#divbooking h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-style: normal;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 225px;
	letter-spacing: 1px;
	text-align: left;
}
#divbooking div {
	float: left;
	margin-right: 5px;
	text-align: left;
	}
#divbooking input {
	font-size: 11px;
	margin-right: 2px;
	}
#divbooking .Bnt {
	cursor:pointer;
	display: block;
	margin-top: 15px;
	margin-left: 5px;
}
#divbooking img {
	vertical-align: bottom;
	}

