.headerContact
{
	width: 270px;
	text-align: right;
}
.main
{
    padding:0;
	border: 1px solid #999;
	width: 790px;
	border-collapse:collapse;
}

.propStatus_2 
{
	/*Live - Available*/
	color: green; 
}
.propStatus_3
{
	/*Live - Offer Made*/
	color: yellow; 
}
.propStatus_4
{
	/*Live - Reserved*/
	color: orange; 
}
.propStatus_13
{
	/*Live - Rented*/
	color: red; 
}
.propStatus_14
{
	/*Live - Sold*/
	color: red; 
}
.propStatus_15
{
	/*Live - Suject To Contract*/
	color: blue; 
}

/* *** tool bar **** */

.leftContent
{
    width:180px;
}

div#toolbar
{
	font-family: verdana;
	font-size: 11px;
	color: #333;
	text-align: left;
	padding-top: 0;
	width: 180px;
	text-align: right;
	background-color: transparent;
}

div#toolbar p
{
	width: 180px;
	height: 22px;
	margin: 0;
	display: block;
	text-transform: capitalize;
	border-bottom: 1px solid #999;
}



#toolbar a:link
{
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 180px;
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}

#toolbar a:visited
{
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 180px;
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}

#toolbar a:hover
{
	color: #FFF;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 180px;
	height: 22px;
	background-image: url(../Images/arrow.gif);
	background-position: 195px 9px;
	background-repeat: no-repeat;
	background-color: #999;
	text-indent: 13px;
}

#toolbar a:active
{
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 180px;
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}

/* ****** quick search ******* */


.searchButton
{
	font-family: verdana;
	font-size: 9px;
	text-align: center;
}


/* START Search Elements */
 
/* Drop downs */
.d
{ 
	width: 300px;
	font-size:10px;
}

/* Half drop downs */
.dh
{ 
	width: 146px;
	font-size:10px;
}


/* Small drop downs */
.ds
{ 
	width: 190px;
	font-size:10px;
}

/* Half drop downs small */
.dhs
{ 
	width: 92px;
	font-size:10px;
}

/* Property type Parent class */
.p
{ 
	background-color:#cccccc;
}

/* Property type child class */
.c
{ 
	background-color:#cdcdcd;
}

.l
{
	font-family:"arial,sans-serif";
}


/* Search button */
.sb
{ 
	font-size:10px;
}
/*
td{	font-size:11px;}
*/
/* area free text input area */
.ia
{ 
	width: 300px;
	font-size:10px;
}

/* END Search Elements */
