﻿#MyREALMPanel
{
	width: 205px;
	background-color: #efefef;
	border: solid 1px #d0d0d0;
	margin-left: 11px;
	margin-top: 18px;
	padding-bottom: 10px;
}
#MyREALMPanel .PanelTitle
{
	width: 100%;
	background-color: #909090;
	border-bottom: solid 1px #d0d0d0;
	color: #efefef;
	font-size: 16px;	
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}
#MyREALMPanel .MostRecentListings
{
	padding: 10px;
	color: #454545;
}
#MyREALMPanel .PropertyPanel
{
	clear: left;
	font-size: 10px;
}
#MyREALMPanel .PropertyTitle
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#MyREALMPanel .ImagePanel
{
	float: left;
	margin-right: 4px;
	margin-bottom: 8px;
}


.ListingResultContainer
{
	position: relative;
	float: left;
	width: 640px;
	margin-left: 13px;
	padding: 8px 8px 8px 8px;
	border: solid 1px #edc783;
	background-image: url(/theme/images/back_agentlisting.jpg);
	background-repeat: repeat-x;
	color: #454545;	
	font-size: 9px;
	clear: left;
}
.ListingResultCorner
{
	position: absolute;
	right: -2px;
	top: -1px;
	background-image: url(/theme/images/Search_Result_Corner.gif);
	background-repeat: no-repeat;
	width: 31px;
	height: 30px;
	z-index: -1;
}
.ListingResultMyREALM
{
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	width: 94px;
	height: 28px;
}
.ListingResultMyREALM .NotListed
{
	background: url(/theme/images/myrealm_addremove.gif) 0 0 no-repeat;
	display: block;	
	width: 94px;
	height: 28px;
	text-decoration: none;	
}
.ListingResultMyREALM .NotListed:hover
{
	background: url(/theme/images/myrealm_addremove.gif) 0 -28px no-repeat;	
	display: block;
	width: 94px;
	height: 28px;
}
.ListingResultMyREALM .ActiveListing
{
	background: url(/theme/images/myrealm_addremove.gif) 0 -56px no-repeat;
	display: block;
	width: 94px;
	height: 28px;
}
.ListingResultMyREALM .ActiveListing:hover
{
	background: url(/theme/images/myrealm_addremove.gif) 0 -84px no-repeat;
	display: block;
	width: 94px;
	height: 28px;
}
.ListingResultMyREALMDetail
{
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	width: 94px;
	height: 28px;
}
.ListingResultMyREALMDetail .NotListed
{
	background: url(/theme/images/myrealm_addremove_detail.gif) 0 0 no-repeat;
	display: block;	
	width: 94px;
	height: 28px;
	text-decoration: none;	
}
.ListingResultMyREALMDetail .NotListed:hover
{
	background: url(/theme/images/myrealm_addremove_detail.gif) 0 -28px no-repeat;	
	display: block;
	width: 94px;
	height: 28px;
}
.ListingResultMyREALMDetail .ActiveListing
{
	background: url(/theme/images/myrealm_addremove_detail.gif) 0 -56px no-repeat;
	display: block;
	width: 94px;
	height: 28px;
}
.ListingResultMyREALMDetail .ActiveListing:hover
{
	background: url(/theme/images/myrealm_addremove_detail.gif) 0 -84px no-repeat;
	display: block;
	width: 94px;
	height: 28px;
}
.ListingResultPhoto
{
	position: relative;	
	float: left;
	width: 180px;
}
.ListingResultPhoto IMG
{
	border: solid 1px #c0c0c0;
	padding: 4px 4px 20px 4px;
	background-color: #ffffff;
}
.ListingResultRealmTag
{
	font-size: 9px;
	color: #ffffff;
	position: absolute;
	right: 14px;
	bottom: 23px;
}
.ListingResultNumber
{
	font-size: 9px;
	color: #c0c0c0;
	position: absolute;
	left: 8px;
	bottom: 4px;
}
.ListingResultPrice
{
	font-size: 10px;
	color: #CB2027;
	position: absolute;
	right: 16px;
	bottom: 4px;
}
.ListingResultRemarks
{
	font-size: 11px;
	position: absolute;
	right: 20px;
	top: 71px;
	width: 250px;
}
.ListingResultControls
{
	font-size: 11px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 250px;
	text-align: right;
}
.ListingResultContentArea
{
	font-size: 11px;
	padding: 0px 10px 0px 10px;
}
.ListingResultImgCorner IMG
{
	border: none;
	padding: 0px 0px 0px 0px;
}
.ListingResultImgCorner
{
	position: absolute;
	right: 6px;
	bottom: 0px;	
	background-image: url(/theme/images/Search_Result_ImgCorner.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ListingResultInfo
{
	font-size: 11px;
	width: 455px;
	float: right;
	margin: 0px;
}
.ListingResultTitle A
{
	font-size: 15px;
}
.ListingResultSpacer
{
	clear: both;
	height: 15px;
}
.ListingResultControl
{
	position: absolute;
	right: 20px;
	top: 30px;
	text-align: right;
}
.ListingResultSubControl
{
	font-size: 11px;
	position: relative;
	text-align: right;
	padding-right: 20px;
}
.ListingResultSubTitle
{
	font-size: 11px;
	color: #909090;
}


.ActiveFilter
{
	color: #c0c0c0;
}
.ActiveFilter:hover
{
	color: #c0c0c0;
}

#SearchFormContainer
{
	float: left;
	position: relative;
	margin-left: 13px;
	margin-bottom: 13px;
	width: 627px;
	padding: 50px 18px 16px 18px;
	border: solid 1px #edc783;
	background-image: url(/theme/images/back_agentlisting.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	font-size: 14px;
	color: #454545;
}
#SearchFormTopCorner
{
	position: absolute;
	right: -2px;
	top: -1px;
	background-image: url(/theme/images/Search_Result_Corner.gif);
	background-repeat: no-repeat;
	width: 31px;
	height: 30px;
}
#SearchFormContainer .TitleImage
{
	position: absolute;
	top: 12px;
	left: 8px;
	width: 343px;
	height: 32px;
}
#SearchFormContainer .AreaGroup
{
	clear: left;
	display: block;
	visibility: visible;
	white-space: nowrap;
}
#SearchFormContainer .AreaPanel
{
	position: relative;
	vertical-align: top;
	float: left;
	white-space: nowrap;
	margin-bottom: 12px;
}
#SearchFormContainer .AreaTitle
{
	float: left;
	width: 65px;
	vertical-align: top;
	white-space: nowrap;
	padding-top: 4px;
}
#SearchFormContainer .AreaTitleLong
{
	float: left;
	width: 70px;
	vertical-align: top;
	white-space: nowrap;
	padding-left: 6px;
	padding-top: 4px;
}
#SearchFormContainer .AreaTitleShort
{
	float: left;
	width: 45px;
	vertical-align: top;
	white-space: nowrap;
	padding-left: 6px;
	padding-top: 4px;
}
#SearchFormContainer .AreaSubContent
{
	font-size: 11px;
	width: 155px;
	vertical-align: top;
}

#SearchFormContainer .LeftCol
{
	width: 50%;
	float: left;
}
#SearchFormContainer .RightCol
{
	width: 50%;
	float: left;
}
#SearchFormContainer .SearchBtns
{
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 240px;
	height: 28px;
	
}
#SearchFormContainer .CornerTL
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	background-image:url(/theme/images/propsearch_corner_tl.gif);
	background-repeat: no-repeat;
}
#SearchFormContainer .CornerTR
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 28px;
	height: 28px;
	background-image:url(/theme/images/propsearch_corner_tr.gif);
	background-repeat: no-repeat;
}
#SearchFormContainer .CornerBL
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	background-image:url(/theme/images/propsearch_corner_bl.gif);
	background-repeat: no-repeat;
}
#SearchFormContainer .CornerBR
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 28px;
	height: 28px;
	background-image:url(/theme/images/propsearch_corner_br.gif);
	background-repeat: no-repeat;
}
#SearchFormAdvanced
{
	height: 150px;
}
#SearchFormContainer TABLE
{
	padding: 0px;
	width: 620px;
}
#SearchFormContainer TD
{
	padding: 2px;
	font-size: 11px;
}
#SearchFormContainer SELECT
{
	font-size: 14px;
	color: #454545;
}
#SearchFormContainer INPUT
{
	font-size: 14px;
	color: #454545;
}
#SearchFormContainer .FieldBorder
{
	border: none;
	list-style: none;
}

.ErrorNotice
{
	color: #990000;
	text-align: center;
	font-size: 14px;
}


/* Detail Property Listing Styles */


#ListingDetailContainer
{
	position: relative;
	width: 650px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 8px 8px 8px 8px;
	border: solid 1px #b1aa85;
	background-color: #f9f5e0;
}
#ListingDetailCornerTL
{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 14px;
	height: 14px;
	background-image: url(/theme/images/Search_Detail_CornerTL.gif);
	background-repeat: no-repeat;
}
#ListingDetailCornerTR
{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 14px;
	height: 14px;
	background-image: url(/theme/images/Search_Detail_CornerTR.gif);
	background-repeat: no-repeat;
}
#ListingDetailCornerBL
{
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 14px;
	height: 14px;
	background-image: url(/theme/images/Search_Detail_CornerBL.gif);
	background-repeat: no-repeat;
}
#ListingDetailCornerBR
{
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 14px;
	height: 14px;
	background-image: url(/theme/images/Search_Detail_CornerBR.gif);
	background-repeat: no-repeat;
}
#PropListMainImage
{
	width: 256px;
	height: 192px;
	border: solid 1px #7f7a60;
	background-color: #ffffff;
}
#PropListImageGallery
{
	width: 382px;
	height: 75px;
	overflow: auto;
	background-color: #ffffff;
}

#PropListImageGallery IMG
{
	margin-right: 3px;
}
#CityStreetContainer
{
	width: 100%;
}
#PriceContainer
{
	padding-top: 15px;
	padding-bottom: 15px;
}
#PropListSideContainer
{
	float: right;
	width: 260px;
	text-align: center;
	color: #7f7a60;
}
#PropListStarsContainer
{
	margin-bottom: 15px;
	position: relative;
}
#ActionsContainer
{
	width: 382px;
	height: 126px;
	text-align: center;
}
#ActionsContainer DIV
{
	width: 180px;
	height: 40px;
	margin: 3px;
	float: left;
	vertical-align: middle;
	line-height: 40px;
	background-color: #efefef;
	border: solid 1px #b4b4b4;
	
}
.ImageActive img
{
	opacity:.3;
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3;
}

.StreetAddressLabel
{
	font-size: 24px;
	color: #558ec9;
}
.CityStateLabel
{
	font-size: 18px;
	color: #6a829b;
}
.PriceLabel
{
	font-size: 17px;
	color: #da7b00;
	
}
.ListingTable
{
	margin-top: 15px;
}
.ListingTable TR
{
	vertical-align: top;
}
.ListingTable TD
{
	padding: 3px 5px 3px 5px;
}
.ListingQuadTable
{
	margin-top: 15px;
	width: 100%;
}
.ListingQuadTable TR
{
	vertical-align: top;
}
.ListingQuadTable TD
{
	width: 25%;	
	padding: 3px 5px 3px 5px;
}

.ItemTitle
{
	font-weight: bold;
}
.SectionTitle
{	
	font-weight: bold;
	color: #da7b00;
	border-bottom: dotted 1px #da7b00;
}
