/* $Id: print.css,v 1.1 2003/06/20 17:21:21 julian Exp $ */

body:before {
    display: block;
    text-align: right;
    content: url("/logo-noborder-horiz.png");
}

.box-green, .box-yellow, .box-red, .box-blue, .box-gray {
    border: 1px solid black;
}

.noprint {
    display: none;
}

p.menu {
    display: none;
}

a {
    font-weight: bold;
    color: black;
}

a:before {
    content: "\21af";
}

input[type="text"], input[type="password"] {
    background-color: transparent;
}

select {
/*    border: 1px dashed black; */
}

/***** ViewCVS styles: *****/

/* navigation header */
.vc_navheader {
    display: none;
}

