#ajaxOutput {
	display: none;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:95%;
	height:150px;
	background-color:rgba(255,255,255,0.90) !important;
	color:rgba(0,0,0,1.00) !important;
	font-size:15px;
	font-weight:700;
	z-index:9999;
	border:4px solid rgba(0,50,0,1.00);
	margin:0 auto;
	overflow: auto !important;
}

#hiddenFrame {
	display: none;
	width: 1px;
	height: 1px;
}

.debugTimer {
	display: none;
	margin: 10px;
	width: 100%;
	font-size: 14px;
}
.debugTimer TABLE {
	margin: 10px 30px;
}
.debugTimer TH,
.debugTimer TD {
	width: 25%;
	padding: 5px;
	vertical-align: middle;
}
	
.debugTimer TH {
	font-weight: 800;
}
.debugTimer .odd {
	
}
.debugTimer .even {
}

.pointer {
	cursor: pointer;
}
.not-allowed {
	cursor: not-allowed;
}

#no-fouc {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,1.00);
	z-index: 9999998;
}
