﻿body {
}

.style1
{
    width: 120px;
    text-align: center;
}
.style2
{
    height: 92px;
}
.style3 
{
    border-style: groove; 
    margin-left:auto; 
    margin-right:auto;
}
.style3 TD
{
    border-style: groove; 
    border-width: thin;
    text-align:center;
}
.table1 
{
    border: double;
    border-color: green;
        
}


.CellaVisualizzaBrano
{
    border: thin solid;
    border-width: medium;
    border-color: #00ff00;
    text-align: center;
}


.CellaVisualizzaBrano:hover
{
    border-color: #ff9966;
    cursor: pointer;
}

.CellaBrano
{
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none;
    width: 90%;
}

.CellaBranoVisibile
{
    border: thin solid;
    border-color: #00ff00;
    text-align: center;
}

.CellaBranoVisibile:hover
{
    border-color: #ff9966;
}

.CellaCodiceDomanda
{
    border: thin solid;
    border-width: thin;
    border-color: #00ff00;
    text-align: center;
}

.CellaCodiceDomanda:hover
{
    border-color: #ff9966;
        
}

.CellaDomanda
{
    border: thin solid;
    border-width: thin;
    border-color: #00ff00;
    text-align: center;
        
}

   
.CellaDomanda:hover
{
    border-color: #ff9966;
        
}

.CellaRispostaLettErrata
{
    background-color: #ef3f0f;
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none;
    text-align:center;
}

.CellaRispostaLettErrata
{
    background-color: #ef3f0f;
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none;
    text-align:center;
}

.CellaRispostaLettErrata:hover
{
    background-color: #ccb9b9;
    cursor: pointer;
}


.CellaRispostaSicuraLettErrata
{
    background-color: #ef3f0f;
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none;
    text-align:center;
}
.CellaRispostaSicuraLettErrata:hover
{
    background-color: Aqua;
    color: #000000;
    cursor: pointer;
}


.CellaRispostaLettEsatta
{
    background-color: #8bf552;
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none;
    text-align:center;
}
.CellaRispostaLettEsatta:hover
{
    background-color: #ccb9b9;
    cursor: pointer;
}


.CellaRispostaSicuraLettEsatta
{
    background-color: #8bf552;
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none;
    text-align:center;
}
.CellaRispostaSicuraLettEsatta:hover
{
    background-color: Aqua;
    color: #000000;
    cursor: pointer;
}



.CellaRispostaLett
{
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none;
    text-align:center;
}

.CellaRispostaLett:hover
{
    background-color: #ccb9b9;
    cursor: pointer;
}


.CellaRispostaSicuraLett
{
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none;
    text-align:center;
}

.CellaRispostaSicuraLett:hover
{
    background-color: Aqua;
    color: #000000;
    cursor: pointer;
}




.CellaRispostaSbagliata
{
    border: thin solid;
    border-width: thin;
    border-color: #FF0000;
    text-align:left;
    width: 25%;
}

.CellaRispostaSbagliata:hover
{
    border-color: #ff9966;
    cursor: pointer;
}

.CellaRisposta
{
    border: thin solid;
    border-width: thin;
    border-color: #00ff00;
    text-align:left;
}

.CellaRisposta:hover
{
    border-color: #ff9966;
    cursor: pointer;
}

.CellaSimulazione
{
    text-align:center;
    border-spacing:0px;
    width: 80%;
}
.CellaSimulazione TD
{
    border: thin solid;
    border-width: medium;
    border-color: #ffffff;
    background-color: #ccb9b9;
    text-align:center;
    border-spacing:0px;
}
.CellaSimulazione TD:hover
{
    border-color: #ff9966;
    cursor: pointer;
}

.CellaSimulazioneEsatta
{
    background-color: #c5efae;
    text-align:center;
    border-spacing:0px;
}
.CellaSimulazioneEsatta:hover
{
    border-color: #e3fb0a;
    cursor: pointer;
}

.CellaSimulazioneErrata
{
    background-color: #ef3f0f;
    text-align:center;
    border-spacing:0px;
}
.CellaSimulazioneErrata:hover
{
    border-color: #e3fb0a;
    cursor: pointer;
}

.CellaSimulazioneSelezionata
{
    border-color: #0000ff;
    background-color: #ccb9b9;
    text-align:center;
    border-spacing:0px;
}
.CellaSimulazioneSelezionata:hover
{
    border-color: #e3fb0a;
    cursor: pointer;
}



.RigaSelMouseOn
{
    background-color: inherit;
}

.RigaSelMouseOn:hover
{
    background-color: yellow;
}

.RigaSel
{
    background-color: #FF3333;
}

.RigaSel:hover
{
    background-color: yellow;
}



.RigaAccSelMouseOn
{
    background-color: inherit;
}

.RigaAccSelMouseOn:hover
{
    background-color: yellow;
}

.RigaAccSel
{
    background-color: #FF3333;
}

.RigaAccSel:hover
{
    background-color: #FF3333;
}

