/* tables */
table.tablesorter {
	margin: 0 0 10px 0;
	width: 100%;
	background: #e3e9f3;
	text-align: left;
}
table.tablesorter caption {
	margin: 10px 0 2px 0;
	padding: 5px;
	border: solid #abc;
	border-width: 1px 0;
	background: #e6ecef url(../img/bkg_caption.gif) 0 0 repeat-x;
	font-variant: small-caps;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: left;
	color: #059;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 5px;
	border: 1px solid #fff;
}
table.tablesorter thead tr .header {
	background: url(../img/bg.gif) center right no-repeat;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 5px;
	background: #fff;
	vertical-align: top;
}
table.tablesorter tbody td span.rev {
	font-weight: bold;
}
a.lkRev {
	color: #f40;
	text-decoration: none;
}
a.lkRev:hover {
	color: #f60;
	text-decoration: underline;
}
a.lkRevG {
	color: #fc0;
	text-decoration: none;
}
a.lkRevG:hover {
	color: #f60;
	text-decoration: underline;
}
table.tablesorter tbody tr.odd td {
	background:#f3f9ff;
}
table.tablesorter thead tr .headerSortUp {
	background: url(../img/asc.gif) center right no-repeat;
}
table.tablesorter thead tr .headerSortDown {
	background: url(../img/desc.gif) center right no-repeat;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

/* Stili modulo/tabella */
table.modulo {
	margin: 0 0 10px 0;
	width: 100%;
	background: #e3e9f3;
	text-align: left;
	vertical-align: top;
}
table.modulo caption, table.tablesorter caption {
	margin: 10px 0 2px 0;
	padding: 5px;
	border: 1px solid #abc;
	background: #e6ecef url(../img/bkg_caption.gif) 0 0 repeat-x;
	font-variant: small-caps;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: left;
	color: #059;
}
table.modulo th {
	padding: 5px;
	border: 1px solid #fff;
	background: #f6f9ff url(../img/bkg_th.gif) 0 0 repeat-x;
}
table.modulo th.stretto {	
	width: 280px;	
}
table.modulo td{
	margin: 0;
	padding: 5px;
	border: 0;
	font-size: 92%;
	background: #fff;
}
table.modulo input, table.modulo select, table.modulo textarea {
	margin: 0;
	padding: 3px;
	border: 1px solid #abc;
	color: #024;
	background-color: #fff;
}
table.modulo input:hover, table.modulo select:hover, table.modulo textarea:hover, table.modulo input.sfhover, table.modulo select.sfhover, table.modulo textarea.sfhover {
	background: #efe;
}
table.modulo input.bottone {
	border: 1px solid #024;
	background: #038 url(../img/bkg_bottone.gif) left center;
	font-weight: bold;
	color: #fff;
}
table.modulo input.bottone:hover, table.modulo input.bottone.sfhover {
	background-position: right center;
	font-weight: bold;
	color: #262;
}

div.pager {
	clear: both;
	margin: 0;
	padding: 0 0.5%;
	width: 99%;
	background: #ecf6ff url(../img/bkg_caption.gif) 0 0 repeat-x;
}
form.boxPager {
	margin: 0;
	padding: 5px 0;
}
form.boxPager img {
	margin: 0 2px -5px 0;
}

