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


 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%;}
.inner_links,input,#header,#footer, #mainmenu,.breadcrumb{
    display: none;

}
.print{
    visibility: visible;
    margin-top: 10px;
    margin: 0.5cm;
    font: normal 10pt Arial,Helvetica,sans-serif;

}




.print .shide{
    visibility: visible;
}
#ignore{
    visibility: hidden;
    display: none;
}
p.intro{
    visibility: visible;
    display: block;
}
.inner_links,input,#header, #mainmenu,.breadcrumb, .form , .search-form, .printLink,.printButton, a{
    display: none;

}

table tr td{
    padding: 0.5%;
    font-size: 13px;
    font: inherit;
    vertical-align: baseline;

}
table tbody th{
    /*    background: #e79e75;*/
}
table tfoot th{

    text-align: left;   

}

td, p{
    font-size: 10px;
    padding: 0.5%;            
}
.items th{
    margin: 1%;

}

.itemes tr td{
    width: 40%;    
}
@page 
{
    size: auto;   /* auto is the current printer page size */
    margin: 0mm;  /* 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: 10px;
    margin-bottom: 10px;
    background: none;
}    
table{
    clear: both;
    margin: 0.2%;
    margin-bottom: 1%;
}
table tr {
    height: 14px;
}
table tr td{
    font-size: 12px;
}

table#supplier{
    border: 1px solid black;
    min-width: 48%;
    max-width: 53%;
}
table#supplier td{
    padding: 0.3%;
}

.span-19{
    position: relative  !important;
    float: left  !important;
    /*    border: 1px solid green !important;*/
    width: 100%  !important;
    margin: 0  !important;
    padding: 0  !important;
}
.span-5{
    position: relative  !important;
    float: left  !important;
    width: 0%  !important;
    display: none !important;
    visibility: hidden !important;
}
.last{
    position: relative  !important;
    float: left  !important;
    width: 0%  !important;
    display: none !important;
    visibility: hidden !important;
}

.print{
    font-family: Arial, Helvetica, sans-serif;
}
.right{
    position: relative; 
    font-size: 12px;
    line-height: 21px;
    float: right;
    width: 38% !important;
    margin-right: 0;
    padding: 0.5%;
    padding-bottom: 1%;  

}
.left{
    position: relative;
    clear: both;
    float: left;
    padding: 0.2%;
    width: 58% !important;
}
.right div{
    position: relative !important;
    float:left !important;
    text-align:left !important;
    width:99% !important;
    font-family: Arial, Helvetica, sans-serif;
    clear: both;
    text-align: left;
    margin-right: 1%;
}
.printTopheader div{
    position: relative;
    float: left;
}

div.detail{
    width: 85%;padding: 0.5%
}
p.name{
    font-size: 20px;
    color: red;
}
.after-menu, .current_day{
    display: none;
    visibility: hidden;
}
.errorSummary p, .errorSummary, .errorSummary div{
    height: 0; margin: 0; padding: 0;width: 0;
    display: none;
    visibility: hidden;
}


/*CASH BOOK*/

cashBook{
    position: relative;
    float: left;
    margin: 1%;
    width: 98%;
}
.cashBook .heading{
    position: relative;
    float: left;
    clear: both;
    margin-top: 1%;
    margin-bottom: 0.5%;
    font-size: 12px;
    font-weight: bold;
    width: 95%;
}
.cashBook .heading span#normal{
    font-weight: normal;
}
.cashBook table.item{
    width: 99%;
}
.cashBook table.item td{
    text-align: left;
    border: 1px solid black
}

.cashBook table.item #headers td{
    position: relative;
    float: left;  
    /*background: whitesmoke;*/
    color: black;
    text-align: left;
    padding:0.5%;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 1%;
    border: 1px solid black;
    font-weight: bold;
    min-width: 1%;
}
.cashBook table.item td.money, .cashBook table.item #headers td.money{
    text-align: right;
}
#pending{
    visibility: visible;
    display: block;
}
#pending span, #pending a, #pending span a{
    visibility: visible;
    display: block;
}

#pending a[href]:after, #pending span a[href]:after {
    content: none !important;
}