
/********************** /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 {
	font-size: 14pt;
  float: none !important;
  width: auto;
  background: #fff;
  color: #000;
}

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;
  width: auto;
}

#menu_content_right {
  display: none;
}

#hd {
  display: none;
}

.sideNav {
  display: none;
}


/* SM 23Nov10: Getting the transit/publishing print preview going the full width */
.yui-gc div.first, .yui-gd .yui-u {
  /* position: static !important;  */
  /* overflow: visible !important;  */
  float: none !important;
  width:75%;
}

.title {
  font-size: 2em;
}

table {
  display: block;
  clear: both;
}

/*
  SM 07Jan11: Further tweaks
*/

#footer_creater_container { display: none; }


/**
 * SM 16Mar11: For publishing content footer
 * TODO: Move somewhere more generic, or ok with each theme styling these?
 */
 
 #content_body_footer ul {
  margin: 0;
  padding: 0;
 }
 
 #content_body_footer ul li {
  list-style-type: none;
  font-style: italic;
  color: #666;
 }

/********************** /local/themes/bootstrap/theme.print.css **********************/
/*
  yui theme printer css
*/

