/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
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: #8dbdd8;
}

/*** Added on 02-Oct-2008***/

#proprtyTH.header{
    background: url(images/landSrchProperty.gif) left top no-repeat;
    width:495px; height:32px;
    cursor: pointer;
}
#proprtyTH.headerSortUp{
    background: url(images/landSrchPropertyUp.gif) left top no-repeat;
    width:495px; height:32px;
    cursor: pointer;
}
#proprtyTH.headerSortDown{
    background: url(images/landSrchPropertyDown.gif) left top no-repeat;
    width:495px; height:32px;
    cursor: pointer;
}

#typeTH.header{
    background: url(images/landSrchType.gif) left top no-repeat;
    width:87px; height:32px;
    cursor: pointer;
}
#typeTH.headerSortUp{
    background: url(images/landSrchTypeUp.gif) left top no-repeat;
    width:87px; height:32px;
    cursor: pointer;
}
#typeTH.headerSortDown{
    background: url(images/landSrchTypeDown.gif) left top no-repeat;
    width:87px; height:32px;
    cursor: pointer;
}

#acresTH.header{
    background: url(images/landSrchAcres.gif) left top no-repeat;
    width:77px; height:32px;
    cursor: pointer;
}
#acresTH.headerSortUp{
    background: url(images/landSrchAcresUp.gif) left top no-repeat;
    width:77px; height:32px;
    cursor: pointer;
}
#acresTH.headerSortDown{
    background: url(images/landSrchAcresDown.gif) left top no-repeat;
    width:77px; height:32px;
    cursor: pointer;
}

#priceTH.header{
    background: url(images/landSrchPrice.gif) left top no-repeat;
    width:101px; height:32px;
    cursor: pointer;
}
#priceTH.headerSortUp{
    background: url(images/landSrchPriceUp.gif) left top no-repeat;
    width:101px; height:32px;
    cursor: pointer;
}
#priceTH.headerSortDown{
    background: url(images/landSrchPriceDown.gif) left top no-repeat;
    width:101px; height:32px;
    cursor: pointer;
}

#idTH.header{
    background: url(images/landSrchID.gif) left top no-repeat;
    width:91px; height:32px;
    cursor: pointer;
}
#idTH.headerSortUp{
    background: url(images/landSrchIDUp.gif) left top no-repeat;
    width:91px; height:32px;
    cursor: pointer;
}
#idTH.headerSortDown{
    background: url(images/landSrchIDDown.gif) left top no-repeat;
    width:91px; height:32px;
    cursor: pointer;
}
/*** //Added on 02-Oct-2008***/