@charset "utf-8";

/* Style rules for print preview
 * 
 * University of Ottawa
 * Computing and Communications Services
 */

@media screen {
html.print-preview body { margin: 0; padding: 0; }
html.print-preview #main-container { padding: 10px; }

html.print-preview #print-options {
    display: block;
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    padding: 10px;
    background-color:#FFFFE1;
    border-bottom: 1px solid #777;
}

html.print-preview a#cancel-print { margin-left: 1.5em; }
} /* /@media screen */