/******************************************************************************/
/*                                                                            */
/*                          Canada Mortgage Services                          */
/*                                Print styles                                */
/*                                                                            */
/******************************************************************************/

html, body {
    background-color      : white;
    background-image      : none;
    background-position   : top left;
    color                 : black;
}

div#wrapper {
    margin                : 0;
    padding               : 0;
    width                 : 100%;
}

div#header {
    height                : 66px;
    margin                : 0 20px;
}

div#header img {
    display               : none;
}

p#text_links {
    display               : none;
}

address {
    border-top            : 1px dotted #999; /* light gray */
    margin                : 2em 20px 1em;
    padding               : 2em 0 0;
}

table#top_bar {
    display               : none;
}

div#content {
    margin                : 20px;
}

p.return_to_top {
    display               : none;
}

div#sidebar {
    display               : none;
}

form#application_form .screen_style {
    display               : none;
}

form#application_form .print_style {
    border-bottom         : 1pt dotted black;
    margin                : 0 0.2em;
}

form#application_form td .print_style {
    border                : 1pt dotted black;
}

