body {
	background-color: #F7F7F9;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10pt;
	color: #808081;
}
a, a:active, a:visited, a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

#bg_grigio {
	position: absolute;
	left: 92px;
	top: 149px;
	width: 820px;
	background-color: #F7F7F9;
	z-index: 0;
}
#mondo {
	position: absolute;
	left: 605px;
	top: 0px;
	width: 401px;
	height: 255px;
	background-image: url(img/mondo.gif);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	left: 142px;
	top: 79px;
	width: 262px;
	height: 70px;
	background-image: url(img/logo.gif);
}
#barra_arancione {
	position: absolute;
	left: 92px;
	top: 72px;
	width: 820px;
	height: 28px;
	background-color: #FF4D00;
}
#lang1 {
	position: absolute;
	left: 730px;
	top: 72px;
	height: 28px;
	width: 200px;
	color: #1F2847;
	font-size: 8pt;
	padding-top: 6px
}
#barra_blu {
	position: absolute;
	left: 92px;
	top: 104px;
	width: 820px;
	height: 45px;
	background-color: #214d70;
}
#tabs {
	position: absolute;
	left: 421px;
	top: 130px;
	height: 19px;
	width: 550px;
}
#border_blu_arancione_sx {
	position: absolute;
	left: 92px;
	top: 96px;
	width: 4px;
	height: 12px;
	background-image: url(img/border_blu_arancione_sx.gif);
	background-repeat: no-repeat;
}
#border_arancione_dx {
	position: absolute;
	left: 907px;
	top: 95px;
	width: 5px;
	height: 5px;
	background-image: url(img/border_arancione_dx.gif);
	background-repeat: no-repeat;
}
#border_blu_dx {
	position: absolute;
	left: 907px;
	top: 144px;
	width: 5px;
	height: 5px;
	background-image: url(img/border_blu_dx.gif);
	background-repeat: no-repeat;
}



#corpo {
	position: absolute;
	left: 92px;
	width: 820px;
	top: 148px;
	background-color: #F7F7F9;
}
h1 {
	margin: 10px;
}
h2 {
	margin: 5px;
}
#corpo td {
	vertical-align: top;
}
.obblig {
	color: #FF0000;
	font-weight: bold;
	width: 10px;
}
.menu {
	width: 788px;
	border-style: solid;
	border-width: 1px;
	border-color: #B5B5B5;
	background-color: #E8E8E8;
	color: #000000;
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.submenu {
	width: 778px;
	border-style: solid;
	border-width: 1px;
	border-color: #B5B5B5;
	background-color: #EFEFEF;
	color: #000000;
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: -7px;
}
#errore {
	width: 788px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.box {
	border-style: solid;
	border-width: 1px;
	border-color: #B5B5B5;
	background-color: #FFFFFF;
	width: 368px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	vertical-align: top;
}
.single_box {
	border-style: solid;
	border-width: 1px;
	border-color: #B5B5B5;
	background-color: #FFFFFF;
	width: 778px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	vertical-align: top;
}
textarea {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10pt;
}
.lista {
	width: 15%;
}

.grafico {
	background-color: #FF9900;
	border-width: 1px;
	border-style: solid;
	border-color: #1F2847;
	padding: 2px;
}



#footer {
	margin: 10px;
	width: 820px;
	text-align: center;
	color: #000000;
	font-size: 7pt;
	float: left;
}