﻿.modalBackground 
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 10000; 
	width: 100%; 
	height: 100%;
	background-color: #CCCCCC; 
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.controlContainer {
	position: fixed; 
	left: 40px; 
	right: 40px; 
	top: 175px; 
	z-index: 10001; 
	/*width: 90%;*/ 
	height: 75vmin;
	/*margin: auto;*/
	background-color: white;
	/*border: solid 1px #333333;*/
    /*overflow-y: auto;*/
}   

.controlContainerContentArea {
	height: 100%; 
	width: 100%; 
	padding: 0; 
}

.controlContainerBPButton {
	width: 100%; 
	height: 100%; 
	font-size: 42px; 
	border: none; 
	padding: 0;
	margin: 0;
	background-color: #86CC86;
}	

.controlContainerBPButton:hover {
	width: 100%; 
	height: 100%; 
	font-size: 42px; 
	border: none; 
	padding: 0;
	margin: 0;
	background-color: #B5DBB5;
}	

.controlContainerBPButton:active {
	width: 100%; 
	height: 100%; 
	font-size: 42px; 
	border: none; 
	padding: 0;
	margin: 0;
	background-color: #9FCC9F;
}	

.controlContainerBPButton_Off {
	width: 100%; 
	height: 100%; 
	font-size: 42px; 
	border: none; 
	padding: 0;
	margin: 0;
	background-color: #AABCAA;
}	

