/* tables */
table.tablesorter {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color: #666666;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
table.tablesorter thead tr .header {
	font-family:Arial, Helvetica, sans-serif;
    background-image: url(/media/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	font-family:Arial, Helvetica, sans-serif;
	
        vertical-align: top;
        color: #666666;
        border-bottom: 1px dotted #FF9900;
}
table.tablesorter tbody tr.odd td {
        font-family:Arial, Helvetica, sans-serif;
	
}
table.tablesorter thead tr .headerSortUp {
    font-family:Arial, Helvetica, sans-serif;
	background-image: url(/media/img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    font-family:Arial, Helvetica, sans-serif;	
	background-image: url(/media/img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        font-family:Arial, Helvetica, sans-serif;
	
}

