/* CSS Document */

body,td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #ffeed0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	margin: 0px;
}
h1 {
	margin: 0px;
	font-size: 17px;
	font-weight: normal;
	color: #E14414;
}
/* ----------------- links -----------------------*/
a {
	text-decoration: none;
	color: #e14414;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
/* ----------------- back & copyright -----------------------*/
.backlinks {
	font-weight: bold;
}
.backlinks a {
	color: #C1A56A;
	text-decoration: none;
}
.backlinks a:hover {
	color: #E14414;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	color: #C1A56A;
}
/* ----------------- form -----------------------*/
.formspace {
	padding: 6px;
}
.formfield {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #ffffff;
	color: #e14414;
	border: 1px solid #e14414;
	font-size: 11px;
	padding: 3px;
}
.formbutton {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e14414;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	padding: 2px;
}
/* ----------------- pricelist -----------------------*/
.ratestable {
	width: 100%;
}
.ratescorner {
	border: 1px solid #FFA030;
	background-color: #FFF7E8;
}
.ratesheader {
	font-weight: bold;
	color: #000000;
	text-align: center;
	border: 1px solid #FFA030;
	background-color: #FFF7E8;
}
.ratesrooms {
	font-weight: bold;
	color: #000000;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #FFA030;
	background-color: #FFF7E8;
}   
.ratesprices {
	color: #000000;
	text-align: center;
	border: 1px solid #FFA030;
}
.notes {
	font-weight: normal;
	padding: 4px;
	text-align: left;
}	
.offers {
	background-color: #E14414;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
}
/* ----------------- hotel styles -----------------------*/
.middbk {
	background-image: url(img/middbk.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.butbk {
	background-image: url(img/but-bk.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
}
.alttext {
	font-size: 14px;
	font-weight: normal;
	color: #E14414;
}
.htmlinks {
	color: #E14414;
	padding-bottom: 14px;
}
.htmlinks a {
	color: #BA9523;
}
.htmlinks a:hover {
	color: #E14414;
}
/* ----------------- photo gallery -----------------------*/
.photodescription {
	background-color: #b9d9ea;
	color: #000000;
	text-align: center;
	padding: 2px;
}