.Expandable {
	background-color: #000000;
	background-image: url(../imag/ExpandHeader.png);
	background-repeat: repeat-x;
}

.Expandable_cata {
	background-color: #000000;
	background-image: url(../imag/ExpandHeader.png);
	background-repeat: 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(../imag/IconSprite.png) no-repeat 0 0;
	
}
.CriteriaTitle 
{
	font-weight:bold;
	/*margin:4px;*/
	position: relative;
	height: 31px;
    padding-top:6px;
	color:#fff;
	background:transparent url(../imag/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(../imag/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(../imag/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(../imag/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(../imag/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(../imag/IconSprite.png) no-repeat;
	background-position:0 -75px;
	color:#fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.HomeDetailContainer     
{
    background: url("../imag/BodyBG.png") repeat-x scroll 0 0 #f0f0f0;
    border: 1px solid #B5B5B5;
    margin: 0px;
    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(../imag/Share.png) no-repeat top center;
	text-indent: -8000px;
	border: 0;
}
#FacebookShare a
{
	background: transparent url(../imag/Share.png) no-repeat center center;
}
#TwitterShare a
{
	background: transparent url(../imag/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;
	margin: 0px;
	margin-top: 0px;
}
.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("../imag/BodyBG.png") repeat-x scroll 0 0 #f0f0f0;
    border: 1px solid #B5B5B5;
    /*margin: 10px;*/
    border-collapse: collapse;
}


.PresentedByBar 
{
	text-align: center;
	font-weight: bold;
	height: 21px;
	padding: 5px 0;
	/*line-height:31px;*/
	color:#fff;
	background:transparent url(../imag/BlueHeader.png) repeat-x;
}
.HomeDetail .PhotoHolder 
{
	float:left;
	display: block;
	margin-right: 5px;
	position: relative;
	margin-bottom: 8px;
}
.HomeDetail .PhotoHolder a.Zoom
{
	background: url(../imag/Zoom.png) no-repeat 0 0;
	display: block;
	height: 22px;
	width: 22px;
	position:absolute;
	bottom: -9px;
	left:97px;
}
.HomeDetailOpenHouseAlert 
{
	background: url(../imag/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(../imag/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(../imag/IconSprite.gif) no-repeat  0 0;
	padding-left: 26px;
}
.RemoveLink 
{
	display:block;
	float:right;
	height:18px;
	width:20px;
	background: #fff url(../imag/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(../imag/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;}
