body {
	outline: 0;
   	border: 0;
   	background-color: #e4e4ea;
   	vertical-align: baseline;
	font-size: 10.5pt;
	font-family: 'Open Sans', sans-serif;
}


.inline {
	display: inline-block;
}
.fullWidth {
	width: 100%;
}
.hidden {
	display:none;
}

.centered {
	text-align: center;
}

.flex {
	display: flex;
}
.flex.centered {
	-webkit-align-items: center;
	align-items: center;
}

#trans {
	position: absolute;
	height: 260px;
    background: transparent url(images/trans.png) no-repeat 0 150px;
	top: 0px;
	width: 960px;
}

.renderButton {
	text-align:center;
	text-decoration:none;
	cursor:pointer;	
}	

#box1 {
	position: absolute;
	top: 260px;
	left: 0px;
	width: 319px;
	height: 300px;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 20px;
	font-size: 20pt;
}
#box2 {
	position: absolute;
	top: 260px;
	left: 320px;
	width: 319px;
	height: 300px;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 20px;
	font-size: 20pt;
}
#box3 {
	position: absolute;
	top: 260px;
	left: 640px;
	width: 320px;
	height: 300px;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 20px;
	font-size: 20pt;
}
#box4 {
	position: absolute;
	top: 260px;
	left: 720px;
	width: 239px;
	height: 300px;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 20px;
	font-size: 20pt;
}
#box1wide {
	position: absolute;
	top: 260px;
	left: 0px;
	width: 479px;
	height: 300px;
	background-color: #f2f2f2;  
	text-align: center;
	padding-top: 20px;
	font-size: 20pt;
}
#box2wide {
	position: absolute;
	top: 260px;
	left: 480px;
	width: 479px;
	height: 300px;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 20px;
	font-size: 20pt;
}
#widebox {
	position: absolute;
	top: 570px;
	left: 0px;
	width: 960px;
	height: 280px;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 14pt;
	padding-top: 20px;
	border-top:solid 1px #CCC;
	margin-bottom: 8px;
}
#trans1 {
	position: absolute;
	top: 260px;
	left: 319px;
	width: 1px;
	height: 300px;
	background-image: url(images/bg_divider.png);
	background-color: #f2f2f2;
	background-repeat: no-repeat;
}
#trans2 {
	position: absolute;
	top: 260px;
	left: 639px;
	width: 1px;
	height: 300px;
	background-image: url(images/bg_divider.png);
	background-color: #f2f2f2;
	background-repeat: no-repeat;
}
#trans3 {
	position: absolute;
	top: 260px;
	left: 7px;
	width: 1px;
	height: 300px;
	background-image: url(images/bg_divider.png);
	background-color: #f2f2f2;
	background-repeat: no-repeat;
}
#trans1wide {
	position: absolute;
	top: 260px;
	left: 479px;
	width: 1px;
	height: 300px;
	background-image: url(images/bg_divider.png);
	background-color: #f2f2f2;
	background-repeat: no-repeat;
}

.Menu2Frame, .Menu3Frame {
	position:absolute;
	top:170px;
	width:180px;
	height:80px;
	margin:auto;
	background-color:#50F804;
    padding-top: 10px;
	-webkit-box-shadow: 5px 10px 20px #404040;
	box-shadow: 5px 10px 20px #404040;
	padding-top:20px;
}
.Menu2Frame {
	left:150px;
}
.Menu3Frame {
	left:70px;
}

.Menu2, .Menu3 {
	font-size :18pt;
	color:black;
	padding:4px;
}
	
.ControlRoomFrame {
	position:absolute;
	top:155px;
	left:390px;
	width:180px;
	height:80px;
	background-color:#FCD206;
    padding-top: 10px;
	-webkit-box-shadow: 5px 10px 20px #404040;
	box-shadow: 5px 10px 20px #404040;
	padding-top:20px;
}
.ControlRoom {
	font-size:18pt;
	color:black;
	padding:4px;
}

.menuIcon {
	cursor:pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BBB;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #BBB;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #BBB;
}
:-moz-placeholder { /* Firefox 18- */
  color: #BBB;
}

.returnToLogin {
	text-align: center;
	margin-top: 20px;
	font-size: 12pt;
	color: blue;
	cursor: pointer;
}
.returnToLogin:hover {
	text-decoration: underline;
	font-weight: bold;
}
