/*------------------------------------------------------------
  filename: aiceconsulting.css
  content: Stili CSS per il sito www.aiceconsulting.it
  author: Paolo Sebastiano VALVO
  date: 19 settembre 2005
  last modified: 19 settembre 2005
------------------------------------------------------------*/
/*
     impostazioni generali della pagina:
     colori dello sfondo, dei link, font predefinito etc.
------------------------------------------------------------*/
BODY
 {
 text-align: center;
 padding: 0px;
 margin: 0px;
 background-color: white;
 color: black;
 }
A
 {
 color: #004070;
 text-decoration: none;
 }
A:hover
 {
 color: #004070;
 text-decoration: underline;
 }
A.testa
 {
 color: #EEEEEE;
 }
A.testa:hover
 {
 color: #808080;
 text-decoration: none;
 }
A.menu
 {
 color: white;
 text-decoration: none;
 }
A.menu:hover
 {
 color: #EEEEEE;
 text-decoration: none;
 }
/*
     stili dei titoli
------------------------------------------------------------*/
H1, H2, H3, H4
 {
 font-family: Verdana, sans-serif;
 }
H1
 {
 text-align: left;
 padding: 0px;
 margin: 15px 0px 5px 0px;
 font-size: small;
 font-weight: bold;
 color: #004070;
 }
H1.figura
 {
 text-align: center;
 margin: 5px 0px 15px 0px;
 }
H1.figura-large
 {
 text-align: center;
 margin: 15px 0px 5px 0px;
 }
H2
 {
 text-align: left;
 padding: 0px;
 margin: 0px 0px 10px 0px;
 font-size: small;
 font-weight: normal;
 color: #004070;
 }
/*
     stili del corpo del testo
------------------------------------------------------------*/
P
 {
 padding: 0px;
 margin: 0px;
 font-family: Verdana, sans-serif;
 font-size: small;
 }
CODE
 {
 font-family: Terminal, sans-serif;
 }
.english
 {
 font-style: italic;
 }
/*
     stili delle immagini
------------------------------------------------------------*/
IMG.bandiera
 {
 width: 20px;
 height: 10px;
 padding: 0px;
 margin: 0px;
 border-style: none;
 }
IMG.icona
 {
 width: 16px;
 height: 16px;
 vertical-align: top;
 padding: 0px;
 margin: 0px 10px 0px 0px;
 border-style: none;
 }
IMG.logo-aice
 {
 width: 150px;
 height: 66px;
 padding: 0px;
 margin: 0px;
 border-style: none;
 }
IMG.menu
 {
 width: 750px;
 height: 100px;
 padding: 0px;
 margin: 0px;
 border-style: none;
 }
IMG.small
 {
 width: 200px;
 height: 150px;
 padding: 0px;
 margin: 0px;
 border-style: solid;
 border-color: #808080;
 border-width: 3px 10px 3px 3px;
 }
IMG.large
 {
 width: 640px;
 height: 480px;
 text-align: center;
 padding: 0px;
 margin: 0px;
 border-style: solid;
 border-color: #808080;
 border-width: 3px 10px 3px 3px;
 }
IMG.freccia
 {
 width: 25px;
 height: 25px;
 padding: 0px;
 margin: 0px;
 border-style: none;
 }
/*
     stili delle tabelle
------------------------------------------------------------*/
TABLE, TR, TD
 {
 text-align: center;
 padding: 0px;
 margin: 0px;
 border-style: none;
 font-family: Verdana, sans-serif;
 }
TABLE.testa
 {
 width: 750px;
 }
TD.testa-top
 {
 width: 100%;
 height: 20px;
 text-align: right;
 vertical-align: middle;
 padding: 0px 5px 0px 0px;
 font-size: xx-small;
 background-color: #004070;
 color: white;
 }
TD.testa-logo
 {
 width: 65%;
 height: 100px;
 text-align: left;
 vertical-align: middle;
 background-color: white;
 color: black;
 }
TD.testa-info
 {
 width: 35%;
 height: 100px;
 text-align: left;
 vertical-align: middle;
 font-size: x-small;
 background-color: white;
 color: black;
 }
TABLE.menu
 {
 width: 750px;
 margin-bottom: 3px;
 }
TD.menu-link
 {
 height: 25px;
 text-align: center;
 vertical-align: middle;
 font-size: xx-small;
 font-weight: bold;
 background-color: #808080;
 color: white;
 }
TD.menu-corrente
 {
 height: 25px;
 text-align: center;
 vertical-align: middle;
 font-size: xx-small;
 font-weight: bold;
 background-color: #EEEEEE;
 color: #004070;
 }
TD.menu-img
 {
 height: 100px;
 }
TABLE.corpo
 {
 width: 750px;
 }
TD.corpo-titolo
 {
 height: 25px;
 text-align: center;
 vertical-align: middle;
 border-style: none;
 border-color: white;
 border-width: 2px 0px 0px 0px;
 font-size: small;
 font-weight: bold;
 background-color: #004070;
 color: white;
 }
TD.corpo-100
 {
 width: 100%;
 text-align: left;
 vertical-align: top;
 padding: 0px 0px 10px 0px;
 border-style: solid;
 border-color: white;
 border-width: 0px 1px 0px 0px;
 font-size: small;
 font-weight: normal;
 background-color: white;
 color: black;
 }
TD.corpo-50
 {
 width: 50%;
 text-align: left;
 vertical-align: top;
 padding: 0px 10px 10px 0px;
 border-style: solid;
 border-color: white;
 border-width: 0px 1px 0px 0px;
 font-size: small;
 font-weight: normal;
 background-color: white;
 color: black;
 }
TD.corpo-33
 {
 width: 33.3%;
 text-align: left;
 vertical-align: top;
 padding: 0px 0px 10px 0px;
 border-style: solid;
 border-color: white;
 border-width: 0px 1px 0px 0px;
 font-size: small;
 font-weight: normal;
 background-color: white;
 color: black;
 }
TD.corpo-66
 {
 width: 66.7%;
 text-align: left;
 vertical-align: top;
 padding: 0px 10px 10px 0px;
 border-style: solid;
 border-color: white;
 border-width: 0px 1px 0px 0px;
 font-size: small;
 font-weight: normal;
 background-color: white;
 color: black;
 }
TD.corpo-figura-33
 {
 width: 33.3%;
 text-align: left;
 vertical-align: top;
 padding: 10px 17px 10px 18px;
 border-style: solid;
 border-color: white;
 border-width: 0px 1px 10px 1px;
 font-size: small;
 font-weight: normal;
 background-color: white;
 background-image: url("images/strisce.png");
 color: black;
 }
TD.corpo-figura-100
 {
 width: 100%;
 text-align: center;
 vertical-align: top;
 padding: 0px 0px 10px 0px;
 border-style: solid;
 border-color: white;
 border-width: 0px 1px 0px 0px;
 font-size: small;
 font-weight: normal;
 background-color: white;
 color: black;
 }
TD.corpo-frecce
 {
 width: 20%;
 vertical-align: top;
 padding: 0px 0px 5px 0px;
 }
TABLE.piede
 {
 width: 750px;
 }
TD.piede-top
 {
 width: 100%;
 height: 20px;
 text-align: left;
 vertical-align: middle;
 padding: 0px 0px 0px 5px;
 font-size: xx-small;
 background-color: #004070;
 color: white;
 }
TD.piede-logo
 {
 width: 13%;
 height: 50px;
 text-align: left;
 vertical-align: top;
 padding-top: 8px;
 background-color: white;
 color: black;
 }
TD.piede-info
 {
 width: 87%;
 height: 50px;
 text-align: left;
 vertical-align: top;
 padding-top: 5px;
 font-size: x-small;
 background-color: white;
 color: black;
 }
TD.piede-info-home
 {
 width: 62%;
 height: 50px;
 text-align: left;
 vertical-align: top;
 padding-top: 5px;
 font-size: x-small;
 background-color: white;
 color: black;
 }
TD.piede-counter
 {
 width: 25%;
 height: 50px;
 text-align: right;
 vertical-align: top;
 padding-top: 5px;
 background-color: white;
 color: black;
 }
/*
     stili delle liste
------------------------------------------------------------*/
LI, OL, UL
 {
 padding: 0px;
 margin: 0px;
 font-family: Verdana, sans-serif;
 font-size: small;
 }
UL LI
 {
 margin-left: 20px;
 margin-bottom: 5px;
 text-indent: 0px;
 list-style-type: disc;
 }
OL LI
 {
 margin-left: 40px;
 margin-bottom: 5px;
 text-indent: 0px;
 list-style-type: decimal;
 }
