/* tables */
table.tablesorter {
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th { font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif; font-weight: bold; padding: 7px 5px; text-transform: uppercase; }
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody tr.alt td { background: #f2e3c5; }

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border-bottom: 2px solid #ccc; padding: 4px;
}
table.tablesorter tbody tr.odd td {
	background-color: #f2e3c5;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #f2e3c5;
}
