/*
Style Sheet for AMETEK UPS Simulation Mimic Screen
Jim Doran
March 2018
*/

#mainbodywrap {
	width: 473px;
	height: 356px;
	position: absolute;
	margin-left: 196px;
        top: 176px;
	background-color: #3268ff;
	opacity: 0.0;
	z-index: 1;
}


#mainindexheader {
	width: 473px;
	height: 1px;
	position: absolute;
	margin-left: 196px;
        top: 176px;
	background-color: #3268ff;
	opacity: 0.0;
	z-index: 1;
}

/*********Section A Properties*******/

#maina1-1 {
	width: 473px;
	height: 39px;
	position: absolute;
	top: 177px;
	margin-left:196px; 
	background-color: #3268ff;
	opacity: 0.0;
	z-index: 1;
}

#mainmimicButton {
	width: 187px;
	height: 62px;
	position: absolute;
	top: 216px;
	margin-left:239px; 
	background-color: #ff00ff;
	opacity: 0.0;
	z-index: 1;
}

#mainsystemButton {
	width: 187px;
	height: 62px;
	position: absolute;
	top: 216px;
	margin-left:439px; 
	background-color: #ff00ff;
	opacity: 0.0;
	z-index: 1;
}



#mainalarmButton {
	width: 187px;
	height: 62px;
	position: absolute;
	top: 291px;
	margin-left:239px; 
	background-color: #ff00ff;
	opacity: 0.0;
	z-index: 1;
}

#maindiagnosticsButton {
	width: 187px;
	height: 62px;
	position: absolute;
	top: 291px;
	margin-left:439px; 
	background-color: #ff00ff;
	opacity: 0.0;
	z-index: 1;
}

#mainmeteringButton {
	width: 187px;
	height: 62px;
	position: absolute;
	top: 366px;
	margin-left:239px; 
	background-color: #ff00ff;
	opacity: 0.0;
	z-index: 1;
}

#mainsetupButton {
	width: 187px;
	height: 62px;
	position: absolute;
	top: 366px;
	margin-left:439px; 
	background-color: #ff00ff;
	opacity: 0.0;
	z-index: 1;
}
















.title{
color: #a6ccf3;
padding: 0px;
margin-top: 10px;
text-align: center;
font-size: 16px;
font-family: "arial"

z-index: 1;}













































