/* Define any template-level style here ------------------------------------------------- */
		#oSimulationContent { width: 100%; height: 100%; background-image: url("../../Images/Common/SimulationBg.jpg"); background-repeat: no-repeat;}
		#oTitle { position: absolute; top: 40px; left: 45px; color: #FFFFFF; font-family: "Arial"; font-size: 20px; }
		#oText { position: absolute; top: 110px; left: 60px; width: 330px; height: 280px; color: #666666; font-family: "Arial"; font-size: 13px; overflow: auto;}
		#oContinueButton { position: absolute; top: 390px; left: 295px; cursor: pointer;}
		#oInstruction { background: url("../../Images/Common/Instruction_Simulation.jpg") no-repeat 0 3px; position: absolute; top: 442px; left: 55px; width: 334px; height: 46px; color: #333333; font-family: "Arial"; font-size: 13px; padding: 6px 15px 0 10px; }
		#oInstructionContinue { position: absolute; top: 442px; left: 55px; }
		#oGraphic { position: absolute; top: 0; right: 0; }
		#oIncorrectHotspot { position: absolute; left: 440px; top: 17px; width: 560px; height: 514px; cursor: pointer; border: 0px solid red; }
		
		#oPopup { position: absolute; left: 272px; top: 100px; width: 470px; height: 300px; background-image: url('../../Images/Common/Simulation_Popup_Background.jpg'); overflow: hidden; padding: 20px; display: none; }
		#oCloseButton { margin-top: 205px; margin-left: 360px; }
		
		
		.hotspot { border: 0px red dashed; cursor: pointer; }