
div#noAccess {
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: gray;
	background-image: url(assets/noise.png);
}
div#noAccess > div {
	display: none;
	position: absolute;
	width: 560px;
	height: 160px;
	left: 50%;
	top: 50%;
	margin-left: -230px;
	margin-top: -80px;
	text-align: center;
	font-family: arial;
	font-size: 48px;
	line-height: 160px;
	font-weight: bold;
	color: white;
	background-color: red;
}

div#noAuth {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: gray;
	background-image: url(assets/tit-0249.png);
	background-position: 50% 50%;
}
div#noAuth div._form {
	width: 480px;
	height: 220px;
	position: absolute;
	margin-left: -240px;
	margin-top: -100px;
	left: 50%;
	top: 30%;
	background-color: white;
	border: 1px solid grey;
	outline: 4px solid white;
}
div#noAuth div._form h1 {
	text-align: center;
}
div#noAuth div._form div {
	font-size: 16px;
	margin-bottom: 16px;
}
div#noAuth div._form div label{
	display: inline-block;
	width: 80px;
}
div#noAuth div._form div input{
	width: 256px;
	font-size: 16px;
}
div#noAuth div._form strong{
	color: red;
}
div#noAuth div._form div ._authFail,
div#noAuth div._form div ._checkValue {display: none}
div#noAuth div._form ._authFail ._authFail,
div#noAuth div._form ._checkValue ._checkValue {display: block}

span.button {
	display: inline-block;
	font-size: 16px;
	border: 1px solid gray;
	padding: 2px 8px;
	cursor: pointer;
}

div.leftmenu {
	width:  120px;
	float: left;
	x-height:  100%;
	x-border:  1px solid green;
}

div.topMenu {
	    line-height: 28px;
}
div.topMenu span.item{
	display: inline-block;
	margin: 0px 4px;
	text-decoration: underline;
	cursor: pointer;
}

div.menu {
	margin: 12px;
	text-align: center;
}
div.menu span.item{
	display: inline-block;
	margin: 4px;
	text-decoration: underline;
	cursor: pointer;
}

._rightPane {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 320px;
	right: 0px;
}
._rightPane1 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 320px;
	right: 0px;
	background-color: gray;
}


.-ml8 {margin-left: 8px}
.-ml16 {margin-left: 16px}
.-ml32 {margin-left: 32px}
.-ml64 {margin-left: 64px}
.-ml80 {margin-left: 80px}
.-mt8 {margin-top: 8px;}
.-itext {
	line-height: 1.5rem;
}
.-active {
	font-weight: bold;
}
.-hidden {
	display: none;
}
.-center {
	text-align: center;
}

span.-button {
	display: inline-block;
	border: 1px solid black;
	line-height: 22px;
	padding: 0px 4px;
	cursor: pointer;
}