

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

table {
	border: 1px solid #ccc;
	width: 100%;
	font:10px Verdana, Helvetica, sans-serif;
	width: 540px;
	margin-left: 10px;
	margin-bottom: 10px;
}

caption{
	font-size:10px;
	margin: 0 0 10px 10px;
	font-weight: bold;
}

th {
	background-color: #eee;
	background: #eee url(../img/icone/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

tr {
	background-color: #eee;
	padding: 4px;
}

tr.altRow {
	background-color: #fff;
}

td {
	padding: 0 2px;
}

.rightAlign {
	text-align: right;
}



.sortedASC {
	background: url(../img/icone/icon-table-sort-asc.png) no-repeat 2px 4px #eee;
}

.sortedDESC {
	background: url(../img/icone/icon-table-sort-desc.png) no-repeat 2px 10px #eee;
}

.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


tr.over {
	background-color: #354158;
	color: #fff;
}

tr.hide {
	display: none;
}
