/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #FFFFFF;
	font-size: 7pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e9ecde;
	font-size: 7pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter td {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px dotted #aeafb3;
	cursor:pointer;
	cursor:hand;

}

table.tablesorter tbody td:hover {
	padding: 4px;
	background-color: #fff1a8;
	vertical-align: top;
	border-bottom: 1px dotted #aeafb3;
	cursor:pointer;
	cursor:hand;
}


.row:hover {
	background-color: #fff1a8;
	cursor:pointer;
	cursor:hand;
}

table.tablesorter tbody tr:hover {
	background-color:#fff1a8;	cursor:hand;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #b8c4ac;
}

table.tablesorter tbody tr.odd:hover {
	background-color:#fff1a8;	cursor:hand;
}

tr.mlsTable:hover{
	background-color:#fff1a8;	cursor:hand;
}


mlsTable tbody td:hover {
	background-color:#fff1a8;	cursor:hand;
}

.propertyLinks {
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:bottom;
}

.propertyAddress{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
  }
  
 #propertyAddress a{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
  } 
  
.propertyPrice{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
  }



.hoverNoLink{
	cursor:default;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

.hoverNoLink a:hover{
	
}



  