/* tables */

table.tablesorter {
	border-collapse:collapse;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	/*
	background-color: #b3b3b3;
	color:#FFF;
	*/
	padding: 4px;
    /*
	font-size: 16px;
    */
	/* text-transform:uppercase; */
	vertical-align: central;
	text-align:left;
	padding-left:10px;
	/*
	set min with to header
	*/
	min-width: 4.0em;
}

.tablesorter-filter-row {
	border-bottom: 1px solid #444;	
}

.tablesorter-filter {
	margin: 0 !important;
}

table.tablesorter thead tr .header,
table.tablesorter thead tr .tablesorter-header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	vertical-align: top;
}

table.inner tbody td {
	vertical-align: top;
	border-bottom: 0;
}
/*
table.tablesorter tbody tr.odd td {

}
*/
table.tablesorter thead tr .headerSortUp,
table.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url(desc.gif);
}
/*
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}
*/

table.tablesorter input[type="search"] {
	padding: 0px !important;
}

table.tablesorter input[type="search"].disabled {
	border: 1px solid #fff;
	cursor: not-allowed;
}

.tablesorter-pager img:hover {
	cursor:pointer;
}



/*
	pager start
*/
.pagerSavedHeightSpacer {
	height: 1em !important;
}
/*
	pager end
*/