/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

#tb_risultato {
	border: 1px solid #ccc;
	width: 95%;
	font-size: 11px;
	/*display: block;*/
	margin-right: auto;
	margin-left: auto;
}

#tb_risultato th {
	background-color: #eee;
	background: #eee url(images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

#tb_risultato tr {
	background-color: #eee;
	padding: 4px;
}

#tb_risultato tr.altRow {
	background-color: #fff;
}

#tb_risultato td {
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}

#tb_risultato .rightAlign {
	text-align: right;
}



#tb_risultato .sortedASC {
	background: url(images/icon-table-sort-asc.png) no-repeat 2px 4px #eee;
}

#tb_risultato .sortedDESC {
	background: url(images/icon-table-sort-desc.png) no-repeat 2px 10px #eee;
}

#tb_risultato .tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

#tb_risultato tr.over {
	background-color: #354158;
	color: #fff;
	cursor: pointer;
}

#tb_risultato tr.hide {
	display: none;
}

/***************************/
#tb_risultato.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

#tb_risultato.tableFilter input {
	border: 1px solid #ccc;
}

#tb_risultato.tableFilter select {
	border: 1px solid #ccc;
}


/*************************************************************/

