body {
    margin: 0px auto;
    text-align: center;
    background-color: #ffffff;
    scrollbar-face-color: #FFFFFF;
    scrollbar-base-color: #AAAAAA;
    scrollbar-arrow-color: #0F5bbc;
}

#centered {
    margin: 20px auto;
    width: 700px;
    text-align: center;
    position: relative;
    left: 10px;
    font-family: arial;
    font-size: 15px;
}


#linguetta {
    background: url(../img/bkgtitle.gif) no-repeat left top;
    font-size: 14px;
    color: #fff;
    width: 365px;
    font-weight: bold;
    float: left;
    text-align: left;
    margin: 0;
    padding-top: 3px;
    padding-left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#outsidetable {
    border: 1px solid #000000;
    margin: 0px;
    padding: 5px;
}


table.esito {
    width: 70%;
    table-layout: fixed;
    border: 0px;
    /*per centrare la tabella... purtroppo non funziona con IE*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: arial;
    font-size: 15px;
}

table.dettagli {
    width: 100%;
    table-layout: fixed;
    border: 0px;
    /*per centrare la tabella... purtroppo non funziona con IE*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: arial;
    font-size: 12px;
}


td {
    /*per tagliare le parole troppo lunghe che sforerebbero le celle*/
    overflow: hidden;
}


th.intestazioneTabellaEsito {
    font-family: arial;
    font-size: 12px;
    color: #ffffff;
}



div.note1 {
    font-family: arial;
    font-size: 12px;
}

div.note2 {
    font-family: arial;
    font-size: 11px;
}

div.note3 {
    font-family: arial;
    font-size: 10px;
}


#tabellaDettagli {
    text-align: left;
}


/*#outsidetable .info .image {
    width: 32px;
    height: 32px
}*/

#outsidetable .info .image div {
    width: 32px;
    height: 32px
}

#outsidetable .info .image div.OK {
    background: url("/teniWeb/img/check_ok_verde.jpg") no-repeat top left;
}

#outsidetable .info .image div.KO {
    background: url("/teniWeb/img/check_ko_rosso.jpg") no-repeat top left;
}

#outsidetable .info .image div.WN {
    background: url("/teniWeb/img/check_wn.jpg") no-repeat top left;
}

#outsidetable .info .image div.KW {
    background: url("/teniWeb/img/check_kw.jpg") no-repeat top left;
}

.hidden{
    display: none;
}

.nowidth{
    width: 0%;
}

.small{
    width:3%;
}

.medium{
    width:5%;
}

.big{
    width: 10%;
}

.content{
    width: 80%;
}

.message.closed{
    background: url("/teniWeb/img/freccia-blu.png") no-repeat top left;
    width: 15px;
    height: 15px;
}

.message.open{
    background: url("/teniWeb/img/freccia-blu-verso-basso.png") no-repeat top left;
    width: 15px;
    height: 15px;
}