/* PRINT CSS - 20060522 */

/* This CSS file hides unwanted elements when a page is printed out, 
by overriding styles set in site.css */

body
{
    font-size: 12pt;
    color: #000000;
}

div.control-width
{
    width: auto;
    margin: 0 1em 0 1em;
}

h1, h2, h3, h4, h5, h6, p, a, a:hover, b, strong
{
    color: #000000 !important;
}

div#logo h2
{
    background-image: none;
    margin: 0 0 1.25em 0;
    position: static;
}

div#logo h2 a
{
    height: auto;
    width: auto;
    text-decoration: none;
}

div#logo span.hide
{
    display: block;
}

div#shortcutmenu, div#header, div#titleline, div#path, div#topmenu, div#sidemenu, div#extrainfo, div#footer, div.iconmenu
{
    display: none; /* Hide elments not wanted on a printed page */
}

body, div#page, div#header, div#main
{   
    background-color: #ffffff;
    background-image: none;
    margin: 0;
    padding: 0;
    border: none;
}

div.box-col
{   
    background-image: none !important;
}

div#columns
{
    padding: 0;
}

div#main-position
{
    float: none;
    width: auto;
}

div.box-content-normal, div.box-content-banner
{
    padding: 0;
}

div#main-position, div.float-insert
{
    float: none;
}

div.box-content-normal div.float-break
{
    height: auto;
    border: none;
}

div.box-content-normal div.float-break div.float-break
{
    height: 1%;
}

div#credits
{
    margin-top: 2em;
    padding: 0;
}

div#credits div.line
{
    border-bottom: none;
}

div.attribute-heading h1
{
    border-bottom: 1px solid #000000;
}

div.hr
{
    border-top: 1px solid #000000;
}

div.split-columns div.split-2col, div.split-columns div.box-2col
{
    width: auto;
    float: none;
}

div.split-columns div.box-1col
{
    display: none;
}

div#printcontrol
{
    font-size: 0.7em;
    margin-right: 2em;
    float: right;
}

div.editthis
{
    display: none;
}

.printonly
{
    margin-top: 2em;
    display: block;
}