/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 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: Arial, Helvetica, sans-serif;color:#000;background:none;font-size:8pt;}
.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: Arial, "Lucida Grande", sans-serif;}

h1 {
    width: 100%;
    border-bottom: 1px solid #ccc;
}
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:normal;text-decoration:underline;}
/*a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}*/


h2.tab_head img { display: none; }
h2.tab_head em { font-style: normal; }

div.buttons, div#dialog { display: none; }
dfn { font-style: normal }
table.display th, table.display td { 
    text-align: left; border: 1px solid #666;
    padding: 1px 4px;
    border-collapse: collapse;
}


table.print_table { width: 100%; font-size:9pt; border-collapse: collapse; }
table.print_table td, table.print_table th { border: 1px solid #000;}
table.print_table td.left {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;

}

table.print_house { border-collapse: collapse; text-align: center; width: 100%; border: 1px solid #666;}
table.print_house th, table.print_house td { text-align: left; border: 1px solid #666; padding: 1px 4px; font-size:8pt;}
.fg-button {display: none;}

a:link, a:visited  { text-decoration: none; color: #000000;  }