/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
/*
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}

a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}
*/

body {
    font-family: Arial;
    background: #f0f0f0;
    font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
}

ul li {
    background: none;
    list-style-type: square;
    margin: 0 0 5px 20px;
    padding: 0 ;
}

table.tabsList, table.tabsList td, table.tabsList td.sel {
    background: none !important;
}
table.tabsList {
    border-left: 1px solid #A30D3B;
}
    table.tabsList td {
        border-right: 1px solid #A30D3B;
    }
    table.tabsList td.sel a {
        color: #333333;
    }

#search, #langs, #nav, #subNav, #side, #footer, #pageControls, #sitemap {
    display: none;
}

#header {
    height: auto;
}

#logo {
    margin: 0;
}

#main {
    border: none;
    padding-right: 0;
    float: none;
    width: auto;
}

#middle {
    background: none;
}

#content {
    padding: 0;
    float: none;
    width: auto;
}

#wrapper {
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    margin: 30px auto;
    padding: 2.07cm;
    width: 21cm;
    line-height: 1.5;
}

#breadcrumbs li {
    list-style-type: none !important;
}

.container {
    width: auto;
}

.cards .slides .slide a {
    font-size: 11px;
}

.expandable dt {
    background: none;
    padding: 0;
    list-style-type: disc;
} 
.expandable dd {
    background: none
}

.bg {
    background: none;
}

@media screen {
    #printControls {
        display: block;
    }
}

@media print { 
    body {
        background: none;
    }
    
    #printControls { 
        display: none; 
    }

    #wrapper {
        width: 21cm;
        margin: 0;
        padding: 0;
        background: none;
        border: 0;
    }
    
    .slides {
        display: none;
    }
}

.menuBottomBanner { display: none}

ul ul li { background: none !important}
