

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

#tableau_sortable table {
	border: 1px solid #ccc;
	width: 100%;
}

#tableau_sortable th {
	background-color: #3c6195;
	background: #eee url(../images/design/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

#tableau_sortable tr {
	background-color: #eee;
	padding: 4px;
}

#tableau_sortable tr.altRow {
	background-color: #fff;
}

#tableau_sortable td {
	padding: 0 2px;
}

#tableau_sortable .rightAlign {
	text-align: right;
}



#tableau_sortable .sortedASC {
	background: url(../images/design/icon-table-sort-asc.png) no-repeat 2px 4px #b5b5b5;
}

#tableau_sortable .sortedDESC {
	background: url(../images/design/icon-table-sort-desc.png) no-repeat 2px 10px #b5b5b5;
}

#tableau_sortable .tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

#tableau_sortable tr.over {
	background-color: #3c6195;
	color: #fff;
	cursor: pointer;
}

#tableau_sortable tr.hide {
	display: none;
}

/***************************/
#tableau_sortable .tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

#tableau_sortable .tableFilter input {
	border: 1px solid #ccc;
}

#tableau_sortable .tableFilter select {
	border: 1px solid #ccc;
}


/*************************************************************/
