html{
	height:100%;
}

body {
	margin:0;
	background:#e5e5e5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;	
	height:100%;
}

#body_div{
	margin:0 auto;
	width:854px;
	background-image:url(images/zigrinato_grigio.gif);
	height:100%;	
	
}

a, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

a.footer, a.footer:visited{
	color:#003295;
	text-decoration:none;
}
a.footer:hover{
	color:#003295;
	text-decoration:underline;
}

.white_link {
	color:#FFFFFF;
	text-decoration:none;
}
a.white_link:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.white_link:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.font2 {
	color:#222222;
	font-size:11px;
	text-decoration: none;
}
a:visited.font2 {color : #222222;}
a:active.font2 {color : #222222;}
a:hover.font2 {color: #555555; text-decoration: underline;}

.font_error {
	color:#FF2200;
	font-size:11px;
	text-decoration: none;
}
.font_ok {
	color:#5AAE08;
	font-size:11px;
	text-decoration: none;
}

#header{
	float:left;
	background:url(images/zigrinato_grigio1.gif) top repeat-x #E5E5E5;
	width:100%;
	margin:0;
}
#logo{
	margin-top:23px;
}

.box_login_container {
	position:relative;
	float:right;
	width:676px;
}

#box_login{
	float:right;
	background:url(images/bg_box_login.gif);	
	color:#727272;
	font-size:9px;
	padding-left:10px;
	padding-top:7px;
	width:276px;
	height:26px;
}

#box_login input{
	border: 1px solid #c1c1c1;
	width: 58px;
	height:14px;
	font-size:10px;
}

.font_10_px{
	font-size:10px;
}

.font_11_px{
	font-size:11px;
}

.font_12_px{
	font-size:12px;
}

.font_14_px{
	font-size:14px;
}

#main_menu{
	float:right;
	margin-top:-40px;
}

#footer_blu{
	margin-top:20px;
	height:30px;
	float:left;
	width:805px;
	background-color:#192535;
}

#footer_blu #tl{
	background:url(images/round_left_top.gif) top left no-repeat;
	height:30px;
}
#footer_blu #tr{
	background:url(images/round_right_top.gif) top right no-repeat;
	height:30px;
}
#footer_blu #br{
	background:url(images/round_right.gif) bottom right no-repeat;
	height:30px;
}
#footer_blu #bl{
	background:url(images/round_left.gif) bottom left no-repeat;
	height:20px;
	padding:10px 10px 0 10px;
	font-size:9px;
}
#footer_blu_left{
	width:520px;
	float:left;
}
#footer_blu_right{
	width:260px;
	float:right;
	text-align:right;	
}

#footer{
	clear:both;
	background-color:#E5E5E5;
	height:29px;
	margin-bottom:23px;
}

#footer #right{
	float:right;
	color:#003295;
	font-size:9px;
	margin-top:-22px;
	position:relative;
}





