﻿/* Progess indicator */
.AjaxUp
{
	position: fixed;
	z-index: 13000;
	border: 1px solid #313131;
	background-color: White;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	bottom: 50%;
	left: 45%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius: 5px;
}
.AjaxUp img.loading
{
	margin:10px;
}
div.AjaxInnerPopup
{
	position: fixed;
	z-index: 12999;
	border: 1px solid #313131;
	background-color: White;
	padding: 0 0 10px 0;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	bottom: 50%;
	left: 50%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.TransBack, .TransparentGrayBackground
{
	position: fixed;
	top: 0;
	left: 0;
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index: 10050;
}
.TransBackAbs
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index: 10050;
	display:none;
}
