
.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}



table.descrizione {
	font-family : Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc; 
	color: #333;
	
}


table.descrizione caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px dotted #ccc;
	color: #666;
}

table.descrizione a {
	text-decoration: none;
	color: #0B3767;
	font-size:13px;
	font-weight: bold;
	font-family : Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

table.descrizione a:hover {
	text-decoration: none;
	color: #FF5B01;
	font-weight: bold;
	font-size:13px;
	font-family : Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;

}

table.descrizione tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table.descrizione tr th a:hover {
	color: #fff;
	background: #369;
}

table.descrizione thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.descrizione tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}



table.descrizione td, table th {
	border-right: 0px solid #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 2px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
	padding:10px;
}

table.descrizione tr.odd th, table tr.odd td {
	background: #efefef;
}






/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #D6DFF7;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
        font-size : 10 px;
        font-weight : normal;
        text-decoration : none;
        color : #000000;

}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}