/* CSS Document */
/* ********************************** */
/*          floating structure
/* ********************************** */
#iv_contenTable{
	margin-top:20px;
	width:100%;
	}
#iv_columnsx{
	background-color:#dce9f2;
	width:60%;
	height:180px;
	float:left;
	margin-bottom:10px;
	}
#iv_columndx{
	background-color:#f0f5f9;
	height:180px;
	width:40%;
	float:left;
	margin-bottom:10px;
	}
/* ********************************** */
/*          risultato
/* ********************************** */
#iv_result{
	width:100%;
	margin-top:0;
	}
	
html>/**/body #iv_result{
	display: block;
	margin-top: -10px;
	float: left;
	position: relative;
	} /* ff */

#iv_titlerow{
	margin-top:10px;
	background-color:#dce9f2;
	width:93%;
	min-height:30px;
	margin-bottom:10px;
	}
#iv_breackrow{
	margin-top:20px;
	background-color:#dce9f2;
	width:100%;
	min-height:10px;
	margin-bottom:10px;
	}
.iv_resultable, .iv_resultable td{
	background-color:#f0f5f9;
	font-size:10px;
	border-bottom:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	color:#174778;
	}
.iv_resultable td{padding:12px; color:#174778;}
.iv_resultable .bg{background-color:#dce9f2;}
.iv_resultable{margin-top:10px;}
.iv_bg {font-weight:bold;}
/* ********************************** */
/*          font classes
/* ********************************** */
.iv_padding12-20{
	padding:12 20 10 20;
	}
.iv_margintop6{
	margin-top:6px;
	}
.iv_ff550c{
	color:#ff550c;
	}
.iv_174778{
	color:#174778;
	}
.iv_1d6fa9{
	color:#1d6fa9;
	}
.iv_font14{
	font-size:14px;
	}
.iv_font11{
	font-size:11px;
	}
.iv_font10{
	font-size:10px;
	}
.iv_font13{
	font-size:13px;
	}
.iv_font12{
	font-size:12px;
	}
.iv_line18{
	line-height:18px;
	}
.iv_linkpage a:link, .iv_linkpage a:visited, .iv_linkpage a:hover{
	color:#3576a0;
	text-decoration:underline;
	padding-top:-2px;
	}
.iv_underline{
	text-decoration:underline;
	}
/* ********************************** */
/*          form classes
/* ********************************** */
.iv_okbutton{
	background-color: transparent;
	border: 0px;
	background-image:url(button-ok.jpg);
	background-repeat:no-repeat;
	width:73px;
	height:26px;
	margin-left:24px;
	}
