/*  General rules */
body {
	margin:0;
	padding: 0;
	font-family:Helvetica;
	font-size: 0.8em;
	background:#dedede;
	color:#000;
}

a 
{
	color: #005b94;
}

img	
{
	border:none;
}
ul 
{
	margin:0;
	padding: 0;
	list-style-type:none;
}
p 
{
	margin: 0;
}
h1, h2 {
    font-weight:bold;
    font-size: 120%;
    text-shadow: rgba(255,255,255,.2) 0 1px 1px;
    color: #000;
    margin: 5px 0;
}
h2 {
    font-size: 110%;
}
dl, dd, dt {
	margin:0;
	padding: 0;
}
.selectable, 
input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
    -webkit-user-select: auto;
    font-family:Helvetica;
}
input[type=radio],
input[type=checkbox]
{
	margin-top: 5px;
}
input[type=checkbox],
input[type=radio],
label.Checkbox,
div.Checkbox label
{ 
	float:left;
	display: inline-block;
}
div.Checkbox label 
{
	width:auto;
}
label.Checkbox,
.Form label.Checkbox,
div.Checkbox label
{
	cursor: pointer;
	margin: 5px 0;
	padding-left: 3px;
}
.placeholder 
{
	color:#ccc;
}

.Page 
{
	background: #fff;
}
.Section 
{
	padding: 5px 0 5px 5px;
	clear: both;
	float: left;
}
.HomeDetailSection .Section 
{
	padding:5px 10px;
}
.Titlebar 
{
	/*border-bottom:1px solid #c3c3c3;*/
	padding: 10px 0 4px 6px;
	font-weight:bold;
	color: #000;
}
.Price 
{
	font-weight:bold;
}

/* Tables */
table.FullWidth 
{
	width: 99%;
}
input.submit 
{
	margin: 2px auto;
	display: block;
	padding: 5px 20px;
}
.Button a
{
	display: block;
	padding: 6px 0;
	border: 1px solid #cbcbcb;
	background: #fff;
	color:#005B94;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow:  0 1px 0 rgba(255, 255, 255, 0.7);	
	background: -moz-linear-gradient(100% 100% 90deg, #d4d4d4, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d4d4d4));
}

.Header .Button a.back
{
	display:none;
}
.PrimaryAction input
{
	margin:0 auto;
	padding:6px 30px;
}
#PasswordForm .PrimaryAction input,
#GuestInfoForm .PrimaryAction input
{
	padding:6px 20%;
}
.SecondaryAction
{
	width: 20%;
	padding-left:3px;
}
.SecondaryAction a
{
	text-decoration: none;
}
.ButtonHolder
{
}

/*   Header   */
.Header 
{
	padding: 2px;
	height:40px;
	background:#d1d1d1 url(/Common/Branding/General/HeaderBG.png) repeat-x;
	/*background: -moz-linear-gradient(100% 100% 90deg, #d4d4d4, #ffffff);*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d4d4d4));*/
}

/* Splash Page */

.SplashPage {position:relative;}

.SplashPage td.Button
{
	padding:8px 2px;
	width:33%;
}
.SplashPage td.Button a
{
	padding-top:15px;
	background:-moz-linear-gradient(100% 100% 90deg, #e7e7e7, #FFFFFF) repeat scroll 0 0 transparent;
}
.SplashPage .Button span
{
	display: block;
	height: 30px;
	padding-top: 40px;
	background: transparent url(/Common/Branding/General/Splash.png) no-repeat 50% 6px;
}
.SplashPage .Button .AgentSearch span
{
	background:transparent url(/Common/Branding/General/Splash.png) no-repeat 50% -72px; /* repeat full background for IE */
}
.SplashPage .Button .YourAccount span
{
	background-position: center -148px ;
	background:transparent url(/Common/Branding/General/Splash.png) no-repeat 50% -148px;
}


/* Search Page */

#PropertySearchForm, #DirectorySearchForm {margin:10px 10px 0 10px; border: 1px solid #b5b5b5; background:#f0f0f0 url(/Common/Branding/General/BodyBG.png) repeat-x;}

.FuzzySearch 
{
	padding: 5px;
	clear: both;
	text-align:center;
}

.Expandable {
	background:#ffffff url(/Common/Branding/General/ExpandHeader.png) repeat-x;}

.Criteria
{
	border-bottom:solid 1px #ccc;
	/*padding: 2px;*/
	clear:both;
}
.AdvanceCriteria div 
{
	padding: 2px;
	clear:both;
}
.reset,
.CriteriaTitle 
{
	padding-left: 10px;
	height: 17px;
	background: transparent url(/Common/Branding/General/IconSprite.png) no-repeat 0 0;
	
}
.CriteriaTitle 
{
	font-weight:bold;
	/*margin:4px;*/
	position: relative;
	height: 31px;
    padding-top:6px;
	color:#fff;
	background:transparent url(/Common/Branding/General/BlueHeader.png) repeat-x;
}

.CriteriaTitle a
{
	color:#fff;
}
.reset
{
	position:absolute;
	right:10px;
	top:0;
	background-position:0 -18px;
	text-decoration: none;
	padding-top:2px;
	padding-left: 26px;
	margin-top:5px;
}

#PropertySearchContainer .CriteriaTitle,
#DirectorySearchContainer .CriteriaTitle 
{
	background-position:0 0;
	/*margin-left:10px;*/
}
#DirectorySearchContainer .CriteriaTitle 
{
	/*background-position:0 -36px;*/
}

.Filter label:first-of-type,
.AdvanceCriteria label
{
	float:left;
	width:130px;
	font-weight:bold;
}
.Filter input[type=text],
.Filter select,
.AdvanceCriteria input[type=text],
.AdvanceCriteria select
{
}
#DirectorySearchContainer select 
{
	width:160px;
}
.Checkbox label 
{
	float:none;
	cursor: pointer;
	width:160px;
}

.Filter 
{
	margin:4px;
}
.FilterStatus 
{
	height: 22px;
}
.FilterStatus label.Checkbox 
{
	color: #005b94;
}
.FilterStatus label.Active,
.FilterStatus label.Sold
{
	padding-right:8px;
}

.AdvanceCriteria 
{
	clear:both;
}
.AdvanceCriteria dd 
{
	overflow:auto;
	padding-bottom: 8px;
}
.AdvanceCriteria div.Checkbox
{
	padding-left: 8px;
}

.Checkbox input
{
	/*width:auto;*/
}

.FuzzySearch .Filter input,
.FuzzySearch .Filter input[type="text"]
{
	width:98%;
}

.Filter label input
{
	width:auto;
}

/*  Results List  */
table.Results 
{
	width: 100%;
}
table.Results tr 
{
	cursor: pointer;
}
table.Results .NoResults, 
table.Results .TotalItems
{
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
table.Results .NoResults .Button
{
	margin: 10px 25%;
}
.Results td 
{
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.Results td.NoBorder 
{
	border:0;
}
.Results .Arrow 
{
	width:100%;
	height: 75px;
	float: left;
	display: block;
}
.Results .Arrow span
{
	display: none;
}
.Results .MoreLink 
{
	background:#f9f9f9 url(/Common/Branding/General/RightArrow.png) no-repeat 50% 50%;
	vertical-align: middle;
	text-align: center;
	width: 28px;
	border-left:1px solid #CCCCCC;
	padding-top: 0;
}
.Results .PhotoHolder
{
	width: 105px;
}
.Results .PhotoHolder
{
	padding: 3px;
}
.Results .Address
{
	padding: 4px 0;
}
.Results .Price
{
	padding: 4px 0 4px 4px;
}
.Results label
{ 
	font-weight:bold;
}
.Results .CourtesyRow td 
{
	padding: 3px 5px;
}
.Results .Details,
.Results .CourtesyText 
{
	font-size: .75em;
}
.Results .Details label
{
	width:60px;
	display: block;
	float: left;
	clear: both;
}

.Results .MLSListing .CourtesyIcon 
{
    color: black;
    background: url(/Common/Branding/General/BrokerRecip_sm.gif) no-repeat left top;
    display:block;
    min-height: 26px;
    padding-left: 32px;
    float:left;}

.Results .CourtesyText 
{
	color: #222;
	margin-top: 5px;
	display:block;
}
.Results .ShowMoreButton td 
{
	padding: 6px;
	border: 0;
}
.ShowMoreButton .submit 
{
	width: 100%;
}

/*  Property Page  */

.HomeDetailSubNav 
{
    background:transparent url(/Common/Branding/General/BlueSubNav.png) repeat-x; 
    width:100%;
    height: 34px;
}

.HomeDetail .ButtonHolder {
	width: auto;
	margin: 0 auto;
	color:#fff;
	padding-top:5px;
}
.HomeDetail .ButtonHolder td 
{
	padding: 4px;
}
.HomeDetail .ButtonHolder .FavoriteButton a
{
	padding: 0 0 0 24px;
	border:none;
	height: 18px;
	background: transparent url(/Common/Branding/General/IconSprite.png) no-repeat;
	background-position:0 -56px;
	color:#fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.HomeDetail .ButtonHolder .RMIButton a
{
	padding: 0 0 0 24px;
	border:none;
	height: 18px;
	background: transparent url(/Common/Branding/General/IconSprite.png) no-repeat;
	background-position:0 -75px;
	color:#fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.HomeDetailContainer     
{
    background: url("/Common/Branding/General/BodyBG.png") repeat-x scroll 0 0 #f0f0f0;
    border: 1px solid #B5B5B5;
    margin: 10px;
    border-collapse: collapse;
 }

.HomeDetail .ShareButton
{
	float: left;
}
.ShareLabel 
{
	margin: 0 0 8px 0;
	font-weight:bold;
}
#EmailShare a,
#FacebookShare a,
#TwitterShare a
{
	height: 32px; 
	width:32px;
	padding: 0 5px;
	background: transparent url(/Common/Branding/General/Share.png) no-repeat top center;
	text-indent: -8000px;
	border: 0;
}
#FacebookShare a
{
	background: transparent url(/Common/Branding/General/Share.png) no-repeat center center;
}
#TwitterShare a
{
	background: transparent url(/Common/Branding/General/Share.png) no-repeat bottom center;
}
.HomeDetail .PropInfo 
{
	float:left;
}
.HomeDetail .ListingCourtesy
{
	clear:both;
}
.HomeDetail .PropInfo .Address a 
{
	text-decoration: none;	
}
.HomeDetail .Price 
{
	margin-top: 5px;
}
.PropertyInfoTable 
{
	width: 100%
}
.PropertyInfoTable td
{
	padding: 3px;
}
.PropertyInfoTable td.Label 
{
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
}
.HomeDetail .Text 
{
}
.HomeDetailSection 
{
	clear:both;
}
.PropertyInfoSection
{
	clear:both;
	float:left;
	width: 100%;
	/*border-bottom:1px solid #C3C3C3;*/
}
.ShareSection
{
	clear:both;
	width: 100%;
	margin:0 10px;
}
.HomeDetailSection .Caption 
{
	padding: 10px;
}
.HomeDetailSection .Leadline 
{
	padding: 10px 0 0 10px;
	font-weight: bold;
}
.HomeDetail .HomeDetailRow 
{
	width: 100%;
}
.SectionLabel 
{
	font-weight:bold;
	background: #f6f6f6;
	padding: 3px 0;
}

.ContactPanel 
{
    background: url("/Common/Branding/General/BodyBG.png") repeat-x scroll 0 0 #f0f0f0;
    border: 1px solid #B5B5B5;
    /*margin: 10px;*/
    border-collapse: collapse;
    clear:both;
}


.PresentedByBar 
{
	text-align: center;
	font-weight: bold;
	height: 21px;
	padding: 5px 0;
	/*line-height:31px;*/
	color:#fff;
	background:transparent url(/Common/Branding/General/BlueHeader.png) repeat-x;
}
.HomeDetail .PhotoHolder 
{
	float:left;
	display: block;
	margin-right: 5px;
	position: relative;
	margin-bottom: 8px;
}
.HomeDetail .PhotoHolder a.Zoom
{
	background: url(/Common/Branding/General/Zoom.png) no-repeat 0 0;
	display: block;
	height: 22px;
	width: 22px;
	position:absolute;
	bottom: -9px;
	left:97px;
}
.HomeDetailOpenHouseAlert 
{
	background: url(/Common/Branding/General/OpenHouse.gif) no-repeat left center;	
	padding:2px 0 2px 20px;
	margin-top:5px;
	font-size:0.76em;
	clear:both;
}
.PhotoHolder img,
.ContactPanel img.AgentImage
{
	border: 1px solid #ccc;
	margin:0 4px;
}
.vcard .PhotoHolder img
{
	width:100px;
}
.Leadline 
{
	font-weight:bold;
	margin-bottom:5px;
	text-align:center;
}
table.ContactPanel .Button {
	padding: 2px 8px 4px 0;
}
table.ContactPanel .Button a {
}

/* Directory Results List  */
#DirectoryResults .fn
{
	font-size:1.3em;
	font-weight: bold;
}
#DirectoryResults .fn a
{
	text-decoration: none;
}
#DirectoryResults .Results .PhotoHolder 
{
	width: 112px;
}

/*  Agent Page  */
.AgentSection 
{
	width:100%;
}
.AgentSite .fn,
.AgentSite .org
{
	font-size:1.5em;
	font-weight: bold;
	margin-left: 3px;
}
.AgentSite .org
{
	font-size:1.25em;
}
.AgentSite .adr
{
	margin:6px 0 6px 4px;
}
.AgentSite .Buttons
{
	padding: 1px 5px;
}
.AgentSite .AgentBio
{
	padding: 10px 5px;
}
.AgentSite .Buttons .Button a
{
	margin-top: 2px;
}
.AgentSite .AgentPhotoHolder 
{
	margin-top: 5px;
	text-align: center;
}
.AgentSite .AgentPhotoHolder img
{
	border:1px solid #CCCCCC;
}

/*  Email Forms  */
form.jqt 
{
	padding: 1%;
}
.Form h2 {
	border-bottom:1px solid #373737;
	margin:8px 0;
	padding-bottom:3px;
}
.Form .Container 
{
	clear:both;
	padding: 3px;
	overflow: hidden;
}
.Confirmation .Container 
{
	padding: 5px;
	text-align: center;
}
.Confirmation p 
{
	margin-bottom:10px;
}
.Form label
{ 
	display: block;
	font-weight: bold;
	margin-top:5px;
	padding-left: 2px;
}
.Form input[type=text],
.Form input[type=password],
.Form input[type=email],
.Form input[type=number],
.Form textarea
{
	width:99%;
}
.Form textarea
{
	height: 5em;
}

.Form .Expandable dd 
{
	clear: both;
	padding-top: 10px;
	border-bottom: 0;
}
.WorkingWithOther 
{
	width: 90%;
}
.ConfirmMessage 
{
	padding: 10px 0;
	text-align: center;
}
#Register input.submit,
#RMIForm input.submit,
#RequestMoreInfo input.submit,
#EmailListing input.submit,
#ContactUs input.submit,
#EmailAgent input.submit,
#EmailOffice input.submit
{
	padding:6px 30%;
	clear: both;
	margin: 0 auto;
}
.Form label.RequestShowing 
{
	font-weight: normal;
	width: 90%;
}
.Form .Expandable label
{
	font-weight: normal;
}
.Form #WorkingWithOther
{
	clear: left;
}

/*  Your Account  */
.Error,
.ConfirmMsg
{
	text-align: center;
	padding: 5px 0;
	border-bottom:1px solid #e6e6e6;
}
.Error
{
	color: #990000;
}
.ConfirmMsg
{
	background-color: #fdfde0;
}
.SectionHeading 
{
	padding:0 4px; /* matches footer links */
	font-size: 90%;
	position: relative;
}
.SectionHeading #ForgotPassword
{
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	text-decoration: none;	
}
.RegisterInfo
{
	clear:both;
	border-top:1px solid #e6e6e6;
	margin-top:10px;
	padding:1%;
}
.RegisterHeader 
{
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
	text-align:center;
}
#LogInForm .PrimaryAction,
.RegisterInfo .PrimaryAction
{
	padding: 10px 0 0;
	text-align: center
}
.RegisterAbout ul
{
	list-style-type:square;
	margin:10px 0 0 10px;
	padding: 0 0 0 10px;
}
#GuestInfoForm label.Checkbox,
#RegisterForm label.Checkbox
{
	font-weight: normal;
	width: 90%;
}
.YourAccount .NoResults 
{
	font-weight:bold;
	padding:10px;
	text-align:center;
}
.YourAccount .NoResults .Button {
	margin:10px 25%;
}
.YourAccount .AccountHeader,
.YourAccount .AccountSubHeader
{
	font-weight: bold;
	padding: 4px 8px;
	border-bottom:1px solid #e6e6e6;
	position: relative;
}
.AccountHeader .Title,
.AccountHeader .LogOut,
.YourAccount .AccountInfo,
.YourAccount .SavedProperties
{
	float: left;
	display: block;
	padding-left: 23px;
	background: #fff url(/Common/Branding/General/YourAccountSprite.gif) no-repeat 0 0;
}
.AccountHeader .Title
{
	padding:4px 0 2px 26px;
}
.AccountHeader
{
	height: 22px;
}
.AccountHeader .LogOut 
{
	margin-top: 4px;
}	
.AccountHeader .LogOut,
.YourAccount .AccountInfo,
.YourAccount .SavedProperties
{
	position: absolute;
	right: 4px;
	top: 4px;
	background-position:0 -22px;
	text-decoration: none;
}
.YourAccount .AccountInfo,
.YourAccount .SavedProperties
{
	background-position:0 -41px;
	font-weight: normal;
}
.YourAccount .SaveNotes 
{
	float:right;
	margin: 5px 0;
	padding: 6px 10% ;
	font-size: 1em;
}
.YourAccount #Notes textarea 
{
	width: 95%;
}
.YourAccount .NotesTitlebar 
{
	display:none;
}
.YourAccount .Expandable dd 
{
	overflow:hidden;
}
.YourAccount .SavedProperties
{
	background: url(/Common/Branding/General/IconSprite.gif) no-repeat  0 0;
	padding-left: 26px;
}
.RemoveLink 
{
	display:block;
	float:right;
	height:18px;
	width:20px;
	background: #fff url(/Common/Branding/General/YourAccountSprite.gif) no-repeat 0 -57px;
	margin:10px;
}
.RemoveLink span
{
	display: none;
}

/*  Footer  */
.Footer
{
	clear:both;
}
.Footer .FooterText
{
	color:#666;
	clear: both;
}
.Footer .FooterText dd
{
	padding:0 8px;
}
.Footer .FooterText p
{
	padding:5px 0;
}
#Phone1NumberRegister,
#Phone2NumberRegister 
{
	margin-left:3px;
}
.AccountButtonBar
{
	/*position:absolute;
	bottom:0;*/
	height: 26px;
	padding-top:3px;
	margin-top:10px;
	color:#fff;
	background:transparent url(/Common/Branding/General/FooterBG.png) repeat-x;
	border-top:1px solid #959595;
	border-bottom:1px solid #959595;
	clear:both;
	width:100%;
	
}
.YourAccount .AccountButtonBar .Button,
.SplashPage .AccountButtonBar .Button 
{ 
	width: 49.2%; 
}
.SplashPage .AccountButtonBar .Button .youraccount,
.YourAccount .AccountButtonBar .Button .youraccount
{ 
	display:none; 
}
.AccountButtonBar .Button
{
	width:33%;
	float:left;
}
.AccountButtonBar .Button a
{
	border: none;
	background: none;
	font-size:0.9em;
	color:#fff;
	text-shadow:  0 1px 2px rgba(0, 0, 0, 0.7);
}
.AccountButtonBar .Button:first-of-type a
{
	text-align:left;
	margin-left: 5px;
}
.AccountButtonBar .LastButton a
{
	text-align:right;
}

/* The Non-JavaScript photo viewer */
.NonTouchPhotoViewer
{
	padding-top: 2px;
	background: #fff;
	text-align:center;
}
.NonTouchPhotoViewer .Button
{
	float: left;
	margin: 2px 4px;
}
.NonTouchPhotoViewer .NextPhoto 
{
	float: right;
}
.NonTouchPhotoViewer .Button a
{
	padding: 4px 18px;
	font-size:1em;
}
.NonTouchPhotoViewer .slide 
{
	display: block;
}

/* Blog */
.Blog
{
	padding:4px 8px;
}
.Dateline
{
	font-size:smaller;
	margin-top:5px;
	font-weight:bold;
}
.Blog a
{
	text-decoration:none;
}
.Blog p
{
	margin-bottom:8px;
}

.Blog img
{
	max-width:300px;
	height:auto;
}

.DirectorySearch .Filter {clear:left;}
