@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #330000;
	color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.barnview #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.barnview #header {

}
.barnview #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.barnview #linkbar {
	background-image: url(images/header_lower.jpg);
	height: 66px;
	padding-right: 20px;
	padding-left: 20px;
}
.barnview #linkbar a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #330000;
	font-size: 18px;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.barnview #linkbar a:hover {
	color: #FFF;
}
.barnview #mainContent {
	padding: 0 50px;
	background-color: #FFFFFF;
	background-image: url(images/stone.jpg);
}
.barnview #mainContent h1 {
	margin: 0;
	padding-top: 10px;
	font-size: 14pt;
	color: #330000;
}
.barnview #mainContent h2 {
	font-size: 11pt;
	color: #663300;
}
.barnview #mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333300;
	font-weight: bold;
}
.barnview #mainContent a:hover {
	text-decoration: none;
}
.barnview #clear {
	margin: 0;
}
.barnview #footer {
	background-image: url(images/footer.jpg);
	height: 61px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.barnview #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-right: 0;
	padding-left: 0;
	font-family: Tahoma, Geneva, sans-serif;
}
.barnview #footer a {
	color: #330000;
	text-decoration: none;
	
	padding-right: 5px;
	padding-left: 5px;
}
.barnview #footer a:hover {
	color: #FFF;	
}



.photoborders1 {
	border: 1px solid #330000;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #663300;
	line-height: 20px;
}
td img {
	display: block;
}
#rc_link a, #rc_link a:visited {
	width:140px;
	color:#663300;
	display:block;
	font-size:80%;
	padding-right:2px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:35px;
	border:1px #663300 solid;
	background-image:url(http://www.roomcheck.co.uk/websitelink/room/logo-up.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#F5EBF5;
	text-decoration:none;
}
#rc_link a:hover {
	color:#7B387B;
	border:1px #7B387B solid;
	background-image:url(http://www.roomcheck.co.uk/websitelink/room/logo-over.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#CCC;
	text-decoration:none;
}
.smlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333300;
	font-weight: bold;
}

/***********************************************/
/* CSS for the popup                                 */
/***********************************************/

#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px/1.1em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	color: #330000;
	padding: 5px 0;
	text-align: right;
}
#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	text-align: center;
	font-size: 12px;
	margin: 10px 10px 0px;
	line-height: 30px;
	background-color: #FFFFFF;
}
#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #333300;
	background-color: #FFFFFF;
	padding: 5px;
	z-index: 5;
}
/* Lightbox Styles */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
