@charset "UTF-8";

/* 訊息bar */
.helputil>.help-infobar {
	font: normal 12pt Arial;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFF99;
	border: #000000 1px solid;
}

/* 第一個td */
.helputil>.help-infobar table tr td:first-child, td:nth-child(3) {
	width: 32px;
}

.helputil>.help-infobar table tr td:first-child img {
	width: 32px;
	height: 32px;
	vertical-align: middle
}

/* 第二個td */
.helputil>.help-infobar table tr td:nth-child(2) {
	font: bold 17pt 新細明體;
	color: #996600;
}

/* 第三個td */
.helputil>.help-infobar table tr td:nth-child(3) img {
	float: right;
	cursor: pointer;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

/* 處理中bar */
.helputil>.help-processbar {
	font: normal 12pt Arial;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1001;
	width: 100%;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFF99;
	border: #000000 1px solid;
	overflow: hidden;
}

.help-processbar-img {
	float: left;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

.help-processbar-cancel {
	float: right;
	cursor: pointer;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

/* 第二個img */
.helputil>.help-windowmask {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #E8FCE4;
	opacity: 0.5;
	filter: Alpha(Opacity = 50);
	overflow: hidden;
}

.help-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	filter: mask();
	width: 100%;
	height: 100%;
}