tr.clicca {
	background: "#E6E6E6";
	text-decoration: underline;
	cursor:hand;
}
tr.noclicca {
	background: "#FFFFFF";
	text-decoration: none;
}

.SmallTitle
	{
	font-family : Arial;
	font-weight: bold;
	color: slateblue;
	font-size: 16px;
	vertical-align : middle;
	text-align : center;
	}
.shadow
	{	font: Bold x-large 'Verdana', 'Arial', 'Sans-Serif';
	color: #9999ff;
	filter: shadow(Color=#330066,Direction=135);
	padding: 5pt 12pt;
	height: 60;
	position: relative;
	left: 0;
	top: 0;
	}
.txtTitle
	{
	font-family : Arial;
	font-weight: bold;
	font-size: 18px;
	color :slateblue;
	
	vertical-align : middle;
	text-align : center;
}
.tasto
{
	font-weight: bold;
	font-size: 12px;
	/*behavior: url(Bottone.htc);*/
	cursor: hand;
	color: white;
	font-family: Verdana;
	background-color: #4889be;
}
.lblStyle
{
	/* label */	
	font-size: 12px;
	font-family: Verdana;
}
.txbStyle
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-bottom: 1px outset;
	border-left: 1px outset;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	text-transform: none;
	text-decoration: none;
	color: black;
	background-color: #ffffcc;
	/*behavior: url(textbox.htc);
	*/
}
.cmbStyle
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-bottom: 1px outset;
	border-left: 1px outset;
	font-weight: normal;
	font-size: 11px;
	font-family: "Courier New";
	text-transform: none;
	text-decoration: none;
	color: black;
	background-color: #ffffcc;
	/*behavior: url(textbox.htc);
	*/
}
.txbReadOnly
{
	/* textBox ReadOnly */
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	font-size: 11px;
	font-family: Verdana;
	background-color: Red;
	color:Gray;
}
.tdStyleTitle
{
	/* stile del titolo delle colonne di una tabella */
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
	BACKGROUND-POSITION-Y: bottom;
	background-color: #6A5ACD;
	color:white;
	font-family: Verdana;
	vertical-align : middle;
	text-align : center
}
.tdStylecli
{
/* stile del titolo delle  colonne di una tabella */
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 10px;
	BACKGROUND-POSITION-Y: bottom;
	background-color: #4889be;
	color:white;
	font-family: Verdana;
	vertical-align : middle;
	text-decoration: underline;
	cursor:hand;
/*	text-align : center; */
}
.tdStylenocli
{
/* stile del titolo delle  colonne di una tabella */
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 10px;
	BACKGROUND-POSITION-Y: bottom;
	background-color: #efeded;
	color:#000000;
	font-family: Verdana;
	vertical-align : middle;
	text-decoration: none;
/*	text-align : center; */
}
.prova
{
padding-bottom: 3px;
padding-top:3px;
}

