/* dialogs.css          */
/*  classi stile per dialogs    */


table.dialog
{
    width:          400px;

    font-family:    Verdana;
    font-weight:    normal;
    font-style:     normal;
    text-transform: none;
    font-size:      9pt;
    color:          #000;
}

    table.dialog th
    {
        height:             30px;
        text-align:         center;
        vertical-align:     middle;
        background-color:   DARKRED;
        
        font-weight:        bold;
        font-size:          10pt;
        text-transform:     uppercase;
        color:              #fff;
    }
    
    table.dialog td.subtitle
    {
        height:             30px;
        text-align:         center;
        vertical-align:     middle;
        background-color:   #fff;

        font-weight:        bold;
        font-size:          9pt;
        text-transform:     none;
        color:              #222;
        
        border-bottom:      dotted 1px #222;
    }
    
    table.dialog td.content
    {
        text-align:         left;
        vertical-align:     middle;
        background-color:   transparent;

        font-weight:        normal;
        font-size:          9pt;
        text-transform:     none;
        color:              #000;
    }