/*
	-----------------------------------------------------------------------------
	Title: 	CCI Print Stylesheet
	Author: Matt Stone (matt@mattstone.com.au)

	Version 1.0
	27/05/2008
	
	Add all elements that should be hidden when printed to this document

	Copyright (c) 2008 Matt Stone All rights reserved.
	-----------------------------------------------------------------------------
*/

body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 10pt;
}

p img.top { 
  margin-top: 0; 
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}

blockquote { 
  margin:1.5em 0; 
  padding:1em; 
  border:0.2em solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: none;
color: #000;
}

.mod_content a:link:after, .mod_content a:visited:after {
   content: " (http://www.accreditation.org.au" attr(href) ") ";
   font-size: 9pt;
}

table, td {
  border: 1px solid #000;
border-collapse: collapse;
}

/* Stuff to hide */
.search,
.text-resize,
#quick-links,
#navigation,
#sidebar,
#footer div.mod_nav {
  display: none;
}
