
/*

	AVAILABLE PROPERTIES PANEL
	-------------------------------------------------------------------------
	Author: Ken Ehrman
	01/10/2008

*/


.AvailableProperties
{
	background-color: #808080;
	position: relative;
	clear: both;
	margin: 25px 0px 20px 0px;
	bottom: 0px;
	left: 0px;
	width: 381px;
	overflow: visible;
}

.AvPropHead
{
	position: relative;
	padding: 3px 5px 3px 5px;
	margin: 0px;
	background-color: #000000;
	line-height: 14px;
}

.AvPropHead h3
{
	border: none;
}

h3.AvPropHead
{
	color: #A1CFEB !important;
	font-size: 12px !important;
	text-transform: uppercase;
	vertical-align: bottom;
	text-align: left;
}

.AvPhotos
{
	position: relative;
	display: block;
	width: 100%;
	height: 99px;
	background-color: #000000;
}

.AvPhotosLeft, .AvPhotosMiddle, .AvPhotosRight
{
	display: block;
	position: relative;
	float: left;
	width: 125px;
	height: 99px;
}

.AvPhotosLeft
{
	background-color: Gray;
}

.AvPhotosMiddle
{
	background-color: Gray;
	margin: 0px 3px 0px 3px;
}

.AvPhotosRight
{
	background-color: Gray;
}

			.Details 
			{
				position: relative;
				float: right;
				display: block;
				width: 60px;
				height: 20px;
				margin-top: 76px;
				background-color: #000000;
				text-align: center;
			}
			.Details a
			{
				color: #939598;
				font-size: 12px;
				font-weight:bold;
				text-transform: uppercase;
				text-decoration: none;
				vertical-align: top;
			}
			.Details a:hover
			{
				text-decoration: underline;
			}

.AvPropFooter
{
	display: block;
	position: relative;
	height: 10px;
	background-color: #000000;
}

/*		.AvPropMoreLink
		{
				vertical-align: bottom;
				text-align: right;
				margin-right: 17px;
				height: 31px;
		}

			.AvPropMoreLink a
			{
				color: #D1D3D4;
				font-size: 12px;
				text-transform: lowercase;
				text-decoration: none;
			}

			.AvPropMoreLink a:hover
			{
				text-decoration: underline;
			}
*/
.AvPropMoreLink
{
	vertical-align: bottom;
	text-align: right;
	padding-right: 17px;
	height: 22px;
	background-color: #FFFFFF;
}

.AvPropMoreLink a
{
	color: #A80532;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url( /images/shared/blue-arrow.gif );
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	margin-left: 0px;
}

.AvPropMoreLink a:hover
{
	text-decoration: underline;
}




/* SEARCH RESULTS STYLES */



.ResultsHeaderRow
{
	background-color: #7D0016;
	height: 24px;
}
.ResultsHeaderSortArrow 
{
	width: 12px;
	height: 15px;
	vertical-align: bottom;
}

.ResultsHeaderCell
{
	padding: 3px;
	border-bottom: solid 10px #FFFFFF;
}
	.ResultsSorter
	{
		color: White;
	}
	
tr.ResultsPager
{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

	.ResultsPager td
	{
		padding: 5px 7px 5px 0px;
	}
	
	.ResultsPager td span
	{
		padding: 3px 5px 2px 5px;
		color: White;
		background-color: #7D0016;
	}
	
	.ResultsPager td a
	{
		padding: 3px 5px 2px 5px;
		color: Blue;
	}

.ResultDataRow
{
	height: 65px;
	overflow: auto;
	padding: 10px 0px 5px 0px;
}

	.ResultsImageColumn
	{
		float: left;
		width: 130px;
		text-align: center;
		padding: 10px 10px 5px 5px;
	}

	.ResultsAddressColumn
	{
		float: left;
		width: 180px;
		padding-top: 5px;
	}

		.White
		{
			color: White !important;
		}
		
	.ResultsSpaceColumn
	{
		float: right;
		width: 85px;
		text-align: right;
		padding-right: 10px;
		padding-top: 5px;
	}
	
	.ResultsThumbnail
	{
		width: 130px;
	}

	.MoveDown
	{
		margin-top: 15px;
	}

	.ResultStatus
	{
		float: left;
		width: 265px;
		font-weight: bold;
		line-height: 15px;
		color: Maroon;
		padding: 5px 0px 5px 0px;
	}
	
	.RTRow
	{
		float: left;
		display: block;
		width: 290px;
		padding: 0px 0px 0px 3px;
	}

.PropertyRow
{
	display: block;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #CDCDCD;
	margin-bottom: 5px;
}

.PropertyRow2
{
	display: block;
	padding: 0px 10px 0px 10px;
}

	.ResultsImageColumn2
	{
		float: left;
		width: 130px;
		text-align: center;
		padding: 0px 10px 0px 0px;
	}

	.ResultsAddressColumn2
	{
		float: left;
		width: 180px;
		margin-top: -5px;
	}

	.ResultsSpaceColumn2
	{
		float: right;
		width: 85px;
		text-align: right;
		margin-top: -5px;
	}

.Clear
{
	height: 1px;
	clear: both;
	display: block;
}

.PropertyYellow
{
	background-color: #FACE00;
	padding: 1px 7px 1px 7px;
}

.YellowBar
{
	border-left: solid 10px #FACE00 !important;
}

.PropertyRed
{
	background-color: #983B43;
	padding: 1px 7px 1px 7px;
	color: White;
}

.Hidden
{
	display: none;
	visibility: hidden;
}

.NotFound
{
	padding: 15px 0px 15px 0px;
}

.SortBar
{
	background-color: #7D0016;
	margin-bottom: 10px;
}

	.SortBar p
	{
		padding: 0px;
		margin: 0px;
		color: White;
	}

	.SortBar a, .SortBar a:Hover
	{
		color: White;
	}
			
	.SortBar .Left
	{
		float: left;
		padding: 7px 0px 7px 140px;
	}
	
	.SortBar .Right
	{
		float: right;
		padding: 7px 10px 7px 0px;
	}

.SortArrowUp
{
	background-image: url('/images/search/arrow-asc.gif');
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.SortArrowDown
{
	background-image: url('/images/search/arrow-desc.gif');
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 20px;
}

