/* This file skins tableSorter */

table.tablesorter {
	font-family:arial;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border:1px solid #666666;
}
table.tablesorter thead tr .header {
	background-image: url(i/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;/**/
	background-color:#E6E6E6;
	border-bottom: 1px solid #CC3300;
	border-right: 1px solid #F3F3F3;
	padding-left:5px;
	cursor: pointer;
}
table.tablesorter thead td {
	background-color:#E6E6E6;
	border-bottom: 1px solid #CC3300;
	border-right: 1px solid #F3F3F3;
	padding-left:5px;
}
table.tablesorter tbody td {
	padding-left:5px;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
}
table.tablesorter tbody tr.odd td {
	background-color:#F6F6F6;
}
table.tablesorter thead tr .headerSortUp {
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(i/asc.gif);
	margin-bottom: 2px;
}
table.tablesorter thead tr .headerSortDown {
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(i/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color:#CACACA;
}