root { 
    display: block;
}

body {    
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    background: url('../../icons/main_background.png') #EEE left top repeat-x;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-align: center; /* Per IE 5.x */
}

.visible {
    visibility: visible;
    display: block;
}

.invisible {
    visibility: hidden;
    display: none;
}

/* Informazioni di layout */
#centrato {
    width: 846px; /*770px;*/
    margin: auto;
    text-align: left;  /* Per IE 5.x */
    background: url("../../icons/site_background.png") #ffffff left center repeat-y;
}

#navbar {
    width: 100px;
    /*height: 100%; */
    color: #000000;
    float: left;    
}

#topbar {   
    height: 10px;
    text-align: right;
    /*text-align: right;
    font-weight: bold;
    color: #152147;*/
    margin: 5px;
}

#topbar div {
    height: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #152147;
    font-size: 9px;
    font-weight: bold;
    text-align: left;    
    float: right;
    margin-top: 0px;
    margin-bottom: 2px;
    margin-right: 25px;
}

#content {
    width: 746px; /*670px;*/
    min-height: 650px;
    overflow: auto;
    float: left;
}

#content div#upper {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#content div#upper img {
    margin: 0;
}


#content div#upper img.banner {
    width: 480px;
    height: 155px;
    float: left;
    margin: 0;
}


#content div.left {
    float: left;
    width: 478px;
    overflow: hidden;
    margin: 0px 0px 20px 10px;
}


#content div#lower div.left div.bar {
    clear: both;
    background: #152147 left top repeat-x;
    height: 20px;
    text-align: right;
    padding-right: 15px;
    margin-bottom: -10px;
}

th.headerLeft {
    background: #152147;
    color: white;
    height: 20px;
    text-align: right;
    padding-right: 15px;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#content div#lower div.left div.bar span.title {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

#content div.right {
    /*background:  #EEE;*/
    float: left;
    width: 234px;
    overflow: hidden;
    margin: 0px 0px 0px 10px;
}

#content div#lower div.right div.bar {
    clear: both;
    background: #152147 left top repeat-x;
    height: 20px;
    text-align: right;
    padding-right: 15px;
    margin-bottom: -10px;
}

#content div#lower div.right div.bar span.title {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

th.headerRight {
    background: #152147;
    color: white;
    height: 20px;
    text-align: right;
    padding-right: 15px;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#foot {
    clear: both;
    width: 796px;/*770px;*/
    background: url("../../icons/site_background.png") #ffffff left center repeat-y;
    font-size: 9px;
    text-align: center;
    color: #152147;
    padding-left: 50px;
    
}

/* Elementi comuni */
h1 {
    font-size: 12px;
    color: #152147;
    margin: 0px;
}

h2 {
    font-size: 10px;
    font-weight: bold;
    color: #333333;
}

a {
    color: #152147;
    text-decoration: underline;
}

a:hover {
    color: red;
    text-decoration: underline;
}

img {
    margin: 5px;
    clear: both;
    border: 0;
}

img.logo {
    margin:0;
    padding:0;
    border:0;    
}

img.icon {
    vertical-align: middle;
    border: 0;
    padding: 0;
}

/* Elementi grafici */
a.bigbutton {
    font-family: arial, helvetica, sans-serif;
    display: block;
    border: 1px solid silver;
    font-size: 13px;
    font-weight: bold;
    background: url("../../icons/bigbutton_default.png") white left bottom repeat-x;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    margin: 3px;
}

a.bigbutton.selected {
    color: green;
    background: url("../../icons/bigbutton_over.png") white left bottom repeat-x;
}

a.bigbutton:hover {    
    background: url("../../icons/bigbutton_over.png") white left bottom repeat-x;
    color: maroon;    
}

a.bigbutton.selected:hover {
    color: green;
    background: url("../../icons/bigbutton_over.png") white left bottom repeat-x;
}

a.smallbutton {
    font-family: arial, helvetica, sans-serif;
    display: inline-block;
    border: 1px solid silver;
    font-size: 10px;
    font-weight: bold;
    background: url("../../icons/bigbutton_default.png") white left bottom repeat-x;
    text-align: center;
    text-decoration: none;
    margin: 3px;
    padding: 3px;
}

a.smallbutton img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 3px;
}

a.smallbutton.selected {
    color: green;
    background: url("../../icons/bigbutton_over.png") white left bottom repeat-x;
}

a.smallbutton:hover {
    border: 1px solid navy;
    background: url("../../icons/bigbutton_over.png") white left bottom repeat-x;
    color: maroon;
}

a.smallbutton.selected:hover {
    color: green;
    background: url("../../icons/bigbutton_over.png") white left bottom repeat-x;
}

/* Formattazione testo */
.uppercase {
    text-transform: uppercase;
    font-size: small;
}

/* Contenitore articoli */
div.articolo {
    margin-top: 10px;
    overflow: hidden;
}

div.articolo h1 {
clear: both;
margin: 10px 0px 0px 0px;
padding: 0;
}

div.articolo h2.title {
clear: both;
margin: 0;
padding: 0;
}

div.articolo p {
text-align: justify;
margin: 3px 0px 0px 0px;
padding: 0px;
}

div.articolo strong.title {
display: block;
clear: both;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div.articolo img.left {
float: left;
margin: 3px 5px 0px 0px;
}

div.articolo img.right {
float: right;
margin: 3px 5px 0px 0px;
}

div.articolo img.associazioni {
margin: 3px 0px 0px 0px;
}

div.articolo table {
    width: 90%;
    background: transparent;
    border: 1px solid silver;
    margin: 0%;
}

div.articolo table th {
    text-align: center;
}

div.articolo table thead th {
    background: url('../../icons/bigbutton_over.png') white bottom left repeat-x;
}

div.articolo table tbody th {
    font-style: italic;
    
}

/* Contenitori "Biglietto da visita" */
div.biglietto {
    margin: 0px;
    /*border: 1px solid silver; */   
    padding: 5px;
    background-color: white;
    margin-top: 10px;
}

div.biglietto img {
    margin: 3px 3px 0px 0px;
    float: left;
}

div.biglietto .icon {
    clear: both;
    vertical-align: middle;
    margin: 3px;
}

div.biglietto strong {
    color: #152147;
}

div.biglietto label {
    color: #152147;
    font-style: italic;
    font-weight: bold;
}

div.biglietto label.nofloat {
    color: #152147;
    font-style: italic;
    font-weight: bold;
    display: inline-block;
    clear: both;
}

div.biglietto p {
    margin: 3px;
    text-align: left;
}


div.biglietto.italia {
    background: url("../../icons/italia_bg.png") white right top no-repeat;
    height: 115px;
}

div.biglietto.estero {
    background: url("../../icons/world.png") white right top no-repeat;
    height: 115px;
}

ul.toc {
list-style: none;
}

ul.toc li {
margin: 0;
}

/* Tabella altre linee */
div.articolo table.altrelinee {
    margin: 5px;
    border: none;  
}

div.articolo table.altrelinee td {
    vertical-align: top;
    text-align: left;
}

div.articolo table.altrelinee td img {
    width: 100px;
    border: none;
    vertical-align: top;
}

/* Tabella settori */
table.settori {
    margin: 5px;
}

table.settori th {
    font-family: arial, helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #152147;
    background-color: #EEE;
}

table.settori td img {
    width: 100px;
    border-style: none;
}

table.settori td {
    text-align: left;
    color: #333333;
}

/* Tabella elenco capitolati */
div.articolo table.capitolati {    
    background-color: white;
}

table.capitolati th {
    background: url('../../icons/bigbutton_over.png') #EEE top left repeat-x;
    height: 20px;
}

table.capitolati td {
    vertical-align: middle;
    text-align: left;
    padding: 5px;
    border-style: none;
    background-color: white;
}

/** Tabella riepilogativa Kimia Center */
table.kc {
    margin: 5%;
    width: 90%;
    border: 1px solid silver;
}

table.kc th.regioni {
    color: navy;
    text-align: center;
    background: url("../../icons/bigbutton_over.png") #FFF left bottom repeat-x;
}

div.formleft {
    float: left;
    width: 50%
}

div.formright {
    float: right;
    width: 50%;
}

form input {
    margin: 3px;
    font-size: 10px;
}

form select {
    margin: 3px;
    font-size: 10px;
}

form option {
    margin: 3px;
    font-size: 10px;
}

form label {
    display: inline-block;
    width: 100px;
    text-align: right;    
    padding-right: 15px;
    font-weight: bold;
    font-size: 10px;
}

form label.required {    
    background: url('../../icons/field_required.png') transparent top right no-repeat;
}






.dropshadow {
    /* Empty declaration: this is here so that you can tag shadowed things */
    color: rgba(0,0,0,0.5);
    
}

.shadowed {
    /* This styles our actual text */
    color: white;
    position: absolute;
    background: transparent !important;
    z-index: 1;
    margin: 0;
}

#chiusura {
    position: absolute;
    left: 50%;
    top: 180px;
    width:300px;
    height:225px;
    margin:0 0 0 -150px;
    border: 1px solid black;
}

#chiusura img {
    margin: 0px;
    left: 0px;
    top: 0px;
}
