﻿.list-item
{
	font-size: 0.8em;
}
.property-results-table
{
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border: solid 1px #A0A0A0;
}
.property-results-table th, tr
{
	vertical-align: top;
	text-align: left;
}

.property-results-table th
{
	background-image: url('/images/DataTableBackground.png');
	background-repeat: repeat-x;
	height: 40px;
	border-bottom: solid 1px #A0A0A0;
	color: #004C93;
	font-size: 12px;
}

.property-results-table td
{
	border-bottom: solid 1px #A0A0A0;
	padding: 2px;
}
.contact-methods
{
	border-collapse: collapse;
}
.contact-methods td
{
	border-bottom: solid 0px;
}
.property-search
{
	width: 100%;
	border-collapse: collapse;
}
#Loader
{
	text-align: center;
	width: 99%;
	display: none;
}
#NoResults
{
	text-align: center;
	font-size: 1.2em;
	display: none;
}
.sortable-column
{
	cursor: pointer;
}

.sort-asc
{
	background-image: url('/Images/Icons/headerSortUp.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
.sort-desc
{
	background-image: url('/Images/Icons/headerSortDown.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

.Loader
{
	text-align: center;
	width: 99%;
	display: none;
}
.NoResults
{
	text-align: center;
	font-size: 1.2em;
	display: none;
}
