
.PerformancesTable
{
    font-family: Verdana, Arial;
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid;
    border: 1px solid;
    border-color: #666666;
    width: 0;   /* as narrow as possible */
}

.PerformancesTable th
{
    border: 1px solid;
    border-color: #666666;
    background-color: #C6C3C6;
    color: #000000;
}

.PerformancesTable td
{
    border: 1px solid;
    border-color: #666666;
    background-color: #000000;
    color: #ffffff;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
}

.PerformancesTableEntry
{
    border-collapse: collapse;
}

.PerformancesTableEntry td
{
    border: 0px solid;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    white-space: nowrap;
}

.PerformancesTableEntry .verde
{
    color: #00ff00;
    font-weight:bold;
}

.PerformancesTableEntry .rosso
{
    color: #ff0000;
    font-weight:bold;
}

.PerformancesTableEntry .bianco
{
    color: #ffffff;
    font-weight:bold;
}

.PerformancesTableEntry td a          { color: #ffffff; text-decoration: underline; font-weight: normal;  }
.PerformancesTableEntry td a:link     { color: #ffffff; text-decoration: underline; font-weight: normal; }
.PerformancesTableEntry td a:hover    { color: #ffffff; text-decoration: underline; font-weight: normal; }
.PerformancesTableEntry td a:visited  { color: #ffffff; text-decoration: underline; font-weight: normal; }



