/* PARTE BODY */
body.sort-active * {
	cursor:wait;
}

/* PARTE TABLE */
table {
/*	font-size:1em; */
	border-spacing: 0px;
	empty-cells:show;
	padding:0;
}

/* PARTE TR */
tr {
	cursor:default;
}

tr.alternative {
	background: #FFFFE1;
}

tr.normal_1 {
	background: #E2CFFF;
}

tr.alternative_1 {
	background: #EABFFF;
}

tr.normal_2 {
	background: #C1EEE0;
}

tr.alternative_2 {
	background: #7DDFB8;
}

/* PARTE TH */
th {
	font-family:Verdana, Helvetica, Helv;
	font-weight:bold;
	font-size:11px;
	color: #303030;
	height:23px;
	vertical-align:middle;
	background:#f0f0f0 repeat-x url(../images/th_bg_25.gif);
	line-height:1;
	overflow:hidden;
	text-decoration:none;
}

th.other {
	font-family:Verdana, Helvetica, Helv;
	font-size:11px;
	color: #303030;
	vertical-align:middle;
	background:#EFEFEF;
	text-decoration:none;
}

th.footer {
	color: #303030;
}

th.null {
}

th.forwardSort {
	background:transparent url(../images/th-crescente_25.gif) repeat-x top right;
}

th.reverseSort {
	background:transparent url(../images/th-decrescente_25.gif) repeat-x top right;
}

th.forwardSort a,
th.forwardSort a:link,
th.reverseSort a,
th.reverseSort a:link {
	color:#FFFFFF;
/*	text-shadow:#777 0.2em 0.3em 1px; */
}

th a {
	padding:0;
	margin:0;
	text-decoration:none;
/*	color: #303030; */
}

th a:focus,
th a:hover {
	color:#FDFF00;
	outline:none;
}

th span {
	color: #303030;
}

th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-numeric,
th.sortable-currency {
	cursor:pointer;
}

th.sort-active {
	color:#FF0000;
}


td a {
	color:#239;
}

td a:focus {
	text-decoration:none;
	outline:none;
}

td.ricerca_label {
	font-weight:bold;
	color:#222;
	background-color:#FBC300;
	/*background-color:#93a4bf;*/
}

td.ricerca_control {
	background-color:#E0DFED;
}

/*
body {
	padding:0;
	border:0;
	margin:0;
	text-align:center;
	font-size:11px;
	line-height:16px;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#545454;
	min-width: 800px;
	border-top:3px solid #97BC45;
/ *	background:#fff url(./images/gradient-e5e5e5-ffffff.gif) repeat-x 0 0; * /
}

table {
	border-left:1px solid #C1DAD7;
	text-align:left;
	margin:0 auto 1em auto;
	width:96%;
}

table.halfSize {
	width:50%;
}

PARTE TH
th {
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	padding: 2px;
	text-align: left;
}

PARTE TD
td a:focus {
	outline:none;
}

td.alternative,
td.alternative a {
	background: #316AC5;
	color:#FEEFE1;
	cursor:default;
}

td a {
	color:#FFFFE1;
}

td {
	padding:1px 2px 1px 2px;
	text-align:left;
	vertical-align:top;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}

h2,
h1 {
	text-align:center;
}

h1 {
	margin-top:1em;
}

p {
	text-align:left;
}

code {
	display:inline;
}

div {
	width:96%;
	margin:0 auto;
	text-align:left;
}
*/