@charset "utf-8";
/* CSS Document 

	Author: Andrew Rossi
	Company: Real Art Design Group
	Version: 1.0
	Date: October 15, 2008
	
	This is the css for printing CareerMe.org
	This replaces the flash text with normal text for printing purposes

*/

.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}
