   /* Definisce lo stile di un layer contenitore del menu */
div.main {
      border: Solid 1px #000000;
      width: 180px;
}
   /* Definisce lo stile di ogni singolo layer nelle sue parti pių spicciole */
div.menu {
      background: #EEEEEE;
      font-size: 12px;
      font-family: Verdana;
	text-align:left
}
   /* Definisce lo stile dei link al caricamento */
a.menu {
      background: #EEEEEE;
      color: #000000;
      padding: 1px;
      /* Permette di ottenere l'effetto anche se il mouse non č sul testo */
      position: Relative;
      text-decoration: None;
      /* Imposta il contenuto del layer per la larghezza del layer stesso */
      display: Block;
}
   /* Definisce lo stile dei link al passaggio del mouse (modificati solo i colori) */
a:hover.menu {
      background: #3E0000;
      color: #FFFFFF;
      padding: 1px;
      position: Relative;
      text-decoration: None;
      display: Block;
}

#corpo {
	position: absolute;
	width:100%;
	height:95%;
}

div.SX {
	float: left;
	width: 220;
	BACKGROUND-COLOR: #F5F5E4;
   /* IMPOSTAZIONE MARGINI, SFONDO, GIUSTIFICAZIONE, BORDI, ECC... */
}
div.DX {
	float: left;
	BACKGROUND-COLOR: #FBFBEB;
	width:100%;
	position:relative;
}

div.CEN {
	float: left;
	BACKGROUND-COLOR: #FBFBEB;
	width:100%;
	position:relative;
	text-align: Center;
}

div.TIT {
	float: left;
	BACKGROUND-COLOR: #F5F5E4;
	width:100%;
	position:relative;	
   /* COME SOPRA! (Rif. Referenze ed elenco dei comandi del linguaggio Css) */
}

div.DXSC {
	float: left;
	BACKGROUND-COLOR: #FBFBEB;
	width:78%;
	position:relative;	
	overflow:scroll; 
	height:90%;
   /* COME SOPRA! (Rif. Referenze ed elenco dei comandi del linguaggio Css) */
}

div.LayerCentrato {
   text-align: Center;
   background-color: #EEEEEE;
   color: #192939;
   position: Absolute;
   top: 50%;
   left: 50%;
   font-size: 12px;
   font-family: Verdana;
   font-weight: Bold;
   width: 350px;
   height: 200px;
   border: Solid 1px #CCCCCC;
   margin: -100px, -175px;
}

.Spunta{
list-style-image: URL(../image/spunta.gif)
}
.Spunta1{
list-style-image: URL(../image/spunta1.gif)
}
.Nuovo{
list-style-image: URL(../image/new15.gif)
}

.Tabella {
	background-color:#FBFBEB;
	text-align:left;
	width: 100%;
	padding-left: 2px;
	border-width: medium;
	border-color: #006600;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
}
.Tabella1 {
	background-color:#F5F5E4;
	text-align:left;
	width: 100%;
	padding-left: 2px;
	border-width: medium;
	border-color: #006600;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
}
.Cella {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #F6F4F4;
	text-align: center;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}

.Cella1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-color: #FFEEDD;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}

.Cella2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #F6F4F4;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}

.Cella3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #F4F4E4;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}

.Cella_blu {
	background-color: #0000bb;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
	width=65;
}
.Cella_blu1 {
	background-color: #1166bb;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
	width=65;
}
.Cella_blu1sx {
	background-color: #003366;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}
.Cella_blu1dx {
	background-color: #003366;
	text-align: right;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}
.Cella_blu1cn {
	background-color: #003366;
	text-align: center;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}

.Cella_blu3sx {
	background-color: #0055cc;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}
.Cella_blu3dx {
	background-color: #0055cc;
	text-align: right;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}
.Cella_blu3cn {
	background-color: #0055cc;
	text-align: center;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}

.Cella_blu2sx {
	background-color: #0000bb;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}
.Cella_blu2dx {
	background-color: #0000bb;
	text-align: right;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}
.Cella_blu2cn {
	background-color: #0000bb;
	text-align: center;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}


.Cella_blu3 {
	background-color: #4499dd;
	text-align: center;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
	width=40;
}
.Cella_blu4 {
	background-color: #2288cc;
	text-align: center;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
	width=40;
}
.C_giallino {
	background-color: #FBFBEB;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}
.C_giallinoj {
	background-color: #FBFBEB;
	text-align: justify;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}

.C_gialloscuro {
	background-color: #F4F4E4;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}
.C_gialloscuroj {
	background-color: #F4F4E4;
	text-align: justify;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}

.C_grigia {
	background-color: #999999;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}
.C_grigiona {
	background-color: #666666;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}
.C_grigiona_c {
	background-color: #666666;
	text-align: center;
	vertical-align: top;
	display: table-cell;
	padding: 3px;
}

