<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------------------------------------


 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%;}


/*------------------ */
.clear {clear:both;}
.clear-spc {clear:both; height:5px; margin:5px 0;}


a[href]:after {
	content: " (" attr(href) ")";
}
a[href]:after {
	content: none !important;
}

#logoPrint {display:block !important; width:130px; margin-bottom:10px; }
#header, #mainmenu {display:none;}
#content, .breadcrumbs, .portlet {background: none !important; border:0 !important; }
#content { padding: 0 0 0 0; }
div.breadcrumbs, .portlet-title {padding-left: 0;}
.portlet-title {display:none;}

table, table.tableForms {width: 100%; border:0; }
table.items {
	border-collapse:collapse;
	border:1px solid #FFF !important;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	
}
table.items thead tr th {background:none; color:#000 !important; border-bottom:1px solid #444; }
table.items thead tr th.thR {text-align: right !important;}
table.items thead tr th.thPadR {padding-right: 5px !important;}
table.items tr {background:none !important; }
table.items tr td a {display:none;}
.pager {display:none;} 

.inpPrint, .operations, .inpSave {display:none !important; }
.required {display:none;}


.ui-tabs {padding:0 !important; border: 0 !important;  }
h3.titTabsHide {font-size: 1.4em !important; display:block !important; }
.ui-tabs .ui-tabs-nav {display:none !important; }


</pre></body></html>