/*  BODY AND FOUNDATIONAL CONTAINERS  */

body {
    background: none;
    -webkit-print-color-adjust: exact;
}

header, #eagle-appnav, .DoesntPrint {
    display: none;
}

#Content {
    margin: 0;
    width: auto;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    padding: 0;
    color: #000000;
}

#Footer {
    margin-top: 40px;
    border-top: 1px solid #757575;
    padding: 5px 0 0 0;
}

#Footer a, #Footer a:visited {
    color: #757575;
}



/*  PRINT-ONLY ELEMENTS  */

.PrintOnly {
    display: inline;
}

table.PrintOnly {
    display: table;
}

p.PrintOnly, div.PrintOnly, h1.PrintOnly, h2.PrintOnly, h3.PrintOnly, ul.PrintOnly {
    display: block;
}

ul.PrintOnly li {
    list-style: none;
    margin-left: 0;
    background: transparent url(/_images/eagle/common/bullet.png) 10px 4px no-repeat;
    padding-left: 22px;
}

li.PrintOnly {
    display: list-item;
}



/*  PRINT-FRIENDLY ELEMENTS  */

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

input[type=text], input[type=password], textarea {
    background: #ffffff;
}
