﻿/* HTML 4 Defaults */
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th          { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A" }
:before, :after { white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}
/* End HTML 4 */
/* RSUI */
#rsui_tooltip_container{z-index:50002; position: absolute; width: 100%; height: 1px; top: 0; left: 0;}
.rsuitooltip { z-index:50002; width: auto; }
.rsuitooltip .rsuitooltip-inner { background-color: #fff; background-image: url(../images/tool_tip/bg.gif); background-repeat: repeat-x; background-position: left bottom; }
.rsuitooltip .rsuitooltip-inner .content { color: #000; font-size: 12px; font-family: arial; font-weight: bold; background-color: transparent; background-image: none; padding: 6px; cursor: default; }
.rsuitooltip .rsuitooltip-inner .content a { color: #000; font-family: arial; font-weight: bold; text-decoration: underline; }
.rsuitooltip .rsuitooltip-inner .content td, .rsuitooltip .rsuitooltip-inner .content div { color: #2d2d2d; font-family: arial; background-color: transparent; background-image: none; margin: 0; padding: 0; cursor: default; }
.rsuitooltip .tl { background-image: url(../images/tool_tip/rsuitooltip_tl.png); background-repeat: no-repeat; }
.rsuitooltip .tl span { display: block; width: 8px; height: 8px; overflow: hidden; }
.rsuitooltip .t { background-image: url(../images/tool_tip/rsuitooltip_t.png); background-repeat: repeat-x; }
.rsuitooltip .t span { display: block; width: 0; height: 8px; overflow: hidden; }
.rsuitooltip .tr { background-image: url(../images/tool_tip/rsuitooltip_tr.png); background-repeat: no-repeat; }
.rsuitooltip .tr span { display: block; width: 8px; height: 8px; overflow: hidden; }
.rsuitooltip .r { background-image: url(../images/tool_tip/rsuitooltip_r.png); background-repeat: repeat-y; }
.rsuitooltip .r span { display: block; width: 8px; height: 0; overflow: hidden; }
.rsuitooltip .br { background-image: url(../images/tool_tip/rsuitooltip_br.png); background-repeat: no-repeat; }
.rsuitooltip .br span { display: block; width: 8px; height: 8px; overflow: hidden; }
.rsuitooltip .b { background-image: url(../images/tool_tip/rsuitooltip_b.png); background-repeat: repeat-x; }
.rsuitooltip .b span { display: block; width: 0; height: 8px; overflow: hidden; }
.rsuitooltip .bl { background-image: url(../images/tool_tip/rsuitooltip_bl.png); background-repeat: no-repeat; }
.rsuitooltip .bl span { display: block; width: 8px; height: 8px; overflow: hidden; }
.rsuitooltip .l { background-image: url(../images/tool_tip/rsuitooltip_l.png); background-repeat: repeat-y; }
.rsuitooltip .l span { display: block; width: 8px; height: 0; overflow: hidden; }
/* End RSUI */

html,body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
}
body
{
	background: #ebebeb url(../images/cabinstoday/Cabins-Today-Body.jpg) no-repeat top center;
	text-align: center;
}
a, a:link, a:visited
{
	color: #1996d3;
	text-decoration: none;
}
a:hover
{
	color: #008e44;
	text-decoration: underline;
}
h2
{
	background: transparent url(../images/cabinstoday/Cabins-Today-Green-Arrow.gif) no-repeat;
	min-height: 33px;
	text-indent: 45px;
	color: #008e44;
}
.clearleft
{
	clear: left;
}
.clear
{
	clear: both;
}
form#aspnetForm
{
	padding: 0;
	margin: 0;
}
#content
{
	width: 886px;
	min-height: 682px;
	background: #ebebeb url(../images/cabinstoday/Cabins-Today-Content.jpg) no-repeat top center;
	margin: 118px auto 0 auto;
	text-align: left;
	position: relative;
}
#content-inner
{
	margin: 0 20px 0 20px;
	padding: 20px 0 0 0;
}
h1#sitetitle
{
	width: 262px;
	height: 119px;
	position: absolute;
	top: -130px;
	left: 10px;
	overflow: hidden;
	text-indent: -2000px;
	background: url(../images/cabinstoday/Cabins-Today-Logo.png) no-repeat;
}
#logintext
{
	position: absolute;
	top: -117px;
	right: 10px;
	text-align: right;
	font-size: .75em;
	font-family: Arial;
	letter-spacing: 1px;
}
#toptabs .background
{
	width: 520px;
	height: 108px;
	position: absolute;
	top: -95px;
	left: 310px;
	overflow: hidden;
	background: url(../images/cabinstoday/Cabins-Today-TopTabs.png) no-repeat;
}
#toptabs .tabone
{
	position: absolute;
	top: -60px;
	left: 340px;
	font-size: 32px;
	font-family: Arial;
	font-weight: bold;
	z-index: 1;
}
#toptabs a.tabtwo
{
	position: absolute;
	top: -50px;
	left: 590px;
	font-size: 32px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	z-index: 1;
}
#toptabs a:hover.tabtwo
{
	color: #fff;
}
#toptabs-owners .background
{
	width: 551px;
	height: 106px;
	position: absolute;
	top: -93px;
	left: 310px;
	overflow: hidden;
	background: url(../images/cabinstoday/Cabins-Today-TopTabsOwners.png) no-repeat;
}
#toptabs-owners .tabtwo
{
	position: absolute;
	top: -60px;
	left: 590px;
	font-size: 32px;
	font-family: Arial;
	font-weight: bold;
	z-index: 1;
}
#toptabs-owners a.tabone
{
	position: absolute;
	top: -50px;
	left: 340px;
	font-size: 32px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	z-index: 1;
}
#toptabs-owners a:hover.tabone
{
	color: #fff;
}
ul#topnav
{
	display: block;
	margin: 0 10px 10px 10px;
	padding: 10px 0 10px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
	overflow: visible;
}
ul#topnav li
{
	display: inline;
}
ul#topnav li a
{
	display: inline-block;
	text-decoration: none;
	font-size: 1.3em;
	font-family: Arial;
	font-weight: bold;
	color: #1996d3;
	padding-bottom: 5px;
	margin: 0 10px 0 10px;
}
ul#topnav li a:hover
{
	color: #008e44;
	border-bottom: 5px solid #008e44;
	padding-bottom: 0;
}
#footer
{
	width: 100%;
	background: #343547 url(../images/cabinstoday/Cabins-Today-Footer.jpg) repeat-x;
	border-top: 5px solid #343547;
	min-height: 200px;
	clear: both;
}
#footer-container
{
	color: #ddd;
	font-weight: bold;
	font-family: Arial;
}
td
{
	vertical-align: top;
}

/*Forms*/
table.login-control
{
	
}
input, select
{
	font-size: 1.15em;
}
#search-box label
{
	color: #fff;
	font-size: 1.25em;
	
}
#search-box .distance-meter
{
	position: absolute;
	top: 100px;
	left: 0;
	display: block;
	width: 20px;
	height: 150px;
	background-image: url(../images/cabinstoday/Cabins-Today-Search-Distance.gif);
}
#search-box .destination label
{
	display: block;
	font-size: 1em;
	font-weight: bold;
}
#search-box .destination input
{
	clear: left;
	font-size: 1.5em;
	width: 453px;
	border: 1px solid #aaa;
	
}
#search-box input.prompt
{
	background: #fff url(../images/cabinstoday/Cabins-Today-Search-Prompt.gif) no-repeat;
	border: 1px solid #aaa;
}
#search-box .submit
{
	width: 100px;
	float: right;
}
#search-box .submit input
{
	width: 100px;
	height: 85px;
}

/*Content*/

ul.tiles-view
{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.tiles-view li
{
	float: left;
	margin: 0 10px 10px 0;
}
ul.tiles-view li a
{
	display: block;
	width: 100px;
	background-color: #ddd;
	padding: 10px;
	text-decoration: none;
	color: #1996D3;
}
ul.tiles-view li a:hover
{
	background-color: #1996D3;
	color: #fff;
	text-decoration: none;
}
ul.tiles-view li a span.photo
{
	height: 67px;
	display: block;
	overflow: hidden;
}
ul.tiles-view li a span.caption
{
	height: 25px;
	width: 100px;
	display: block;
	overflow: hidden;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

#main-content h3
{
	clear: left;
	border-left: 10px solid #ddd;
	padding-left: 10px;
	margin: 8px 0 6px 0;
	color: #008e44;
}
ul.faq-list
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.15em;
}
ul.faq-list li.q
{
	text-indent: 30px;
	background: transparent url(../images/cabinstoday/Cabins-Today-FAQ-Q.gif) no-repeat;
	line-height: 25px;
	margin-bottom: 3px;
}
ul.faq-list li.a
{
	text-indent: 30px;
	background: transparent url(../images/cabinstoday/Cabins-Today-FAQ-A.gif) no-repeat;
	line-height: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
}

#right-content
{
	width: 150px;
	min-height: 500px;
	margin-left: 10px;
	padding-left: 10px;
	float: right;
	border-left: 1px solid #ddd;
}
#right-content a.adhere
{
	display: block;
	height: 200px;
	vertical-align: middle;
	line-height: 200px;
	text-align: center;
	background-color: #ddd;
	border: 1px solid #aaa;
}
#right-content a:hover.adhere
{
	background-color: #eee;
	border: 1px solid #ccc;
}
#right-content ul.benefits
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#right-content ul.benefits li
{
	background: #1996d3;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	cursor: default;
	font-size: .85em;
	padding: 3px;
	margin-bottom: 2px;
	border-top: 2px solid #ddd;
}
#search-box
{
	border: 10px solid #eee;
	background: #008e44 url(../images/cabinstoday/Cabins-Today-Search-Bg.jpg);
	width: 635px;
	margin-bottom: 10px;
	float: left;
	padding: 10px;
}

/* Grid View Front */
.grid-view-front
{
	border: none 0 #eee;
	width: 675px;
}
.grid-view-front .footer
{
	background-color: #008e44;
}
.grid-view-front .pager
{
	
}
.grid-view-front .selected-row
{

}
.grid-view-front .header
{
	background: #1996d3 url(../images/cabinstoday/Cabins-Today-Table-Header-Background.jpg);
}
.grid-view-front .alt-row .listing
{
	background-color: #f0edde;
}
.grid-view-front .listing
{
	position: relative;
	padding-bottom: 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.grid-view-front .listing .title
{
	position: absolute;
	top: 0;
	left: 110px;
	width: 560px;
	font-size: 25px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.grid-view-front .listing .city
{
	position: absolute;
	top: 30px;
	left: 110px;
	width: auto;
	font-size: 12px;
}
.grid-view-front .listing .bedbath
{
	position: absolute;
	top: 26px;
	left: 370px;
	width: 300px;
	height: 20px;
	background: transparent url(../images/cabinstoday/Cabins-Today-Listing-BedsBaths.gif) no-repeat;
}
.grid-view-front .listing .beds
{
	position: absolute;
	top: 0px;
	left: 55px;
}
.grid-view-front .listing .sleeps
{
	position: absolute;
	top: 0px;
	left: 163px;
}
.grid-view-front .listing .baths
{
	position: absolute;
	top: 0px;
	left: 255px;
}
.grid-view-front .listing .details a
{
	width: 100px;
	height: 20px;
	overflow: hidden;
	text-indent: -2000px;
	display: block;
	background: transparent url(../images/cabinstoday/Cabins-Today-Listing-MoreDetails.gif) no-repeat;
}
.grid-view-front .listing .details
{
	width: 100px;
	height: 20px;
	overflow: hidden;
	float: left;
}
.grid-view-front .listing .disc
{
	margin-left: 110px;
}
.grid-view-front .listing .distance
{
	height: 100px;
	width: auto;
	padding: 0 2px 0 2px;
	line-height: 48px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	position: absolute;
	top: -5px;
	left: -19px;
	background: transparent url(../images/cabinstoday/Cabins-Today-Listing-Distance.gif) no-repeat;
}

/* Form-View */
.form-view
{
	
}

/* Property-Details */
.prop-details
{
	width: 660px;
	position: relative;
	
}
.prop-details a.contact-link
{
	display: block;
	width: 276px;
	padding: 12px;
	border: 0px outset #ddd;
	background: #1996d3 url(../images/cabinstoday/Cabins-Today-Table-Header-Background.jpg);
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
}
.prop-details a:hover.contact-link
{
	padding: 5px 9px 9px 5px;
	border: 5px outset #ddd;
}
.prop-details .top-right
{
	width: 350px;
	height: 340px;
	overflow: auto;
	float: right;
}
.prop-details .top-right h2.name
{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;
}
.prop-details .top-right h4
{
	margin-top: 0;
	padding-top: 0;

}
.prop-details .top-right .phone
{
	
}
.prop-details .top-right p
{
	letter-spacing: 1px;
	line-height: 1.4em;
}
.prop-details .top-left
{
	width: 300px;
	float: left;
}
.prop-details .top-left .photo
{
	
}
.prop-details .top-left .bedbath
{
	width: 300px;
	height: 20px;
	background: transparent url(../images/cabinstoday/Cabins-Today-Listing-BedsBaths.gif) no-repeat;
	position: relative;
}
.prop-details .top-left .bedbath .beds
{
	position: absolute;
	top: 0px;
	left: 55px;
}
.prop-details .top-left .bedbath .sleeps
{
	position: absolute;
	top: 0px;
	left: 163px;
}
.prop-details .top-left .bedbath .baths
{
	position: absolute;
	top: 0px;
	left: 255px;
}
.prop-details .top-left .address
{
	margin-top: 5px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
.prop-details .photogal
{
	clear: both;
}
.prop-details .owner-details
{
	
}
.prop-details .owner-details h2
{

}
.prop-details .owner-details p
{
	
}

/* Grid View */
.grid-view
{
	border: none 0 #eee;
	width: 100%;
	font-size: 1.15em;
	margin-top: 5px;
}
.grid-view .footer
{
	background-color: #008e44;
}
.grid-view .pager
{
	
}
.grid-view .selected-row
{

}
.grid-view .header
{
	background: #1996d3 url(../images/cabinstoday/Cabins-Today-Table-Header-Background.jpg);
	color: #000;
	text-transform: capitalize;
	font-size: 1.15em;
	font-family: Arial;
}
.grid-view .header a
{
	color: #fff;
	text-decoration: none;
}
.grid-view .header a:hover
{
	color: #fff;
	text-decoration: underline;
}
.grid-view .alt-row
{
	background-color: #ddd;
}

/* Details View */
.details-view
{
	border: solid 1px #eee;
	width: 100%;
	font-size: 1.15em;
	color: #444;
}
.details-view .footer
{
	
}
.details-view .row
{
	background: #fff url(../images/cabinstoday/Cabins-Today-Gray-Hgrad.jpg) repeat-y;
}
.details-view .pager
{
	
}
.details-view .header
{
	
}
.details-view .edit-row
{
	background: #fff url(../images/cabinstoday/Cabins-Today-Gray-Hgrad.jpg) repeat-y;
}
.details-view .alt-row
{
	background: #fff url(../images/cabinstoday/Cabins-Today-Gray-Hgrad.jpg) repeat-y;
}

/* Login Control */
.login-control
{
	background: #fff url(../images/cabinstoday/Cabins-Today-Gray-Hgrad.jpg) repeat-y;
	font-size: .75em;
}
.login-control .form-button
{
	
}
.login-control .form-textbox
{
	
}
.login-control .form-title
{
	color: #008e44;
}
.login-control label
{
	color: #555;
}

/* Data List */
.pop-dest
{
	width: 670px;
}
.pop-dest a
{	
	display: block;
	padding: 9px 18px 9px 18px;
	border: 1px solid #ddd;
	text-align: center;
}
.pop-dest a:hover
{	
	
	border: 1px solid #1996D3;
	background: #1996D3;
	color: #fff;
}