body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border-style: solid;
	border-color: #0000ff;
	border-width: 1px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 width: 100%;
	margin: 0 auto;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 2px 2px 2px;
	/*width: 100px; */
	border-style: solid;
	border-color: #aaaccc;
	font-size: 11px;
}
/* intestazione sfondo */
table.sortable th {
	border-width: 1px 0px 1px 0px;
	background-color: #ffcc66;
}
/*  instestazione colore */
table.sortable th a {
	text-decoration: none;
	color: #0000ff;
}
table.sortable td {
	border-width: 0px;
}

/* righe una si, una no */
table.sortable tr.odd td {
	background-color: #ffffff;
}
table.sortable tr.even td {
	background-color: #E0FCFE;
}

/* ultima riga se presente */
table.sortable tr.sortbottom td {
	border-width: 1px 0px 1px 0px;
	background-color: #cccaaa;
	font-weight: bold;
}

