help

/*  9 of 12 Microsoft Internet Explorer Design Templates 


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HTML TAGS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html
{
	overflow-y:scroll;
}

thead td 
{
    font-weight:bold;
    font-size:1.1em;
}

.sys-template
{
	display: none;
}

.LeftMainHeaderLinks
{
	padding-top: 5px;
}

.LeftMainHeaderLinks UL
{
}

.LeftMainHeaderLinks UL LI
{
	display: inline;
	list-style: none;
}

Div.AddressCardPic
{
	height: 150px;
}
Div.AddressCard
{
	display: inline-block;
	width: 180px;
	border: 1px solid gray;
	margin: 1px;
	height: 150px;
}
Div.AddressCardHeader
{
	background-color: #373737;
	color: White;
	padding: 3px;
}
Div.AddressCardBody
{
	padding: 3px;
}
Div.AddressCard .Name
{
	background-color: #4F79AB;
	color: White;
	font-weight: bold;
}
Div.AddressCard div.AddressLine1
{
	overflow: hidden;
	white-space: nowrap;
}

Div.AddressCard div.AddressLine2
{
	overflow: hidden;
	white-space: nowrap;
}

Div.AddressCard div.CityStateCountryPostalCode
{
	overflow: hidden;
	white-space: nowrap;
}

body
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	line-height: 150%;
	background-color:#[$PageBackgroundColor$];
}

p
{
}

.List li
{
	line-height: 160%;
	margin-left:-30px;
	list-style: none;
	background: url(images/ribbonbullet.gif) no-repeat 0 5px;
	padding: 3px 0 3px 17px;
}

.InlineList
{
	margin-left:0px;
}

.InlineList li
{
	list-style: none;
	background: url(images/ribbonbullet.gif) no-repeat 0 5px;
	padding: 3px 0px 3px 17px;
	line-height: 160%;
	display:inline;
}

.WithFixedWidth li
{
	width:40px;
}

Div.Bulleted
{
	background: url(images/ribbonbullet.gif) no-repeat 0 5px;
	padding-left:17px;
}

a img
{
	border: none;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6
{
	margin: 15px 0px 3px 0px;
	font-family: "trebuchet MS" , verdana, sans-serif;
	color: #[$HeaderColor$];
}

h1.NoMargin
{
	margin:0px;
}

h2.NoMargin
{
	margin:0px;
}

h2 a
{
	color: #953910;
}

h2 a:visited
{
	color: #953910;
}

.header
{
	font-family: "trebuchet MS" , verdana, sans-serif;
	color: #953910;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

.content-left h1, .content-right h1, .content-left h2, .content-right h2, .content-left h3, .content-right h3, .content-left h4, .content-right h4, .content-left h5, .content-right h5, .content-left h6, .content-right h6
{
	color: #000;
	margin: 5px 0;
}

h1.first, h2.first, h3.first, h4.first, h5.first, h6.first
{
	margin-top: 0;
}

h1.last, h2.last, h3.last, h4.last, h5.last, h6.last
{
	margin-bottom: 0;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 11pt;
}

h3
{
	font-size: 10pt;
	background: url(images/bg-line.png) repeat-x bottom;
}

h4
{
	font-size: .8em;
}

h5
{
	font-size: .8em;
}

h6
{
	font-size: .8em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FORMS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

legend
{
	font-weight: bold;
	font-size: 1em;
	padding:10px 10px 10px 10px;
	color: #000;
	margin: 0 0 10px 30px;
	font-family: "trebuchet MS" , verdana, sans-serif;
}

fieldset fieldset legend
{
	font-size: .8em;
}

.input-box
{
	display: block;
	margin-bottom: 5px;
	vertical-align: top;
	padding: 2px;
	color: #666666;
	font-size: .8em;
	border: 1px solid #82b26e;
	background: url(images/bg-input.png) no-repeat;
}

label
{
	font-size: 8pt;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

label.Required
{
	font-weight: bold;
}
.checkbox
{
	margin: 12px 0;
	padding: 4px 0 2px 3px;
	border: 1px dotted #585858;
	width: 95%;
}

.checkbox input
{
	margin-right: 6px;
	margin-bottom: 2px;
}

.forgot-password
{
	margin: 2px 0;
	font-size: .65em;
}

input.button
{
	color: #FFF;
	background: #317f0c url(images/bg-button.png) repeat-x;
	border: 2px groove #FFF;
	font-size: .7em;
	font-weight: bold;
	padding: 0 5px 2px 5px;
	cursor: pointer;
}

input.defaultbutton
{
	background-color:#[$DefaultButtonBackgroundColor$];
	border:0px outset #[$DefaultButtonBorderColor$];
	color:#[$DefaultButtonColor$];
	padding:3px 10px 3px 10px;
	font-weight:bold;
	font-size:10pt;
	cursor:pointer;
}

input.TallButton
{
	background-color:#[$DefaultButtonBackgroundColor$];
	border:0px outset #[$DefaultButtonBorderColor$];
	color:#[$DefaultButtonColor$];
	padding:3px 10px 3px 10px;
	font-weight:bold;
	font-size:10pt;
	height:35px;
	cursor:pointer;
}

input.button-big
{
	padding: 6px 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LINKS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link
{
	color: black;
	text-decoration: underline;
}

a:visited
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: underline;
	color: black;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HEADER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-container
{
	position: relative;
	padding: 6px 0 0 0;
	background: #373737;
	color: #FFF;
	border-bottom: 1px dotted #585858;
	min-height: 1px;
	_height: 1px;
}

/* LOGO */

.logo
{
	font-size: 1.5em;
	width: 60%;
	float: left;
	font-family: "trebuchet MS" , verdana, sans-serif;
	padding: 5px 0 10px 15px;
	letter-spacing: .2em;
}

/* LOGO LINK */

.logo a:link, .logo a:visited
{
	text-decoration: none;
	color: #FFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LOGIN
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-login
{
	font-size: 8pt;
	text-align: right;
	margin: 1px 15px 1px 0;
	float: right;
	color: White;
}

/* LOGIN LISTS */

.nav-login ul
{
	margin: 0;
	padding: 0;
}

.nav-login li
{
	list-style: none;
	padding: 3px 0 3px 17px;
	display: inline;
	margin-left: 15px;
	background: url(images/ribbonbullet.gif) no-repeat 0 4px;
}

.nav-login li.first
{
	list-style: none;
	margin-left: 0;
}

/* LOGIN LINKS */

.nav-login a:link, .nav-login a:visited
{
	color: #FFF;
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MAIN NAV
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-main
{
}

/* MAIN NAV LISTS */

.nav-main ul
{
	margin: 0;
	padding: 0;
}

.nav-main li
{
	list-style: none;
	float: left;
	background: none;
	padding: 0;
}

.nav-main li a
{
	display: block;
	padding: 0 10px;
	border-right: 1px dotted #d2d2d2;
}

.nav-main li.first a
{
	padding-left: 0;
}

/* NAV MAIN LINKS */

.nav-main a:link, .nav-main a:visited
{
	color: #33840c;
	text-decoration: none;
}

.nav-main .active a:link, .nav-main .active a:visited
{
	color: #000;
}

.nav-main a:hover
{
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FOOTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	padding: 10px 0;
	_height: 1px;
	background: #373737;
	clear: both;
}

.nav-footer
{
	position: relative;
	_height: 1px;
	margin: 0 200px;
	text-align: center;
	clear: both;
}

.nav-footer ul
{
	padding: 0;
	margin: 0;
	text-align: center;
}

.nav-footer li
{
	background: none;
	display: inline;
	border-right: 1px dotted #686868;
	padding: 0 10px;
}

.nav-footer li.first
{
	border-left: 1px dotted #686868;
}

.copyright
{
	color: #999;
	font-size: .7em;
	clear: both;
	margin: 5px 0 0 0;
}

.nav-footer a:link, .nav-footer a:visited
{
	color: #CCC;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 POSTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.poster-container
{
	background: url(images/bg-poster-tile.jpg) repeat-x;
	min-height: 200px;
	_height: 200px;
	margin-top: -1px;
}

.poster-container-no-image
{
	background: url(images/bg-poster-tile.jpg) repeat-x;
	min-height: 70px;
	_height: 70px;
	margin-top: -1px;
}

.poster-inner
{
	background: url(images/bg-poster.jpg) no-repeat left top;
	font-family: "trebuchet MS" , verdana, sans-serif;
	min-height: 70px;
	_height: 70px;
}

.poster-photo
{
	background: url(images/bg-poster-photo.jpg) no-repeat left;
	min-height: 170px;
	_height: 170px;
	padding: 30px 30% 0 200px;
	font-style: italic;
}

.poster-container h1
{
	margin: 0;
	font-size: 1.2em;
	color: #000;
}

.poster-container p
{
	margin: 10px 0 0 0;
	line-height: normal;
	font-size: 1em;
}

/* POSTER LINKS */

.poster-links
{
	font-weight: bold;
}

.poster-container a:link, .poster-container a:visited
{
	color: #33840c;
}

.poster-container a:hover
{
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 BREADCRUMB
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb
{
	min-height: 1px;
	_height: 1px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	font-size: .7em;
	border-bottom: 1px dotted #686868;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PRIMARY LAYOUT STYLES 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.content-container
{
	position: relative;
	_height: 1px;
	min-height: 1px;
	background: url(images/bg-column-left.png) repeat-y;
}

.content-container-inner
{
	background: url(images/bg-column-right.png) repeat-y right;
	_height: 1px;
	min-height: 1px;
	padding: 0 200px;
	position: relative;
}

.content-main
{
	padding: 15px 2% 20px 2%;
	position: relative;
	min-height: 1px;
	_height: 1px;
	float: left;
	width: 96%;
}

.content-left
{
	padding: 20px 10px;
	float: left;
	width: 180px;
	margin-top: -1px;
	position: relative;
	margin-left: -100%;
	right: 200px;
	_left: 200px;
	border-top: 1px dotted #797979;
}

.content-right
{
	padding: 15px 10px 20px 10px;
	float: left;
	width: 180px;
	position: relative;
	margin-right: -200px;
}

.ads
{
	text-align: center;
	margin: 20px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 SIDE BUCKET
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.side-bucket
{
	margin-bottom: 20px;
	line-height: normal;
}

/* SIDE BUCKET LISTS */

.side-bucket ul
{
	margin: 0;
	padding: 0;
	_height: 1px;
}

.side-bucket li
{
	list-style: none;
	border-bottom: 1px dotted #7a7a7a;
	background-position: 0 4px;
}

.side-bucket li.first
{
	border-top: 1px dotted #7a7a7a;
}

/* SIDE BUCKET LINKS */

.side-bucket a:link, .side-bucket a:visited
{
	text-decoration: none;
	display: block;
	_display: inline;
}

.side-bucket a:hover
{
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PHOTOS & CAPTIONS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-container
{
	padding: 10px;
	border: 1px dotted #7a7a7a;
}

.photo-container img
{
	display: block;
	border: 1px solid #666;
}

.photo-caption
{
	font-size: .7em;
	padding: 10px 10px 0 10px;
	text-align: center;
	color: #999;
	font-style: italic;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 THREE-COLUMN SECTION
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.three-column-container
{
	margin: 10px 0px;
}

.three-column-left, .three-column-right, .three-column-middle
{
	float: left;
	width: 30%;
	margin-right: 5%;
}

.three-column-right
{
	margin-right: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 DATA TABLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.data-table
{
	background: #f6f6f6;
	font-size: .7em;
	border-top: 1px dotted #7a7a7a;
	border-left: 1px dotted #7a7a7a;
}

table.data-table caption
{
	background: #b6b6b6;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dotted #7a7a7a;
	border-bottom: none;
}

table.data-table td, table.data-table th
{
	padding: 8px;
	border-right: 1px dotted #7a7a7a;
	border-bottom: 1px dotted #7a7a7a;
}

table.data-table th
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background: #ececec;
}

table.data-table td
{
}

table.data-table tr.row-alternating td
{
	background: #e0e0e0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MISC STYLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.none
{
	display: none;
}

.clear
{
	clear: both;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

.align-left
{
	float: left;
	margin: 0 20px 15px 0;
}

.align-right
{
	float: right;
	margin: 0 0 15px 20px;
}

.align-middle
{
	vertical-align: middle;
}

.inline
{
	display: inline;
}

.no-margin
{
	margin: 0;
}

div.ValidationSummary
{
	padding: 10px;
	border: 2px solid red;
	background-color: #f0f0f0;
	margin-bottom: 5px;
}

div.InfoMsg
{
	padding: 10px;
	border: 2px solid #599442;
	background-color: #F9D9C0;
	color:#599442;
	margin-bottom: 5px;
	font-weight:bold;
	font-size:12pt;
}
div.ErrorMsg
{
	padding: 10px;
	border: 2px solid red;
	background-color: #f0f0f0;
	margin-bottom: 5px;
}

Table.AjaxTableView
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}
Table.AjaxTableView TR
{
	vertical-align: top;
}
Table.AjaxTableView TR TH
{
	vertical-align: top;
	border: 1px solid lightgrey;
	background-color: #373737;
	color: White;
}
Table.AjaxTableView TR TD
{
	vertical-align: top;
	border: 1px solid lightgrey;
	padding: 3px;
}

div.MainContentBG
{
	/*background: url(/images/graybg.png) no-repeat right top;*/
	background-color: White;
}

.watermark
{
	color: #999;
}

div.VeryBottom
{
	text-align: center;
	font-size: 8pt;
	color:#[$PageColor$];
}

div.VeryBottom A
{
	color: #[$PageColor$];
}

table.Default
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width:100%;
}

table.Default tr
{
}

table.Default tr td
{
	margin: 0px;
	padding: 2px;
	text-align: left;
	vertical-align:top;
}

table.Default tr th
{
	margin: 0px;
	padding: 2px;
	text-align: left;
	vertical-align:bottom;
}

table.With5PxPadding td
{
	padding:5px;
}

table.WithNoPadding tr th
{
	margin: 0px;
	padding: 0px;
}

table.WithNoPadding tr td
{
	margin: 0px;
	padding: 0px;
}


Div.ListingPictureDescription
{
	vertical-align:bottom;
	font-size: 9pt;
	font-style: italic;
	overflow:hidden;
	height:50px;
	line-height:100%;
}
img.ListingPicture
{
	border: 1px solid #4F79AB;
}

Div.ListingLinkMenu
{
	background-color: #ffe6d5;
	color: White;
	padding: 2px;
	width: 940px;
	margin-top: -5px;
	z-index: 9999;
	font-size: 8pt;
}
Div.ListingLinkMenu A
{
	color: black;
}

Div.ListingPictureContainer
{
	margin: 2px;
	padding: 2px;
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
	vertical-align: middle;
	width: 221px;
	height: 250px;
	float: left;
}

Div.BelowHeaderOptions
{
	text-align: right;
	background-color: #bb6707;
	color: White;
	padding:2px 5px 2px 5px;
	font-size:8pt;
}


Div.BelowHeaderOptions A
{
	color: White;
	text-decoration: underline;
}

Div.AboveHeaderOptions
{
	text-align: right;
	color:#[$AboveHeaderOptionsColor$];
	background-color:#[$AboveHeaderOptionsBackgroundColor$];
	padding:2px 5px 2px 5px;
	font-size:8pt;
}


Div.AboveHeaderOptions A
{
	color:#[$AboveHeaderOptionsColor$];
	text-decoration: underline;
}

Div.validation-summary-errors UL LI
{
	margin-left:-30px;
}

div.TopNav
{
	padding-left:10px;
	padding-right:10px;
 	padding-top:7px;
 	padding-bottom:6px;
	background-color:white;
 }

div.TopNav A
{
	margin-right:2px;
	padding:8px;
	color:#[$TopNavLinkColor$];
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	background-color:#[$TopNavBackground$];
}

div.TopNav A.Alternate1
{
	margin-right:2px;
	padding:8px;
	color:#[$TopNavAlternate1LinkColor$];
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	background-color:#[$TopNavAlternate1Background$];
}

div.Banner
{
	background-color:#[$BannerBackgroundColor$];
	color:#[$BannerColor$];
	vertical-align:middle;
	padding-bottom:0pt;
	[$BannerOther$];
}

div.BannerRound
{
	background-color:#[$BannerBackgroundColor$];
	height:10px;
}

div.Tagline
{
		font-size:24pt;
	font-weight:bold;
}

div.TaglineSmallerText
{
		font-size:10pt;
		padding-top:5px;
}

table tr td.BannerRightLinks
{
		font-size:8pt;
		padding-right:10px;
		text-align:right;
		line-height:120%;
		vertical-align:middle;
		color:#[$BannerColor$];
}
td.BannerRightLinks a
{
		color:#[$BannerColor$];
}

Table.PropertySearchResult tr td.RateInfo
{
	width:150px;
}
Table.PropertySearchResult tr td.RateInfo div
{
	background-color: #5e504d;
	color:white;
}

Table.PropertySearchResult tr td.FeatureInfo
{
	width:150px;
}
Table.PropertySearchResult tr td.FeatureInfo div
{
	background-color: #F0AE8F;
	color:black;
}

Table.PropertySearchResult tr td.FeatureInfo div a
{
	color:black;
}

Table.PropertySearchResult tr td.SizeInfo
{
	width:150px;
}
Table.PropertySearchResult tr td.SizeInfo div
{
	background-color:  #5e504d;
	color:White;
}

div.round div.inner
{
	padding:7px;
}

Table.PropertySearchResult tr td.SizeInfo div.AmountBar
{
	width:15px;
	background-color:White;
	display:inline;
	margin-right:1px;
	height:10px;
}
Table.PropertySearchResult tr td.SizeInfo div.AmountBarPlus
{
	width:15px;
	background-color:;
	color:White;
	display:inline;
}
a.BubbleLink
{
	font-size:8pt;
}

UL.Numbered
{
	list-style-type:decimal;
}

a.LinkAsTallButton
{
	display:inline-block;
	background-color:#[$DefaultButtonBackgroundColor$];
	border:0px outset #[$DefaultButtonBorderColor$];
	color:#[$DefaultButtonColor$];
	padding:10px 10px 10px 10px;
	font-weight:bold;
	font-size:10pt;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}

a.LinkAsButton
{
	display:inline-block;
	background-color:#[$DefaultButtonBackgroundColor$];
	border:0px outset #[$DefaultButtonBorderColor$];
	color:#[$DefaultButtonColor$];
	padding:3px 3px 3px 3px;
	font-weight:bold;
	font-size:10pt;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}

div.UnderLabelHelp
{
	margin-top:-16px;
	font-size:8pt;
	font-style:italic;
}

span.NextToFieldHelp
{
	font-size:8pt;
	font-style:italic;
}

.MissingListingInformationMsg { padding:10px; }
.MissingListingInformationMsg .sb-inner { background:white; }
.MissingListingInformationMsg .sb-border { background: yellow; }

div.MissingListingInformationMsg
{
	padding: 10px;
	border: 2px solid yellow;
	background-color: #f0f0f0;
	margin-bottom: 5px;
}

Div.BoxHeaderDarkShaded
{
	border-left:1px solid #[$BoxDarkShadeBorderColor$];border-right:1px solid #[$BoxDarkShadeBorderColor$];background-color:#[$BoxDarkShade$];padding-left:10px;padding-right:10px;padding-bottom:10px;color:white;
}
	
Div.BoxHeaderLightShaded
{
	border-left:1px solid #[$BoxDarkShadeBorderColor$];border-right:1px solid #[$BoxDarkShadeBorderColor$];background-color:#[$BoxLightShade$];padding-left:10px;padding-right:10px;padding-bottom:10px;color:white;
}
	
Div.BoxContentLightShaded
{
border-left:1px solid #[$BoxDarkShadeBorderColor$];border-right:1px solid #[$BoxDarkShadeBorderColor$];background-color:#[$BoxLightShade$];padding-left:10px;padding-right:10px;padding-top:10px;color:black;
}

.LightShadedBackground 
{
    background-color:#[$BoxLightShade$];
}

.CalloutTable 
{
    border:2px solid #[$BoxDarkShade$];
    background-color:#[$BoxLightShade$];
    margin:0 0 12px 0;
}

Div.BoxDarkShaded
{
	border-left:1px solid #D0D0D0;border-right:1px solid #D0D0D0;background-color:#[$BoxDarkShade$];padding-left:10px;padding-right:10px;padding-bottom:0px;color:white;
}

Div.BoxLightShaded
{
border-left:1px solid #D0D0D0;border-right:1px solid #D0D0D0;background-color:#[$BoxLightShade$];padding-left:10px;padding-right:10px;padding-top:0px;color:black;
}

Div.BoxClearShaded
{
border-left:1px solid #D0D0D0;border-right:1px solid #D0D0D0;padding-left:10px;padding-right:10px;padding-top:0px;color:black;
}

	
Div.BoxFooterShaded
{
	background-color:#[$FooterBackgroundColor$];
	color:#[$FooterColor$];
	font-size:8pt;
	vertical-align:middle;
	text-align:center;
	height:20px;
	padding-top:10pt;
}
	
Div.BoxHeaderDarkShaded H1,Div.BoxHeaderDarkShaded H2,Div.BoxHeaderDarkShaded H3,Div.BoxDarkShaded H1,Div.BoxDarkShaded H2,Div.BoxDarkShaded H3
{
	color:White;
}

Div.BoxLightShaded H1,Div.BoxLightShaded H2,Div.BoxLightShaded H3,Div.BoxClearShaded H1,Div.BoxClearShaded H2,Div.BoxClearShaded H3
{
	color:black;
}

Div.BoxHeaderDarkShadedTL
{
float:left;background-image:url('corner.axd?Position=TopLeft&Radius=10&ForeColor=[$BoxDarkShade$]&BorderColor=d0d0d0');background-repeat:no-repeat;width:10px;height:10px;
}
Div.BoxHeaderDarkShadedTR
{
float:right;background-image:url('corner.axd?Position=TopRight&Radius=10&ForeColor=[$BoxDarkShade$]&BorderColor=d0d0d0');background-repeat:no-repeat;width:10px;height:10px;
}
Div.BoxHeaderDarkShadedT
{
background-color:#[$BoxDarkShade$];border-top:1px solid #d0d0d0;height:9px;margin-left:10px;margin-right:10px;
}

Div.BoxHeaderLightShadedTL
{
float:left;background-image:url('corner.axd?Position=TopLeft&Radius=10&ForeColor=[$BoxLightShade$]&BorderColor=d0d0d0');background-repeat:no-repeat;width:10px;height:10px;
}
Div.BoxHeaderLightShadedTR
{
float:right;background-image:url('corner.axd?Position=TopRight&Radius=10&ForeColor=[$BoxLightShade$]&BorderColor=d0d0d0');background-repeat:no-repeat;width:10px;height:10px
}
Div.BoxHeaderLightShadedT
{
background-color:#[$BoxLightShade$];border-top:1px solid #d0d0d0;height:9px;margin-left:10px;margin-right:10px;
}

Div.BoxContentLightShadedBL
{
float:left;background-image:url('corner.axd?Position=BottomLeft&Radius=10&ForeColor=[$BoxLightShade$]&BorderColor=d0d0d0');background-repeat:no-repeat;width:10px;height:10px
}
Div.BoxContentLightShadedBR
{
float:right;background-image:url('corner.axd?Position=BottomRight&Radius=10&ForeColor=[$BoxLightShade$]&BorderColor=d0d0d0');background-repeat:no-repeat;width:10px;height:10px
}
Div.BoxContentLightShadedB
{
background-color:#[$BoxLightShade$];border-bottom:1px solid #d0d0d0;height:9px;margin-left:10px;margin-right:10px;
}

Div.BoxClearShadedTL
{
float:left;background-image:url('/corner.axd?Position=TopLeft&Radius=10&BorderColor=d0d0d0');background-repeat:no-repeat;width:10px;height:10px
}
Div.BoxClearShadedTR
{
float:right;background-image:url('/corner.axd?Position=TopRight&Radius=10&BorderColor=d0d0d0');background-repeat:no-repeat;width:10px;height:10px
}
Div.BoxClearShadedT
{
border-top:1px solid #d0d0d0;height:9px;margin-left:10px;margin-right:10px;
}

Div.BoxClearShadedBL
{
float:left;background-image:url('/corner.axd?Position=BottomLeft&Radius=10&BorderColor=d0d0d0');background-repeat:no-repeat;width:10px;height:10px
}
Div.BoxClearShadedBR
{
float:right;background-image:url('/corner.axd?Position=BottomRight&Radius=10&BorderColor=d0d0d0');background-repeat:no-repeat;width:10px;height:10px
}
Div.BoxClearShadedB
{
border-bottom:1px solid #d0d0d0;height:9px;margin-left:10px;margin-right:10px;
}

Div.BoxFooterShadedBL
{
float:left;background-image:url('/corner.axd?Position=BottomLeft&Radius=10&ForeColor=[$FooterBackgroundColor$]');background-repeat:no-repeat;width:10px;height:10px
}
Div.BoxFooterShadedBR
{
float:right;background-image:url('/corner.axd?Position=BottomRight&Radius=10&ForeColor=[$FooterBackgroundColor$]');background-repeat:no-repeat;width:10px;height:10px
}
Div.BoxFooterShadedB
{
background-color:#[$FooterBackgroundColor$];border:0px;height:10px;margin-left:10px;margin-right:10px;
}

p.first
{
	margin-top:0px;
}

p.last
{
	margin-bottom:0px;
}

ul.first
{
	margin-top:0px;
}

ul.last
{
	margin-bottom:0px;
}

div.DivBelowTopNavTabs
{
	margin-left:10px;
	margin-right:10px;
	height:15px;
	background-color:#[$BoxLightShade$];
}

.IGNORE-USEDINLINE
{
	background-color:#[$AlternateButton1BackgroundColor$];
	color:#[$AlternateButton1Color$];
}

table.calendar-month
{
	width:100%;
}

table.calendar-month tr th.weekday
{
	text-align:right;
}

table.calendar-month tr td.dayofweek
{
	text-align:right;
}

table.calendar-month tr td.other-month
{
	text-align:right;
	color:Gray;
}

table.calendar-month tr td.DayStatus_Available
{
	font-weight:bold;
	background-color:#[$BoxDarkShade$];
	color:White;
}

table.calendar-month tr td.DayStatus_Booked
{
	background-color:#[$BoxDarkShade$];
	text-decoration:line-through;
	color:White;
}

table.calendar-month tr td.DayStatus_Unavailable
{
	font-size:8pt;
}

div.CalendarCurrentMonthYear
{
	text-align:center;
	font-weight:bold;
	font-size:14pt;
}

.mar-5 
{
    margin:5px;
}
.clear 
{
    clear:both;
}
.clear10h 
{
    clear:both;
    height:10px;
}
.f_left 
{
    float:left;
}
.f_right 
{
    float:right;
}
.paddt15 
{
    padding:15px 0 0 0;
}
.blueText 
{
    color:#0061b5;   
}
.bigBlack 
{
    color:#000;
    font-size:1.25em;
}
.bigGray 
{
    color:#82847c;
    font-size:1.25em;
}
.grayBorder
{
    padding:5px;
    border:solid 3px #82847c;
}

.display-label
{
	background-color:#[$BoxDarkShade$];
	color:White;
	font-size:12pt;
}

.display-field
{
	background-color:#[$BoxLightShade$];
	color:black;
}

.propertyOptionList {width:40%; float:left;}
.propertyOptionList li { list-style:none; }
.propertyOptionList li img { vertical-align:middle; }
.propertyOptionList li .stat { float:right; }