/*
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
 */

@media print {

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


 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 */
	* { background: transparent !important; color: #444 !important; text-shadow: none; } 
	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;}
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	code {font:.9em "Courier New", Monaco, Courier, monospace;}
	img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	a img {border:none;}
	p img.top {margin-top:0;}
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	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, a:visited { color: #009 !important; text-decoration: underline; background:transparent;font-weight:700; }
	a:link:after, a:visited:after {content:" <" attr(href) ">";color: #555; font-size:90%; font-weight:normal;}
	a[href^="/"]:after { content: " <http://xleonline.com.au"attr(href)"> "; }
	a[href^="mailto"]:after { content: ""; }
	abbr:after { content: " (" attr(title) ")"; }
	.ir a:after { content: ""; }  /* Don't show links for images */

	/* extended styles */
	.last { clear:both; }
	/* hide nav elements, or unneccesary form elements */
	#main_nav, #footer_nav, 
	#member_functions, #memberTabs,
	#current_account_view form,
	#panda_searchform,
	.button,
	#panda_results_wrapper .bot 	
	{ display:none; }

	/* make the logo/text larger as image is not displayed*/
	#logo { font-size:2em; }
	#logo a:link:after, #logo a:visited:after {content:" [http://xleonline.com.au/]";font-size:90%;}

	/* default table styling */
	table { border-collapse:collapse; border:1px solid #ccc; font-size:10pt; }
	thead {display: table-header-group;}
	tr {page-break-inside: avoid;}
	td, th { padding:0.2em 0.5em; border:1px solid #ccc; }
	th { font-weight:bold; }
	
	.dataTables_filter { visibility:hidden; }
	.top { overflow:auto; }

	/* definition list */
	dl { border-bottom:1px dotted #404040; margin-bottom:1em; padding-bottom:1em; overflow:auto; }
	dt { float:left; min-width:10em; margin-right:1em; clear:both; }



}