@CHARSET "UTF-8";


*{
	font-family:"Lucida Grande", Arial,Verdana,sans-serif;
	font-size:12px;
	
}

body{
	top:0px;
	left:0px;
	height:100%;
	margin:0px;
	padding:0px;
	
	/*border:1px dashed blue;*/
}

hr.spessore{
	position:relative;
	clear:both;
	border:0px;
	border:none;
	padding:0px;
	margin:0px;
	height:0px;
	visibility:hidden;
}

hr.separator_dashed_gray{
	clear:both;
	height:0px;
	margin-top:20px;
	margin-bottom:20px;
	border:none;
	border-top:1px dashed gray;
}

.unselectable{
	-moz-user-select:none;
}


h2{
	margin-top:2px;
	margin-bottom:2px;
	font-size:12pt;
}

h3{
	margin-top:2px;
	margin-bottom:4px;
	font-size:11pt;
}

h4{
	margin-top:2px;
	margin-bottom:4px;
	font-size:12px;
}


*.marked{
	background-image: url("../img/double_triangular.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:14px;
}

*.gray{
	color:#828284;
}

*.red{
	color:#d22328;
}

a.fake{
	text-decoration: none;
	color:black;
}

a.fake img{
	border:none;
}

a.fake:hover{
	/*text-decoration: underline;*/

}

div#head div#menu a.fake:hover {
	color: #6d6e71;
	}

a.linkblue:hover {
	color: blue;
	text-decoration: underline;
	}
	
hr.gray_line{
	position:relative;
	border:none;
	clear:both;
	width:195px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	height:2px;
	background-image: url("../img/gray_line.gif");
	background-repeat: repeat-x;
	background-position: top center;
}


div,table,span{
	padding:0px;
	margin:0px;
}


div#main{
	position:relative;
	margin:auto;
	top:0px;
	left:0px;
	width:820px;
	/*margin-bottom:180px;*/	
	/*border:1px solid blue;*/
	
}

div#main div#head{
	position:relative;
	clear:both;
	/*margin-left:200px;*/
	margin-top:5px;
	margin-bottom:45px;
	/*border:1px solid green;*/
}

div#main div#head img#logo{
	float:left;
}

div#main div#head div#menu{
	position:relative;
	clear:right;
	margin-left:295px;
	margin-top:25px;
}

div#main div#head div#menu *{
	font-size:14px;
	font-weight: bold;
}

div#main div#head div#menu ul{
	list-style: none;
	padding:0px;
	margin:0px;
}

div#main div#head div#menu ul li{
	display:inline;
	border-right:1px double #828284;
	margin-right:10px;
	padding-right:11px;
}

/*
div#main div#head div#menu ul li:first-child{
	border-left:none;
}
*/

div#main div#head div#flags{
	float:right;
	margin-top:8px;
	visibility:visible;
}


div#foot{
	position:absolute;
	/*top:0px;*/
	bottom:0px;
	left:0px;
	width:100%;
	margin:0px;
	clear:both;
	/*margin-top:80px;*/
	background-color:#f2f3f5;
	padding-top:20px;
	padding-bottom:5px;
	height:100px;
	
	font-weight: bold;
	color:#828284;
}


div#foot div.center{
	position:relative;
	clear:both;
	margin:auto;
	width:790px;
	padding:15px;
}

div#foot div.center ul{
	list-style: none;
	padding:0px;
	margin:0px;
	padding-bottom:7px;
	padding-top:7px;
}

div#foot div.center ul li{
	display:inline;
	padding-left:15px;
	margin-left:15px;
	border-left:1px solid gray;
	height:25px;
	padding-top:7px;
	padding-bottom:7px;
}

/*
div#foot div.center ul li:first-child{
	padding-left:0px;
	margin-left:0px;
	border-left:none;
}*/

div#foot div.center ul li a.fake{
	color:#828284;
}

div#foot div.center div#disclaimer{
	position:relative;
	margin-top:30px;
	font-size:10px;
}

div#foot div.center div#disclaimer a{
	font-size:10px;
}

*.bottom_gray_line{
	background-image: url("../img/gray_line.gif");
	background-repeat: repeat-x;
	background-position: bottom center;
	padding-bottom:5px;
}

*.top_gray_line{
	background-image: url("../img/gray_line.gif");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top:5px;
}

div#main div#head div#menu ul li.last_child{
	border-right:none;
}


div#main div#head div#menu ul li.first_child{
	border-left:none;
}

div#foot div.center ul li.first_child{
	padding-left:0px;
	margin-left:0px;
	border-left:none;
}

div#body_container{
	position:relative;
	min-height:100%;
	top:0px;
	left:0px;
	margin:0px;
	/*border:1px solid red;*/
}

div#box_spessore{
	position:relative;
	height:180px;
	/*border:1px solid green;*/
}


.validator_msg{
	visible:hidden;
	width:450px;
	height:50px;
	font-size:9px;
	color:#FF0000;
}

.validator_msg2{
	position:absolute;
	font-size:9px;
	color:#FF0000;
}

.validation_invalid{
	border:1px red solid;
}

ul#validation_list{
	list-style: none;
	padding:0px;
	margin:0px;
}

#validation_list li{
	margin-left:10px;
}

.red_msg{
	font-size:9px;
	color:#FF0000;
}