﻿/**********************************************************************************
* This tool is developed using Rich Media's proprietary code library and may      *
* not be reproduced, altered, reverse engineered, or otherwise copied or          *
* distributed in whole or in part, without the express written permission of      * 
* Rich Media.                                                                     *
*                                                                                 *
* Please note that this project was developed for ScotiaBank with the agreement   *
* that the source code will not be used for any other project, resold by          *
* ScotiaBank, nor provided by ScotiaBank to any other company. It is also agreed  *
* that certain calculations, validation, currency, reporting, saving and          *
* graphing functionality come from Rich Media's internally developed library      *
* and have been and will continue to be freely used by Rich Media for any of      *
* its clients.                                                                    *
**********************************************************************************/

#site_footer_container
{
display:none;
}
/* hide what needs to be hidden */
body {
	background-color:transparent;
	width:auto !important;
	height: auto !important;
    margin:0 !important;
    padding:0 !important;
    float:none !important;
}

#mainDiv, #mainContent, #print_popup, #assumptions_popup, #blocker, #pageScroller2_fader {
    display:none;
	visibility: hidden;
	width: 0pt;
	height: 0pt;
	overflow: hidden;
} 

#print_popup_title, #close_button_wrapper, #print_bkg, #print_button, #printSliderBall {
    display:none;
	visibility: hidden;
	width: 0pt;
	height: 0pt;
	overflow: hidden;
} 


/* position main container elements */ 
 .printout-page {
	display: block;
	visibility: visible;
    height: auto;
	width: 583px;
    margin-left: 55px;
    padding: 30px 65px 30px 25px;
    font-family: 'Arial';
    color: #515151;
    font-size: 12px;
}
  
 
/* set page height */
 .print-inner {
	height: 810px;
}


/* set page breaks */
.print-page-1 {
	page-break-after: always;
}

.print-page-2 {
	margin-bottom: 0px;
}














