﻿body
{
    margin-left: 8px;
    margin-right: 8px;
}

.Contenitore
{
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.DivContenuti
{
    min-height: 740px;
}

/*.Logo
{
    float: left;
    margin-left: 0px;
    width: 495px;
}*/

.ContenitoreLink
{
    float: left;
    width: 267px;
    margin-left: 230px;
    margin-top: 10px;
}

.Link
{
    float: right;
    margin-right:180px;
}

.SubLink
{
    float: left;
}


.Lingue
{
    float: right;
    width: 117px;
    text-align: right;
}

.Clear
{
    clear: both;
    width: 100%;
    height: 1px;
}

.ColSx
{
    float: left;
    width: 493px;
}

.ColDx
{
    float: right;
    width: 493px;
}



.LblTesto
{
    text-align: justify;
    font: 11px verdana;
    color: #5D5C5C;
}



.Footer
{
    width: 100%;
    text-align: center;
}

.Arial11px
{
    font-family: Arial;
    font-size: 11px;
    color: #484847;
    text-decoration: none;
}

.Arial14px
{
    font-family: Arial;
    font-size: 14px;
    color: #484847;
    text-decoration: none;
}

.Arial20px
{
    font-family: Arial;
    font-size: 20px;
    color: #6F6E6E;
    text-decoration: none;
}

.Divisore
{
    width: 100%;
    height: 2px;
    background-color: #4D4C4C;
}

a.LinkUp:link, a.LinkUp:visited
{
    font: 11px verdana;
    color: #707173;
    text-decoration: none;
}

a.LinkUp:hover
{
    font: 11px verdana;
    color: #1A171B;
    text-decoration: none;
}

.LinkUpSelezionato
{
    font: 11px verdana;
    color: #1A171B;
    text-decoration: none;
}

a.LinkLingua:link, a.LinkLingua:visited
{
    font: 11px verdana;
    color: #B9B8B8;
    text-decoration: none;
}

a.LinkLingua:hover
{
    font: 11px verdana;
    color: #A1720E;
    text-decoration: none;
}

.LinkLinguaSelezionato
{
    font: 11px verdana;
    color: #A1720E;
    text-decoration: none;
}

.DivUnderConstruction
{
    height: 500px;
    width: 890px;
    text-align: center;
}

.DivPreloadImage
{
    background-image: url('../immagini/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

/***********************MODAL POPUP**************************/
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #888888;
    padding: 5px;
}
