/***********************************************************************************
* 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.                                                                     
************************************************************************************/
/* Don't Edit Below, except for .popup-blocker's background-color */
.popup-container{
	position:fixed;
	display:block;
	z-index:1001;
	display:none;
}
	.ie6 .popup-container, .ie7 .popup-container { /* instead of fixed */
		position:absolute;
	}
.popup-blocker {
	background-color:#EEEEEE;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	z-index:1000;
	display:none;
}
.viewing {
	display:block;
}
.ie6 select.pop-out { /* IE6 can't hide select elements */
	display:none;
}