	/* tables */
table.signatures {
	font-family:arial;
	background-color: #ffffff;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border: none;
}
table.signatures th{
}
table.signatures td{
}
table.signatures thead tr th, table.signatures tfoot tr th {
	background-color: #e6EEEE;
	border: none;
	font-size: 8pt;
	padding: 4px;
}
table.signatures thead tr .header {
	background-image: url('/wp-content/themes/casse/js/blue/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.signatures tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.signatures tbody tr.odd td {
	background-color:#F0F0F6;
}
table.signatures thead tr .headerSortUp {
	background-image: url('/wp-content/themes/casse/js/blue/asc.gif');
}
table.signatures thead tr .headerSortDown {
	background-image: url('/wp-content/themes/casse/js/blue/desc.gif');
}
table.signatures thead tr .headerSortDown, table.signatures thead tr .headerSortUp {
background-color: #8dbdd8;
}
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;
}
