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


 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 */

@page 
{
    size: auto;   /* auto is the current printer page size */
    /*    margin: 5mm;   this affects the margin in the printer settings */
    background:none;
    border:none;
}

body 
{
    margin: auto;  /* the margin on the content before printing */
    border: none;
    margin-top: 10mm;
    margin-bottom: 10mm;
    background: none;
}    
.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, a:link, a:visited, img, a:link:after, a:visited:after,ul, li,button, input, select {border:none; visibility: hidden;}
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;}
.inner_links,input,#header,#footer, #mainmenu,.breadcrumb{
    display: none;

}
ul.breadcrumb{
    display: none;
    visibility: hidden;
}
ul li a{
    display: none;

}
#page{
    position: relative;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%;
    width: 99%;
    padding: 0;
}
#page .span-23{
    position: relative  !important;
    float: left  !important;
    width: 100% !important;
    padding: 0;
}

#page .span-5, #sidebar, .portlet{
    display: none  !important;
    width: 0;
    visibility: hidden;
}

.excell{
    position: relative;
    float: left;
    /*    width: 73%;*/
    width: 98%;
    border:1px solid gray;
    padding: 0;
    margin: 0;
    margin-top: 1.5%;
}

div#statementContent{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}   

table{
    position: relative  !important;
    float: left  !important;
    clear: both  !important;
    width: 100%  !important;
    margin: 0%  !important;
    margin-bottom: 0.3%  !important;
}
table tr {
    height: 13px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid black;
}
table tr td{
    padding: 0.5%;
    font-size: 10px !important;
    font: inherit;
    vertical-align: baseline;
    border-bottom: 1px solid black !important;
    width: auto;
    min-width: 1%;
    text-align: justify;
}
table tr.header td{
    font-size: 10px !important;
    border-bottom: 1px solid black !important;
}
p.pageHint{
    width: 95%;
    font-weight: bold;
}
span.login-user, h5.header{
    visibility: hidden;
    display: none;
}
p.pageHint span{
    display: inline;
    visibility: visible;
    font-weight: bold;
}
div.form, div.wide div.search-form{
    display: none;
    visibility: hidden;
}