/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 100%;
	border:1px solid #ccc;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #fffccc;
	border: 1px solid #000;
	font-size: 10pt;
	padding: 4px 20px 4px 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;
	vertical-align: top;
}
table.tablesorter tbody tr:hover {
	background-color: #FFFCCC !important;
}
table.tablesorter tbody tr.odd {
	background: #eee;
}
table.tablesorter tbody tr.sold {
	background: #ffcccc !important;
}
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: #fff000;
}
table.tablesorter tbody tr.contract {
	background: #cccfff !important;
}

