table {
	border:1px solid black;
	border-collapse:collapse;
}
table th, table td {
	border:1px solid #aaaaaa;
	padding: 2px 15px 2px 15px;
	text-align:center;
}
table thead th {
	background-color:#bdc32c;
	text-align:center;
}

table. tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

table a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table a.currentpage {
	background-color:yellow;
}
/* Striping */
tr.alternate {
	background-color:#ffffcc;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url('../listesAbonnes/sortable.gif');
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:12px
}
th.table-sorted-asc {
	background-image:url('../listesAbonnes/sorted_up.gif');
	background-position: left center;
	background-repeat:no-repeat
}
th.table-sorted-desc {
	background-image:url('../listesAbonnes/sorted_down.gif');
	background-position: left center;
	background-repeat:no-repeat
}
th.table-filtered {
	background-image:url('../listesAbonnes/filter.gif');
	background-position: left center;
	background-repeat:no-repeat
}
select.table-autofilter {
	font-size:smaller;
}

/* Examples which stray from the default */
table.altstripe tr.alternate2 {
	background-color:#ccffff;
}