body {
	background-color: #ffffff; 
	margin: 0px;
	font-family: Arial;
	font-size: 12pt;
}

img {
	border: none;
	font-size: 0px;
	vertical-align: bottom;
}

a:link{ color : #666666; text-decoration : underline;}
a:visited{ color : #666666; text-decoration : underline;}
a:hover{ color : #003399; text-decoration : underline;}
a:active{ color : #003399; text-decoration : underline;}

.A0 {
	TEXT-DECORATION: none;font-family: Arial; font-size: 12 pt;color: #ffffff;
}
.A0:hover {
	TEXT-DECORATION: none;font-family: Arial; font-size: 12 pt;color: #003399;
}
.A2 {
	TEXT-DECORATION: none;font-family: Arial; font-size: 12 pt; color: #003399;
}
.A2:hover {
	TEXT-DECORATION: none;font-family: Arial; font-size: 12 pt; color: #003399;
}
.A3 {
	TEXT-DECORATION: none;font-family: Arial; font-size: 9 pt; color: #666666;
}
.A3:hover {
	TEXT-DECORATION: none;font-family: Arial; font-size: 9 pt; color: #444444;
}
.A4 {
	TEXT-DECORATION: none;color: #bbbbbb;face: Arial;size: 1;
}
.A4:hover {
	TEXT-DECORATION: none;color: #00457c;
}
.ara {
	TEXT-DECORATION: none;font-family: Arial; font-size: 9 pt; color: #e03b05;
}
.ara:hover {
	TEXT-DECORATION: none;font-family: Arial; font-size: 9 pt; color: #666666;
}
.neropic {
	TEXT-DECORATION: none;font-family: Arial; font-size: 8 pt;color: #000000;
}
.neropic:hover {
	TEXT-DECORATION: none;font-family: Arial; font-size: 8 pt;color: #ffffff;
}


span.gri   { font-family: Arial; font-size: 8pt; color: #666666; }
span.grimed   { font-family: Arial; font-size: 9pt; color: #666666; }
span.grigra   { font-family: Arial; font-size: 12pt; color: #666666; }
span.blu   { font-family: Arial; font-size: 9pt; color: #003399; }
span.blugra   { font-family: Arial; font-size: 12pt; color: #003399; }
div.griscu { font-family: Arial; font-size: 9pt; color: #666666;}

div.error { text-align: center; font-family: Arial; font-size: 12pt; color: red;}

.corpo * {
/*color: #666666;*/
font-family: Arial; 
}

.topimg {
display: inline;
padding: 0px;
margin: 0px;
}

ol, ul, li {
margin: 4px;
padding: 0;
list-style: circle;
}

/* ----- */
.esitoerr {
font-family: Arial;
font-size: 16px;
width: 100%;
text-align: center;
color: red;
}

#esitotrans {
width: 500px;
border: none;
padding: 0px;
}

#esitotrans td {
font-family: Arial;
font-size: 12px;
color: black;
border: none;
height: 18px;
font-weight: bold;
}

#esitotrans td.firstrow {
background-color: #eeeeee;
font-weight: bold;
font-size: 14px;
text-align: center;
}

#esitotrans td.firstcol {
font-weight: normal;
text-align: left;
background-color: #eeeeee;
}

/* Header styles */
#header {
	position: relative;
	left: 0px;
	top: 0px;
	clear:both;
	float:left;
	width:100%;
	height: 310px;
	overflow: hidden;
}

#header #fasciatop {
	height: 80px;
	width: 100%;
	background-image: url(image/fascia_top.jpg);
	background-repeat: no-repeat;
}

#header #logo {
	position: absolute;
	left: 20px;
	top: 0px;
	height: 80px;
	width: 325px;
	background-image: url(image/logo.png);
	background-repeat: no-repeat;
}

#header #lingue  {
	position: absolute;
	right: 20px;
	top: 48px;
	width: 300px;
	height: 25px;
	text-align: right;
	padding: 0px;
}

#header #headerimages {
	width: 100%;
	height: 230px;
}

#header #lingue  img {
	margin-left: 10px;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
	/*background:#ff9;*/    	/* Right column background colour */
	background-image: url(image/fondo_pagina.jpg);
	background-repeat: repeat-x;
}
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-190px; 	/* Width of right column */
	position:relative;
	right:100%;
	/*background:#fff;*/    	/* Centre column background colour */
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:380px;         	/* Left column width + right column width */
}
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:190px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
	margin:0 190px;     	/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
	padding: 20px 5px 0px 5px;
}
.holygrail .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:190px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:0px;         	/* Width of the left-had side padding on the left column */
	/*padding-top: 300px;*/
	padding-top: 0px;
	text-align: center;
}
.holygrail .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:190px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
	/*background-image: url(image/fondo_dx.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
/* Footer styles */
#footer {
	position: relative;
	left: 0px;
	top: 0px;
	clear:both;
	float:left;
	width:100%;
	font-size: 8pt;
	color: #666666;
	height: 60px;
	line-height: 20px;
}

#footer a:link{ color : #666666; text-decoration : none;}
#footer a:visited{ color : #666666; text-decoration : none;}
#footer a:hover{ color : #666666; text-decoration : none;}
#footer a:active{ color : #666666; text-decoration : none;}

#leftmenu {
	position: absolute;
	left: 5px;
	/*top: 198px;*/
	top: 279px;
	z-index: 10;
	color: white;
	background: #ff9933;
	width: 150px;
	/*border: 1px solid white;*/
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	font-weight: bold;
	font-size: 12pt;
	/*padding: 30px 15px 15px 15px;*/
	padding: 30px 15px 0px 15px;
	line-height: 18pt;
}

#leftmenunew {
	position: relative;
	left: 5px;
	top: 0px;/*198px;*/
	color: white;
	background: #ff9933;
	width: 150px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bold;
	font-size: 12pt;
	padding: 0px 15px 15px 15px;
	line-height: 18pt;
	text-align: left;
	margin-bottom: 20px;
}

#leftmenunew a:link{ color : white; text-decoration : none;}
#leftmenunew a:visited{ color : white; text-decoration : none;}
#leftmenunew a:hover{ color : #003399; text-decoration : none;}
#leftmenunew a:active{ color : #003399; text-decoration : none;}

#rightmenu {
	color: white;
	background-color: #ff9933;
	background-image: url(image/italy.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 150px;
	height: 81px;
	border: 1px solid white;
	font-weight: bold;
	font-size: 12pt;
	padding: 20px 15px 15px 15px;
	line-height: 18pt;
	margin-top: 20px;
	margin-left: 3px;
	text-align: left;
}

#rightmenu a:link{ color : white; text-decoration : none;}
#rightmenu a:visited{ color : white; text-decoration : none;}
#rightmenu a:hover{ color : #003399; text-decoration : none;}
#rightmenu a:active{ color : #003399; text-decoration : none;}

.Selected {
	color: #003399 !important;
}

.ImageFrame {
	padding: 0px;
	margin: auto;
	width: 432px;
	height: 332px;
	overflow: hidden;
}

.ImageFrame img { height: 300px; width: 400px; padding: 15px; border: 1px solid #999999; background-color: #eee; top:0; left:0 }

.ImageFrame img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.Affiancata {
	float: left;
	margin: 20px 20px 20px 20px;
}

#wrapper {border: none; padding:0px;}

#wrapper div.panel {margin: 0px; padding: 0px; float: left;  width: 300px; text-align: center;}

#wrapper table  {padding: 0px; width: 300px; border-collapse: collapse;}

#wrapper table  td {padding: 0px;vertical-align: top;}
