/* tables */
table.tablesorter {
	border-collapse: collapse;	
}

table.tablesorter thead tr .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	/*background-image: url(images/black-unsorted.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	padding: 3px 15px 3px 3px;
	font-size: 14px;
	
	background-color: rgb(238,238,238);

}
table.tablesorter thead tr .tablesorter-headerAsc {
	/*background-image: url(images/black-asc.gif);*/
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
table.tablesorter thead tr .tablesorter-headerDesc {
	/*background-image: url(images/black-desc.gif);*/
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

table.tablesorter thead tr .sorter-false {
	background-image: none !important;
}

div.tablesorter-header-inner {
	text-align: left;
}

table.tablesorter td, table.tablesorter th {
	border: 1px solid #ccc;
}
/*
table.tablesorter tbody	{
	display: block;
	overflow: auto; 
	height: 500px;
	overflow-x: hidden;
}

table.tablesorter tbody tr {
	width: 100%;
    display: table-row !important;
}
*/
