/* tables */
table.tablesorter thead tr .header 
{
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp 
{
	background-image: url(../Images/tablesorter/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table.tablesorter thead tr .headerSortDown 
{
	background-image: url(../Images/tablesorter/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp 
{
    background-color: #ccddff;
}

div.tablesorterPager 
{
	text-align: center;
}

div.tablesorterPager input.prev 
{
	width: auto;
	margin-right: 10px;
}

div.tablesorterPager input.next 
{
	width: auto;
	margin-left: 10px;
}

div.tablesorterPager input 
{
	border: none;
    float: none;
    font-size: 1rem;
    padding: 0px;
	text-align: center;
	width: 50px;
}

div.tablesorterPager select 
{
	border: none;
    color: #666;
    float: none;
    font-size: 1rem;
    margin-left: 10px;
    padding: 0px;
	text-align: center;
    width: 120px;
}
