/*
 * WiMP Specific
 */
div.wimp-notice {
	position: fixed;
	left: 50%;
	top: 25%;
	width: 16em;
	margin-left: -8em;
	padding: 1em 1.5em;
	text-align: center;
	vertical-align: middle;
	background: rgba(20,15,7,0.75);
	border: #FFF solid 1px;
	border-radius: 5px;
	color: #FFF;
}
div.manual-layer,
div.wimp-layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
/*	visibility: hidden;*/
}
/*#login,
#change-pw,*/
div.manual-detail,
div.wimp-sub-editor,
div.wimp-detail {
	text-align: left;
	position: fixed;
	left: 10%;
	top: 10%;
	max-width: 80%;
	max-height: 80%;
	min-height: 100px;
	min-width: 200px;
	background: #FFF;
	border: #FA0 solid 1px;
	border-radius: 5px;
	overflow: auto;
	padding: 2em 2.5em;
	margin: -2em -2.5em;
	color: #000;
	box-shadow: 1px 3px 8px #000;
	-moz-box-shadow: 1px 3px 8px #000;
	-webkit-box-shadow: 1px 3px 8px #000;
/*	visibility: hidden;*/
}
div.wimp-sub-editor {
/*	visibility: hidden;*/
}
.tos-content {
	text-align: left;
	position: fixed;
	right: 10%;
	top: 10%;
	max-width: 80%;
	max-height: 80%;
	min-height: 100px;
	min-width: 200px;
	background: #FFF;
	border: #FA0 solid 1px;
	border-radius: 5px;
	overflow: auto;
	padding: 2em 2.5em;
	margin: -2em -2.5em;
	color: #000;
	box-shadow: 1px 3px 8px #000;
	-moz-box-shadow: 1px 3px 8px #000;
	-webkit-box-shadow: 1px 3px 8px #000;
}
.manual-detail h1,
.wimp-detail h1 {
	text-align: left;
}
div.wimp-working-notice {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0,0,0,0.5);
	padding: 0.5em 2em;
	color: #FFF;
	font-weight: bold;
/*	border: #FA0 solid 1px;
	border-radius: 3px;*/
}
#wimp-error h1 {
	margin-top: .75em;
	margin-bottom: 0;
	padding-bottom: 0;
	border-top: #777 solid 1px;
	padding-top: .75em;
}
#debug-panel {
	position: fixed;
	bottom: 50px;
	left: 10px;
	border: #F7921E solid 1px;
	background: rgba(255,255,255,0.7);
	color: #000;
}
#debug-panel a {
	display: block;
	text-decoration: none;
	color: #0088cc;
	background: none;
}
#debug-panel a:hover {
	background-color: #FBC88E;
}
#debug-panel img {
	width: 50px;
	height: 40px;
}
button.close-button {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 2em;
	height: 2em;
	background: url('../images/close_btn.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: none;
	cursor: pointer;
}
button.close-button:hover {
	background: url('../images/close_btn_hover.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}