/* CSS Document */

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #b57609;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
p {
	margin: 0px;
}
h1 {
	margin: 0px;
	font-size: 18px;
}
/* ----------------- links -----------------------*/
a {
	text-decoration: none;
	color: #B57609;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
/* ----------------- back & copyright -----------------------*/
.backlinks {
	font-weight: bold;
}
.backlinks a {
	color: #CC9900;
	text-decoration: none;
}
.backlinks a:hover {
	color: #FF0000;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	color: #F8BA11;
}
/* ----------------- form -----------------------*/
.formspace {
	padding: 6px;
}
.formfield {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #B57609;
	border: 1px solid #B57609;
	font-size: 11px;
	padding: 3px;
}
.formbutton {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B57609;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	padding: 2px;
}
/* ----------------- pricelist -----------------------*/
.ratestable {
	width: 100%;
}
.ratescorner {
	background-color: #FDEA69;
	border: 1px solid #B57609;
}
.ratesheader {
	background-color: #FDEA69;
	font-weight: bold;
	color: #714700;
	text-align: center;
	border: 1px solid #B57609;
}
.ratesrooms {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #714700;
	border: 1px solid #B57609;
	padding-right: 4px;
	padding-left: 4px;
}   
.ratesprices {
	background-color: #FFFFFF;
	color: #714700;
	text-align: center;
	border: 1px solid #B57609;
}
.notes {
	font-weight: normal;
	padding: 4px;
	text-align: left;
}	
.offers {
	background-color: #274c09;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 4px;
}
/* ----------------- hotel styles -----------------------*/
.butbk {
	background-image: url(img/but-bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainborder {
	background-color: #FFFFFF;
	border-top: 1px solid #784c00;
	border-right: 1px solid #784c00;
	border-bottom: 0px solid #784c00;
	border-left: 1px solid #784c00;
	padding-top: 4px;
}
.thumbborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B57609;
	border-right-color: #B57609;
	border-bottom-color: #B57609;
	border-left-color: #B57609;
	padding-left: 2px;
}
.maintext {
	line-height: 18px;
}
#scroll {
	height: 196px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#scrollgr {
	height: 272px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.iridesmail {
	font-size: 14px;
     color: #990000;
	 font-weight:bold;
	 letter-spacing:1px;
}
.iridesmail:hover {
	 color: #336699;
	
}