﻿
/*******************************/
/** attendere**/
#Uprogress {
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0; /* margin-top: -50px;*/
    z-index: 10000;
    text-align: center; /* per Internet Explorer */
}


#UprogressScreen {
    background-color: #000;
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0; /* margin-top: -50px;*/
    z-index: 100;
    text-align: center; /* per Internet Explorer */
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
}


#UprogressAvviso {
    width: 200px;
    height: 164px;
    margin: auto;
    padding-top: 36px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -150px;
    margin-top: -55px; /* margin-top: -50px;*/
    z-index: 100;
}

    #UprogressAvviso h2 {
        color: White;
    }

/********************************/
body {
    background-color: #222;
    color: white;
    font-family: Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    ;
}

#fascia {
    height: 30px;
    background-color: #FE642E;
    border-bottom: 1px solid #fff;
}

#contenitore {
    padding-top: 150px;
}

#contenitoreh {
    padding: 150px;
    text-align: center;
}


#contenitoreh a
{ 
font-size:25px;
 text-decoration: none;
 padding:4px;
    border:1px solid grey;
border-radius:4px;
color: grey;


   background-color: white;
 }
 
#contenitoreh a:hover
{   color: white;

   background-color: #ddd;
 
 }
#gestionelogin {
}

#servizi {
    margin: 0 auto;
    padding: 30px;
    width: 500px;
}

#copy a {
    color: grey;
}

#copy {
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    width: 750px;
}

input[type="text"],
input[type="password"] {
    background-color: white;
    border: 1px solid #D0D0D0;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.01);
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 5px;
    transition: all 0.1s linear 0s;
    width: 220px;
}



    input[type="email"]:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
        border-color: #FE642E;
        box-shadow: 0 0 0 1px rgba(0, 136, 206, 0.5);
    }

.accesso {
    background-color: white;
    border: 1px solid #D0D0D0;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.01);
    display: inline-block;
    margin: 0 auto;
    outline: 0 none;
    padding: 5px;
    transition: all 0.1s linear 0s;
    width: 230px;
    background: -moz-linear-gradient(center top, #FF9F69, #FE642E) repeat scroll 0 0 transparent;
    border-color: #FE642E #FE642E #FF9F69;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: white !important;
    text-shadow: 0 -1px 0 #006EAA;
}

    .accesso:hover {
        background: -moz-linear-gradient(center top, #FE642E, #FF9F69) repeat scroll 0 0 transparent;
    }

#bloccosup {
    /*   background-image: url("/fotohome/foto1.png");
    background-repeat: no-repeat;*/
    height: 250px;
    margin: 0 auto;
    width: 750px;
}

#blocco {
    color: black;
    /*  background-image: url("/immagini/sf.png");
    background-repeat: repeat-y;*/
    border: 1px solid #FFFFFF;
    background-color: #EEEEEE;
    margin: 0 auto;
    border-radius: 2px;
}

#gestionelogin table {
    width: 100%;
}
