﻿/* progress indicator */
.ProgressPanel
{
	position:relative;
	height:0;
}
.ProgressIndicator
{
	height:16px;
	position:absolute;
	top:4px;
	right:8px;
	z-index:1;
}
.ProgressIndicator img
{
	display:inline;
	margin-left:10px;
	width:16px;
	height:16px;
	vertical-align:middle;
}
.FullScreenProgress
{
	width:200px;
	height:76px;
}
.FullScreenProgress .message
{
	height:24px;
	color:#FFF;
	font-size:18px;
	line-height:24px;
	text-align:center;
}
.FullScreenProgress img
{
	display:block;
	width:32px;
	height:32px;
	margin:20px auto 0;
}

/* Modal Popups */
.bgModal
{
	background:url(/images/bgModal.png) repeat;
	position:absolute;
	left:0px;
	top:0px;
	z-index:99 !important;
}
* html .bgModal
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgModal.png', sizingMethod='scale');
}

.ModalPanel
{
	border:solid 1px #9699ab;
    background:#FFF;
    color:#000;
}
.ModalPanel .padding
{
	padding:10px;
}

