/* Definizione TagHTML*/

h1, h2, h3, h4, h5, h6, div { margin:0px auto; padding:0px; vertical-align:top; text-align:left; border:0px;}
img {border:0px;}
p  {margin:0px; padding: 5px;}
h1, h2, h3, h4, h5, h6 {display:inline;}

/* Definizione Di Links*/
A:link, A:visited, A:active { color: #000000; text-decoration:none; }
A:hover   {color:#000000; text-decoration:underline;font-weight:bold; }

th
{
  background-color:#F2F7FD;
}


/* Definizione Di Testi*/
.STxt8px  {font-size:8px;}
.STxt9px  {font-size:9px;}
.STxt10px {font-size:10px;}
.STxt11px {font-size:11px;}
.STxt12px {font-size:12px;}
.STxt13px {font-size:13px;}
.STxt14px {font-size:14px;}
.STxt05em {font-size:.5em;}
.STxt075em {font-size:.75em;}
.STxt125em {font-size:1.25em;}
.STxt150em {font-size:1.50em;}
.STxt175em {font-size:1.75em;}
.STxt200em {font-size:2.00em;}

h1 {font-size:1.25em; font-weight:bold;}
h3 {font-size:1.10em; font-style:italic;}

.copyrigth { font-size:10px; text-align:center; margin-bottom:5px; margin-top:5px; }

/* Definizione BOX */
.BoxBlu {
        background: #F2F7FD;
        border: 1px solid #1E3B4A;
        margin:2px;
}
.BoxVerde {
        background: #EDF3ED;
        border: 1px solid #666600;
        margin:2px;
}
.BoxGiallo {
        background: #FFF7D7;
        border: 1px solid #FFCC33;
        padding:2px;
}


.BoxDiavolo {
        background: #EDF3ED;
        border: 1px solid #B70002;
        padding:2px;
}


.LabelBLU {
        font-weight:bolder;
        font-size:18px;
        color: #1E3B4A;
        border-bottom: 4px solid #69A2BD;
        text-align: right;
}
.LabelVerde {
        font-weight:bolder;
        font-size:18px;
        color: #666600;
        width: 100%;
        border-bottom: 4px solid #669966;
        text-align: right;

}
.BoxMyLcnet {
        background: #69A2BD;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
}
.BoxEditoriale {
        background: #FFF7D7;
        border: 1px solid #666600;
        margin:2px;
        height:12em;
}

.BoxEditoriale1 {
        background: #FFF7D7;
        border: 1px solid #666600;
        margin:2px;
        height:6em;
}

.BoxExtra {
        background: #EDF3ED;
        border: 1px solid #666600;
        margin:2px;
        height:6em;
}

.BoxRicerca {
        background: #FFF7D7;
        border: 1px solid #666600;
        margin:2px;
        height:2em;
}

/* Form*/
.FormButton {border: 1px dotted #006666; padding: 1px;}
.FormText {background: #FFFFFF;  border: 1px dashed #006666;}
.FormRadio{background: #FFFFFF; border: 1px dashed #006666;}