table.tablesorter thead tr .header {
	background-color: #006DFF;
	border-radius: 10px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #00AFFF;
}
table
{
	width: 400px;
}
td.click, th.click
{
	background-color: #69696A;
}
td.hover, tr.hover
{
	background-color: #69696A;
}
th.hover, tfoot td.hover
{
	background-color: 69696A;
}
td.hovercell, th.hovercell
{
	background-color: #69696A;
}
td.hoverrow, th.hoverrow
{
	background-color: #69696A;
}