﻿/************************************************************************
* Ajax control styles
************************************************************************/
.ProgressContainer
{
	height:0;
	position:relative;
}
.ProgressIndicator
{
	display:inline;
	float:right;
	height:16px;
	margin-top:2px;
	margin-right:5px;
}
.ProgressContainer .ProgressIndicator
{
	display:block;
	float:none;
	margin:0;
	position:absolute;
	top:-20px;
	right:0;	
}
.txtLoading
{
	color:#4945a5;
	font-weight:bold;
	text-align:right;
	line-height:16px;
}
.imgProgress
{
	display:inline;
	margin-left:10px;
	width:16px;
	height:16px;
	vertical-align:middle;
}
* html .imgProgress
{
	position:relative;
	z-index:99;
}
.modalBackground
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	background:url(/images/bgModal.png) repeat;
}
* html .modalBackground
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgModal.png', sizingMethod='scale');
}
.PanelPhotoUpload
{
	width:320px;
	background:#FFF;
	color:#000;
}
.PanelPhotoUpload .padding
{
	padding:10px;
}
.PanelPhotoUpload p
{
	margin:0;
	padding:0;
}

/* Modal popup extenders */
.bgModal
{
	background:url(/Images/bgModal.png) repeat;
}
* html .bgModal
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/bgModal.png', sizingMethod='scale');
}
.ModalPanel
{
	width:320px;
	background:#FFF;
}

/* Panel progress */
.ProgressPanel
{
	width:200px;
	height:76px;
}
.ProgressPanel .message
{
	height:24px;
	color:#FFF;
	font-size:18px;
	line-height:24px;
	text-align:center;
}
.ProgressPanel img
{
	display:block;
	width:32px;
	height:32px;
	margin:20px auto 0;
}