@charset "UTF-8";
/* CSS Document */



#ECR2L-SlideOverlay {
	background-image: url(../Images/ECR/ECR2MLeftUp.png); /* closed panel background */
	background-repeat:no-repeat;
	background-size: 100%;
	z-index: 95;
	alignment-baseline: baseline;
	width: 32%;
	height: 47%; /*this is how far down the LEFT drawer slides*/
	position: absolute;
	top: 18%;
	right: 0;
	bottom: 0;
	left: 10%;
}
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
a:focus {
	outline: none;
}
#ECR2-panel {
	background-image: url(../Images/ECR/ECR2-M-LEFT-DOWN.png); /* closed panel background */
	background-repeat:no-repeat;
	background-size: 100%;
	/*background: #FFF;*/
	height: 100%;
	display: none;
}


	




.ECR2L-Overlay {
	margin: 0; 
	padding: 0;
	background: url(../Images/ECR/ECR2L-btn-slide.png) no-repeat center top; /* Opened panel background */
	background-size: 100%;
	height: 10%;
}
.ECR2L-btn-slider {
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-decoration: none;
}

#ECR2-M-Right {
	background-image: url(../Images/ECR/ECR2ModalRight.png); /* closed panel background */
	background-repeat:no-repeat;
	background-size: 100%;
	width: 36%;
	height: 84%;
	position: absolute;
	display: none;
	top: 11%;
	left: 52%;
	z-index: 25;
}

#statementButton {
	background-image: url(../Images/ECR/statementButton.svg); /* closed panel background */
	background-repeat:no-repeat;
	background-size: 100%;
	width: 40%;
	height: 20%;
	position: absolute;
	display: block;
	top: 17.5%;
	left: 58%;
	cursor: pointer;
	z-index:50;
}

#profitButton {
	background-image: url(../Images/ECR/profitButton.svg); /* closed panel background */
	background-repeat:no-repeat;
	background-size: 100%;
	width: 40%;
	height: 20%;
	position: absolute;
	display: block;
	top: 40.5%;
	left: 58%;
	cursor: pointer;
	z-index:50;
}
#ECR100K {
	background-image: url(../Images/ECR/ECR100K.png); /* closed panel background */
	background-repeat: no-repeat;
	background-size: 100%;
	width: 15.5%;
	height: 9%;
	position: absolute;
	display: none;
	top: 32.5%;
	left: 10%;
	cursor: pointer;
	z-index: 9999;
}

#ECR2-M-Right-Statement {
	background-image: url(../Images/ECR/ECR2ModalRight-Statement.png);
	background-repeat:no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 35;
}

#ECR2-M-Right-Profit {
	background-image: url(../Images/ECR/ECR2ModalRight-Profit.png); /* closed panel background */
	background-repeat:no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 35;
}


#ECRResetButton {
	background-image: url(../Images/ECR/ECRResetButton.svg); /* closed panel background */
	background-repeat:no-repeat;
	background-size: 100%;
	width: 29%;
	height: 5%;
	position: absolute;
	display: none;
	top: 90%;
	left: 67.5%;
	cursor: pointer;
	z-index:50;
}


/*.active {
	background-position: center bottom;
}*/