/* --- stile generale ---- */

*{
    font-family: Verdana;
    font-size: 11px;        
}


/* ---- stile per i paragrafi --- */

p.testo {
    line-height: 1.2em;
    font-style: normal;
    padding: 4px 6px 4px 6px;
    color: #666;
}

p.testoInterno {
    color: #fff;
    line-height: 1.2em;
    font-size: 12px;
    font-style: normal;
    padding: 0px 10px 0px 10px;
}

p.testoInterno strong {
    color: #fff;
}


/* -------- modulo di_ registrazione  ----------- */

table#registrati {
    width: 450px;
}

table#registrati th, table#registrati td{
    color: #fff;
}

table#registrati input[type=text] {
    width: 200px;
}

table#registrati span.parentesi {
    font-size: 8px;
    color: #fff;
}

/* --------  stile per il preventivo  ----------- */

table.preventivo {
    border: 1px solid #999;
}

table.preventivo th, table.preventivo td {
    line-height: 1.1em;
}

table#prodotti, table#datiAnagrafici {
    border: none;
}

table.preventivo caption {
    border: 1px solid #999;
    font-weight: bold;
    text-align: left;
    background-color: #eaeaea;
    width: 150px;
    padding: 3px;
}

table.preventivo p {
    text-align: center;
}


/* ----------- box dei contatti ------------------------------- */

td#boxContatti {
    background-color: #cdd2d8; 
    height: 345px; 
    vertical-align: top;
}


/* ----------- stile per la tabella dei crediti --------------- */

table#crediti {
    width: 984px;
}

td#creditiCentro {
    width: 708px;
    background-color: #02486A;
    color: #fff;
}

td#creditiDestra {
    width: 266px;
    background-color: #CC0001;
    padding: 2px 3px 2px 2px;
}

td#creditiDestra a, td#creditiDestra a:link, td#creditiDestra a:visited {
    font-family: Verdana;
    size: 11px;
    font-weight: bold;
    color: #fff;            
}

td#creditiDestra a:hover {
    font-family: Verdana;
    size: 11px;
    color: #fff;        
    font-weight: bold;
    text-decoration: underline;
}


/* ---- stile per i pulsanti e le caselle di testo --- */

input [type=text], input [type=password] {
    border: 1px solid #999;
}

input [type=button], input [type=submit], input [type=reset] {
    border: 1px solid #999;
    background-color: #eaeaea;
    color: #333;
}

input {
    border: 1px solid #999;    
    background-color: #fafafa;
}

input#utUsername, #utPassword {
    border: 1px solid #999;
}

/* ----- stile per cella con paginazione ----- */

td#paginazione {
    vertical-align: middle;
    text-align: center;
}


/* --------------- stile per i link ------------ */
a, a:link, a:visited {
    font-size: 11px;
    color: #013567;
    text-decoration: none;    
}

a:hover {
    color: #c00;
}

a.dove, a.dove:link, a.dove:visited {
    font-size: 11px;
    color: #fff;
    text-decoration: underline;    
}

a.dove:hover {
    color: #f90;
}

a#offerte, a#offerte:link, a#offerte:visited {
    color: #c00; 
    font-weight: bold;
}

a#offerte:hover {    
    text-decoration: underline;
}

a#prodotti, a#prodotti:link, a#prodotti:visited {
    color: #f90; 
    font-weight: bold;
}

a#prodotti:hover {    
    text-decoration: underline;
}

a#news, a#news:link, a#news:visited {
    color: #697ca4; 
    font-weight: bold;
}

a#news:hover {    
    text-decoration: underline;
}


/* --------- stile per il form validator ------------ */

p#validator {
    color: #f90;
    font-size: 11px;
    padding-left: 16px;
    padding-right: 16px;
}

li.validator {    
    list-style-type: disc;
    margin-left: 30px;    
    font-size: 11px;
    line-height: 16px;
    vertical-align: middle;
    color: #f90;
}


/* --------- stile per i box in home page ----------- */

marquee#scrollNews, td.homeBox, table#viewOfferte td {        
    line-height: 1.2em;
}

td.homeBox, table#viewOfferte td {
    width: 245px; {    
    padding-left: 3px;
    padding-right: 3px;
}

table#viewOfferte {
    width: 245px;
}


/* -------- stile per la data corrente in alto a destra ------- */

td#homeData {
    
    
    text-align: center; 
    color: #fff;
    font-weight: bold;
    line-height: 1.2em;
}