/* Standard Styles */
/* Photo Styles */

.photo_198 {
	border: 4px solid #FFFFFF;
}

.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	text-align: left;
	height: 14px;
	width: auto;
}

.photo-frame
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

.photo-frame TD {
	margin: 0px;
	padding: 0px;
}

.photo-frame .topx-- 
{
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-topx--.gif);
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/frame-top-x-.gif);
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-top--x.gif);
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-repeat: repeat-y;
	background-image: url(images/borders/frame-midx--.gif);
	width: 4px;
	height: auto;
}

.photo-frame .mid--x {
	background-repeat: repeat-y;
	background-image: url(images/borders/frame-mid--x.gif);
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-botx--.gif);
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/frame-bot-x-.gif);
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-bot--x.gif);
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

/* Lightbox */


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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;
	}
	
#loading #loadingLink{ width: 32px; height: 32px; background: url(images/lightbox/loading.gif) no-repeat;	}		

#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: transparent url(images/lightbox/blank.gif) no-repeat; /* 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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; height: 22px; float: right;  padding-bottom: 0.7em; background: url(images/lightbox/closelabel.gif) no-repeat;	}			
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/*Styles for Room Details Page*/
.RoomWrap{
	background:#BFB7AA;
	padding:23px 23px 23px 23px;
	font-family:helvetica!important;
	border:1px solid #54473F;
}

.RoomName{
	width:250px;
	float:left;
}
.RoomName h2{
	font-size:18px;
	font-weight:bold;
	color:#5E4D45;
	font-family:georgia,Arial;
	font-style:italic;
	padding-bottom:10px;
}
.RoomPrice{
	float:right;
	color:#576A4A;
	font-weight:bold;
	font-size:19px;
	padding-right:10px;
	font-family:Trebuchet MS;
}
.RoomHighlights{
	display:block;
	background:#FAF9F7;
	border:1px solid #8F7D73;
	width:225px;
	padding:10px;
	float:left;
	clear:left;
}

.RoomHighlights h3{
	color:#8E955A;
	margin:0px 0px 0px 7px!important;
	font-family:Trebuchet MS, Helvetica, Arial;
	font-weight:bold;
	font-size:100%;
}

.RoomImage{
	float:right;
	background:#F8F7F5;
	border:1px solid #9F958B;
	padding:6px;
	margin:0px 0px 5px 15px;
}

.RoomImageButton, .RoomImageButton a{
	margin:8px 0px 8px 5px!important;
}

.RoomDescrpt{
	padding:20px 10px 10px 0px;
	clear:left;
}

.RoomButton, .RoomButton a{
	float:right;
	margin-right:10px;
}

.RoomListWrap{
	padding:5px 8px 20px 8px;
}

/*Styles for Room Listings Page*/

.RoomListWrap{

}

.RoomList{
	background: #BDB6A6;
	border:1px solid #62554C;
	padding:25px 15px 7px 18px;
	min-height:132px;
	margin:10px 0 10px 0;
}

.RoomListImageWrap{
	display:block;
	float:left;
}

.RoomListImage{
	background:#ffffff;
}

.RoomListImage img{
	width:170px;
	height:130px;
	padding:8px;
	border:1px solid #978F7C;
}

.RoomListContent{
	display:block;
	margin-left: 200px;
	padding:0px 10px 6px 10px;
}

.RoomListName h2 {
	margin:0px 0px 5px 0px!important;
}

.RoomListName h2 a{
	color:#000000!important;
	font-size:18px;
	font-family:georgia;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
}

.RoomListName h2 a:hover{
	color:#4F6B3A!important;
}

.RoomListPrice{
	color:#4F6B3A;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	font-family:Trebuchet MS;
}

.blogComments { 
text-align: left; padding: 0px; margin-bottom: 30px; margin-top: 0px; }

.blogCommentLine{ 
padding: 20px; margin-bottom: 20px; background: url(images/remarks.gif) top center no-repeat; }

.blogComment{ 
margin: 20px 0px; padding: 0px; padding-bottom: 25px;}

.blogCommentWrap { 
position:relative; margin-left: 110px; width:400px; background-color: #ffffff; border: 1px solid #dcdddd; }

.blogCommentContent { 
padding: 20px; background-color: #ffffff; }

.blogCommentContentOwner { 
padding: 20px; background-color: #f8f8f8; }

.blogCommentDate{ 
margin: 20px 0px 0px 2px; color: #8d8d8d; font-size: 10px; }

.blogCommentArrow{
position: absolute; top: 8px; left: -35px; padding: 20px; background: url(images/comment_arrow_white.png) top center no-repeat; }

.blogCommentArrowOwner { 
position: absolute; top: 8px; left: -36px; padding: 20px; background: url(images/comment_arrow.png) top center no-repeat;}

.blogCommentAuthor { 
float:left; width: 60px; text-align: center;  }

.blogCommentAuthor small { color: #8d8d8d; font-size: 10px; }

.blogCommentGravatar { 
margin: 0px 0px 5px 0px; border:5px solid #DDDDDD; height: 50px; width:50px;}

.blogCommentGravatar img{ 
height: 50px; width:50px;}

.blogCommentIcon{ 
margin-right:30px; font-size: 18px; font-weight: bold; background: url(images/comments.gif) no-repeat; height:46px; width:44px; line-height: 36px;text-align: center;}

.blogCommentIcon a{text-decoration:none!important; }

.postComment {  
margin: 0px;}

.postComment textarea { 
border:3px solid #E9E9E9; padding: 20px; }

.postComment input{ 
border:3px solid #E9E9E9; padding:2px; }

.postComment a{
text-decoration:none!important;
}


/*Styles for Room Latest Page*/

ul.RoomLatest{
	padding:0px 8px;
}

ul.RoomLatest td{
	text-align:left!important;
}

ul.RoomLatest li {
	list-style:none outside url(images/ArrowGreen.png)!important;
	margin:4px 0px!important;
}

ul.RoomLatest li a{
	font-size:14px!important;
	font-weight:normal;
	color:#444444!important;
	text-decoration:none!important;
}

ul.RoomLatest li a:hover{
	color:#599440!important;
}

.RoomFeatured{
	margin:0px 10px 40px 10px;
	position:relative;
	float:left;
}

.RoomFeaturedName{
	float:left;
}

.RoomFeaturedPrice{
	float:right;
}

.RoomFeaturedMore{
	margin-right:20px;
}

/* the overlayed element */ 
.overlay { 
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}
/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info{
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	color:#fff;
	font-size:11px;
	display:block;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(images/h80.png) repeat-x;		
}


/* the thumbnails */
.thumbs {
	text-align:center;
}

.thumbs img {
background:#ffffff!important;
}

.thumbsimage img{
	padding:8px;
	border:1px solid #AAAE93!important;
	margin:15px 2px;
}

/* the active thumbnail */
.thumbs a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

#web {}

.onizleme {
	width: 220px;
	height:100px;
	margin-right: 30px;
	margin-top: 30px;
	border:5px #f6f6f6 solid;
	float: left;
	display: block;
  	overflow: hidden;
  	position: relative;
	}
.onizleme span {
  	display: none;
	}
.onizleme img {
	border:none;
	}
.onizleme:hover span {	
  	opacity: 0.80;
	
	/*
	filter: alpha(opacity = 80);
	
	opacity:0.70;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70); 
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; */
	
	background: #FFF;
 	display: block;
 	padding: 5px;
 	position: absolute;
 	width: 220px;
	height:100px;
	font-family:Helvetica, Verdana, Arial, Helvetica;
	color: #999999;
	cursor:pointer;
	font-size: 10px;
	}
.onizleme:hover span strong {
	color: #000;
 	display: block;
	font-size: 18px;
	font-weight:bold;	
	}
.onizleme:hover span b {
	margin-top:10px;
	font-size: 12px;
	display:block;
	font-weight:normal;
	color:#000;
	line-height:14px;
	}

.expander, .expander a:link, .expander a:visited {
  display:block;
  width:80px;
  background:url(images/arrow-down.gif) no-repeat 98% 50%;
  cursor:pointer;
  color: #ffffff!important;
}

.expander.open, .expander.open a:link,.expander.open a:visited {
  background:url(images/arrow-up.gif) no-repeat 98% 50%;
}

.collapse{
	padding:7px;
	margin:5px 6px 0px 0px;
}

.collapse p, .collapse li, .collapse tr td{
	font-size:12px!important;
}


/* Caption Sliding (Partially Hidden to Visible) */

.boxgrid{
	float:left;
	overflow:hidden;
	position:relative;
	width:270px;
	height:180px;
	cursor:pointer;
	background:#fff;
}

/*.boxgrid a img{float:left;}*/

div.corner-tl, div.corner-tr, div.corner-bl, div.corner-br {
	height:4px;
	position:absolute;
	width:4px;
	z-index:1;
}

div.corner-tl {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/corner_tl.png) no-repeat scroll 0 0;
	left:0;
	top:0;
}

div.corner-tr {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/corner_tr.png) no-repeat scroll 0 0;
	right:0;
	top:0;
}

div.corner-bl {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/corner_bl.png) no-repeat scroll 0 0;
	bottom:0;
	left:0;
}

div.corner-br {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/corner_br.png) no-repeat scroll 0 0;
	bottom:0;
	right:0;
}

.boxcaption{ 
	float: left;
	border:0 none;	
	position: absolute; 
	padding:2px 7px;
	background: #000000;
	height: 100%; 
	width: 100%; 
	cursor:pointer;
	opacity: 0.7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.boxcaption h3{
	margin:0px 15px 0px 2px;
}

.boxcaption h3 a {
	color:#ffffff; 
	font-size:14px; 
	text-decoration:none;
	font-family:Georgia;
}

.boxcaption p{
	clear:both;
	padding:8px;
}
.boxcaption p a {
	color:#ffffff; 
	font-size:13px; 
	line-height:1.5em;
	text-decoration:none;
	font-family:Trebuchet MS;	
}

.captionfull .boxcaption{top:180px; left:0}
.caption .boxcaption{top:148px; left:0}