/***************************************************
  Blue Theme / Rielaborato da Danny Design
 ***************************************************/
 
/* header */

.tablesorter-blue .header,
.tablesorter-blue .tablesorter-header {
	background-image: url(../../Immagini/black-unsorted.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: auto; padding-bottom:36px;
	white-space: normal;
	cursor: pointer;
}

.tablesorter-blue .headerSortUp,
.tablesorter-blue .tablesorter-headerSortUp,
.tablesorter-blue .tablesorter-headerAsc {
	background-color: #E1E1E1;
	background-image: url(../../Immagini/black-asc.gif);
	cursor: pointer;
}

.tablesorter-blue .headerSortDown,
.tablesorter-blue .tablesorter-headerSortDown,
.tablesorter-blue .tablesorter-headerDesc {
	background-color: #E1E1E1;
	background-image: url(../../Immagini/black-desc.gif);
	cursor: pointer;
}


.tablesorter-blue thead tr td:hover {
	background-color:#F9F9F9; border-bottom:#CCCCCC 1px solid;
}


.tablesorter-blue .headerSortUp:hover,
.tablesorter-blue .tablesorter-headerSortUp:hover,
.tablesorter-blue .tablesorter-headerAsc:hover,
.tablesorter-blue .headerSortDown:hover,
.tablesorter-blue .tablesorter-headerSortDown:hover,
.tablesorter-blue .tablesorter-headerDesc:hover	{
	background-color: #E1E1E1;
}


.tablesorter-blue thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: auto; padding-bottom:36px;
}


td.rientro5, .rientro5 {padding-left:5px !important;}


/* tfoot */
.tablesorter-blue tfoot .tablesorter-headerSortUp,
.tablesorter-blue tfoot .tablesorter-headerSortDown,
.tablesorter-blue tfoot .tablesorter-headerAsc,
.tablesorter-blue tfoot .tablesorter-headerDesc {
	/* remove sort arrows from footer */
	background-image: none;
}



