/* 
    Document   : principale
    Created on : 09.04.2010, 16:03:00
    Author     : enrico
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {}

/* Formatta pagina */
body {
    text-align: center; margin:0; padding:0; border:0;
    background-color: white;
}
.table_pagina {
    width:630px;
    margin-left:auto; margin-right:auto;

    background-color: transparent;

    font-family: sans-serif;
    font-size: 14px;
    color: rgb(94, 94, 94);
    font-weight: normal;
}
.table_pagina .tr_titolo, .tr_centrale, .tr_fondo {
    vertical-align:top;
}
.table_pagina .td_titolo {
    height:56px;
}
.table_pagina .td_contenuto {
    width:410px;
}
.table_pagina .td_fondo {
    height:172px;
}

a:link, a:visited {
    text-decoration: none;
    color: inherit;
}
a:hover, a:active {
    text-decoration: none;
    color: rgb(32, 32, 32);
}
img {
    border: 0px;
}
textarea {
    font-family: monospace;
    color: rgb(0, 150, 255);
    font-size: 14px;
}
input[type=text]  {
    font-family: monospace;
    color: rgb(0, 150, 255);
    font-size: 14px;
}
div.bottone {
    text-align:right;
}
input[type=button], input[type=submit]  {
    font-size: 14px;
    text-align:right;
}
input[type=button].bottone_piccolo  {
    font-size: 10px;
    text-align:right;
}
div.bottone_piccolo {
    text-align:right;
}

span.evidenzia_blu {
        color: rgb(94, 94, 94);
        font-weight: bold;
    }
span.evidenzia_grigio {
        color: rgb(0, 150, 255);
        font-weight: bold;
    }