﻿.loadingPanel-background
{
	filter: alpha(opacity=70);
	mozopacity: 0.30;
	opacity: 0.70;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #E0E0E0;
	z-index: 100;
	margin: 0px;
	width: 100%;
	height: 100%;
}

.loadingPanel-content
{
	position: relative;
	top: 30%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 180px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: url('/App_Themes/Images/loading-panel-background.png') no-repeat;
	border: solid 0px #000;
}

.loadingPanel-content .loadingPanel-text
{
	color: #444;
	font-weight: bold;
	padding: 0 0 0 20px;
}

.loadingPanel-content .loadingPanel-image
{
	margin: 0;
	height: 16px;
	width: 16px;
	background: url('/App_Themes/Images/loading.gif') no-repeat;
	position: relative;
	top: 2px;
}

.processMessage
{
	position: relative;
	top: 30%;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 16px;
	width: 160px;
	text-align: center;
	background: url('/App_Themes/Images/loading-panel-background.png') no-repeat;
	font-weight: 600;
	font-family: Verdana;
	color: #7a1f5e;
	font-size: .96em;
	border: solid 0px #000;
}

.processMessage img
{
	float: none;
	margin-top: 10px;
}