/*************************************************************************
 *
 *  File: WM_UI_write_email_print.css for WebMail UI only 
 *
 *      This file contains CSS definitions for the write site layout for
 *          printing e-mail in small and large display
 *
 *      This site is displayed by clicking on 
 *		* main menu link 'write e-mail'
 *		* read site button 'edit'
 *		* read site button 'reply'
 *		* read site button 'replay all'
 *		* read site button 'forward'
 *              * all this sites : printing
 *
 *
 ************************************************************************/

.write_email_print_body
{
    font-family: Helvetica,sans-serif;
}
.write_email_print_header_title
{
    text-align:     center;
    font-size:      8pt;
    font-weight:    normal;
    padding-bottom: 2rem;
}
.write_email_print_header_table
{
    border:     0em;
    padding:    0em;
    margin:     0em;
}
.write_email_print_header_label_cell
{
    vertical-align: top;
    width:          5.5em;
    font-weight:    bold;
    border:         0em;
    padding:        0em;
    margin:         0em;
}

