﻿body
{
    MARGIN:0PX; 
    font-size:12px; 
    font-family:Arial, Helvetica, sans-serif;
    background-image: url('../images/bgPage.gif');
}
.imgloading
{
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;    
}

.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;
}

.inputText
{
    border:1px solid #6f6f6f; 
    font-size:12px; 
    margin:0 0 7px 0; 
    background:white; 
    width:200px; 
    color:#000; 
    text-align:left;
    height:15px; 
}

.select
{
    border:1px solid #6f6f6f; 
    font-size:12px; 
    margin: 0 0 7px 0; 
    background:white; 
    height:19px; 
}

.tdthumb
{
    border:1px solid #6f6f6f;
    width:150px;
    height:150px;
    text-align:center;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;    
}

.tdempty
{
    border:0px;
    width:150px;
    height:150px;
    text-align:center;
}

.pages
{
    border: #ffffff thin solid;
    background-color: #CF1301;
    color: white;
    width: 20px;
    height: 20px;
    padding: 5px;
    text-decoration: none;
    font-weight: normal;
}

.pagesel
{
    border: #ffffff thin solid;
    background-color: black;
    color: white;
    width: 20px;
    height: 20px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}
.pagesarrow
{
    border: #ffffff thin solid;
    background-color: darkorange;
    color: white;
    width: 20px;
    height: 20px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size:12px;
}

.button
{
    border:1px solid #6f6f6f; 
    font-size:12px; 
    background:white; 
    color:#000; 
    text-align:left;
    height:19px; 
    text-align:center;    
}

.linksel
{
    border: #ffffff 1px solid;
    background-color: #CF1301;
    color: white;
    height: 20px;
    width:1000px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}

.pannello
{
    width: 480px;
    height: 90px;
    position: absolute;
    top: 190px;
    background-color: #CF1301;
    border: #ffffff thin solid;
    visibility:hidden;
    color: White;
}    