/* tables */
table.tablesorter {
	margin:10px 0pt 15px;
	width: 460px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #fff;
	font-size: 8pt;
	padding: 0 4px 16px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/sortIdle.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px dotted #c1bfc2;
	color: #f90;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
table.tablesorter tbody tr.over td {
	background-color: #e6e6e6;
}
table.tablesorter tbody td {
	border-bottom: 1px dotted #c1bfc2;
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody td a:link,
table.tablesorter tbody td a:visited,
table.tablesorter tbody td a:hover {
	color: #ff5408;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/sortUp.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/sortDown.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}