/* Blue Theme */
table.tablesorter {
	font-family: arial;
	background-color: #cdcdcd;
	margin: 10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr.stickyHeader {
	background: #ccc;
}
table.tablesorter thead tr th, tr.stickyHeader th, table.tablesorter tfoot tr th {
background-color:#00A0DE;
color:#FFF;
border:1px solid #a7a1a1;
border-bottom: 2px solid #FD2733;
text-align:center;
	border-collapse: collapse;
	font-size: 8pt;
	padding: 4px 20px 4px 4px;
}

table.tablesorter thead tr .header, tr.stickyHeader .header {
	background-image: url('../Images/black-bg.gif');
	background-repeat: no-repeat;
	background-position: center right;

	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3d3d3d;
	padding: 4px;
	background-color: #fff;
	vertical-align: top;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('../Images/black-asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../Images/black-desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #FD2733;
}

/* Zebra Widget - row alternating colors */
table.tablesorter tbody tr.odd td {
	background-color: #f0f0ff;
	text-align:center;
}
table.tablesorter tbody tr.even td {
	background-color: #fff;
	text-align:center;
} 

table.tablesorter tbody tr.ligneSolde td {
	background-color: #C4E26D;
	text-align:center;
}
table.tablesorter tbody tr.ligneSolde td {
background-color: #C4E26D;
	text-align:center;
} 

/* Column Widget - column sort colors */
table.tablesorter tbody td.primary, table.tablesorter tbody tr.odd td.primary {
	background-color: #c0c0ff;
}
table.tablesorter tbody tr.even td.primary {
	background-color: #e8e8ff;
}

table.tablesorter tbody td.secondary, table.tablesorter tbody tr.odd td.secondary {
	background-color: #d6d6ff;
}
table.tablesorter tbody tr.even td.secondary {
	background-color: #e8e8ff;
}

table.tablesorter tbody td.tertiary, table.tablesorter tbody tr.odd td.tertiary {
	background-color: #e5e5ff;
}
table.tablesorter tbody tr.even td.tertiary {
	background-color: #f8f8ff;
}

/* filter widget */
table.tablesorter thead input.filter {
	background-color: #DFDFED;
	width: 90%;
}
table.tablesorter thead select.filter {
	background-color: #DFDFED;
	font-size: 8pt;
	width: 90%;
}
table.tablesorter thead tr.filters, table.tablesorter thead tr.filters td {
	text-align: center;
	background: #00A0DE;
}

/*********************************PAGER******/
div.tablesorterPager {
	padding: 10px 0 10px 0;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}