/* ---------------------------------------------------------------------------- */
/* This CSS file specifies the look and feel of the forms used in CO-CON        */
/* CO-CON is the affiliate program used by confern Möbeltransportbetriebe GmbH  */
/* The application was written by Oliver Ihlow, OKINOL! GmbH - Wiesbaden        */
/* ---------------------------------------------------------------------------- */

td.standard {
    font-family:Arial,sans-serif;
    font-weight:normal;
    margin:0px;
    background-color: #EEEEEE;
    font-size:12px;
    color:#000000;
    text-indent:5px;
    border-bottom : 1px solid #AAAAAA;
    border-left : 1px solid #AAAAAA;
    border-top : 1px solid #FFFFFF;
    border-right : 1px solid #FFFFFF;
} 
td.subtitle {
    border : 1px solid #CCCCCC;
    background : #CCCCCC;
    empty-cells : show;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-weight: bold;
    color: #000000;
    border-top-color : #FFFFFF;
    border-bottom-color : #000000;
}
td.invers_ini {
    border : 1px solid;
    background : #003366;
    empty-cells : show;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight: bold;
    color: #FFFFFF;
    border-top-color : #FFFFFF;
    border-bottom-color : #000000;
    background-color : #003366;
}

