/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
  text-align: center;
}
.print_page_break {
	page-break-before: always;
}
#wrapper {
  background: none;
}
.clear {
	clear:both;
}
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; text-align: left; }
h1 { border-bottom: 3px solid #666; clear: both;}
h2 { border-bottom: 1px dotted #666; font-weight: normal;}
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { margin:1.5em auto; }
a img { border:none; }
p img.top { margin-top: 0; }

p, ul, li, ol { text-align: left;}

.print_title { font-weight: bold; text-align: center; font-size: 1.1em; margin: 0.3em;}
.strapline { text-align: center; font-style: italic; margin: 0.3em;}

hr { 
  display: none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size: 1em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
p, cite { margin-left: 25px; font-style: normal;}

table { width: 100%; font-size: 9px; border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
th { text-align: left; padding: 5px; border-bottom: 2px solid #999; background: #ccc; border-right: 1px solid #ccc; margin: 0;}
td { text-align: left; padding: 5px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0;}

.info_heading { float:left; font-weight: 700; margin-right: 10px;}

/*--Hide from printer--*/
.ir, .person_panel_bottom, .calendar img, .primary_navigation { display: none;}
