
/********************** /shared/style/print.css **********************/
/*
  SM 30Sep09:
  The idea is that containers that know they're not meant to be printed, render
  with a "nonPrintable" class attached, which sets display: none; on print.
  
  This is preferred to per-module print css etc etc.
  
  http://www.alistapart.com/articles/goingtoprint/
*/

body {
	/* background: white; */
	font-size: 12pt;
}

textarea {
  overflow: visible;
  float: none !important;
  height: auto !important;
} 

#popupHeader, #popupFooter {
	display: none;
	width: 0;
	height: 0;
}

.qf_table td {
	font-size: 12pt;
}

.qf_header_hdr {
  font-weight: bold;
  font-size: 120%;
}

.nonPrintable {
	display: none;
}

.actionBar {
	display: none;
	width: 0;
	height: 0;
}

#popupInterfaceActionBar {
	display: none;
}

#megamenu_topnav, #megamenu_container, #megamenu {
  display: none;
}
/*
#top_nav, .suckerfish {
  display: none; 
}
*/
#blocks_right, .block_content {
  display: none; 
}

#gadminBar {
  display: none; 
}

.pager_info {
  display: none; 
}

#footer_container {
  display: none; 
}

#panelButton {
  display: none; 
}

.panelButton {
  display: none; 
}

/*
  SM 07Dec09
  For mentee profile print
*/

#content_backend_col_left {
  margin: 0;
}

#menu_content_right {
  display: none;
}
/********************** /local/themes/corporate/theme.print.css **********************/
/*
  yui theme printer css
*/

