﻿body
{
    margin:0px; 
    font-size:12px; 
    font-family:Arial, Helvetica, sans-serif;
    background-image: url('../images/bgPage.gif');
}

A:hover
{
    color: black;
}

.testogrande
{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.testomedio
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.testo
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.testopiccolo
{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.titolo
{
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #CF1301;
    text-decoration: none;
}

.inputText
{
    border:1px solid #6f6f6f; 
    font-size:12px; 
    margin:0 0 7px 0; 
    background:white; 
    width:220px; 
    color:#000; 
    text-align:left;
    height:18px; 
}

.select
{
    border:1px solid #6f6f6f; 
    font-size:12px; 
    margin: 0 0 7px 0; 
    background:white; 
    height:19px; 
}

.tdletter
{
    width: 28px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: #9f1301 2px;
    border-left: #f2260e 2px;
    border-top: #f2260e 2px;
    border-right: #9f1301 2px;
    font-family: Arial;
    color: white;
    font-size: 13px;
    font-weight: bold;
    background-image: url(../images/btletter.gif);
}
.btletter:hover
{
font-size: 15px;
    color: black;

}

.tdletter2
{
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #cf1301;
    border-bottom: #9f1301 2px groove;
    border-left: #f2260e 2px groove;
    border-top: #f2260e 2px groove;
    border-right: #9f1301 2px groove;
}

.selletter
{
    font-family: Arial;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.listresult
{
    overflow: Auto;
    width: 200px;
    height: 310px;
    font-family: Arial;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    background-color: #cc0000;
    scrollbar-base-color: #e71602;
    scrollbar-arrow-color: #CCCCCC;
    scrollbar-track-color: #DDDDDD;    
}


.txtresult
{
    text-align: left;
    font-family: Arial;
    color: black;
    font-size: 15px;
    margin-left: 30px;
}

.listresult_div
{
    border-bottom: white 1px solid;
    border-left: white 1px;
    border-top: white 1px;
    border-right: white 1px;
    text-align: left;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
}

.listresult_link
{
    background-color: #CC0000;
    color: white;
    text-decoration: none;
    font-weight: normal;
    font-family: Arial;
    font-size: 12px;
}

.button
{
    border:1px solid #6f6f6f; 
    font-size:12px; 
    background:white; 
    color:#000; 
    text-align:left;
    height:19px; 
    text-align:center;    
}
.pannello
{
    width: 0px;
    height: 0px;
    background-color:White;
    visibility: hidden;
    color: black;
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-top: #000000 1px solid;
    border-right: #000000 1px solid;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
}    

.button_scroll
{
    width: 200px;
    height: 20px;
    background-color: #cc0000;
    text-align: center;
}