﻿/* progress indicator */
.ProgressPanel
{
	position:relative;
	height:0;
}
.ProgressIndicator
{
	height:16px;
	position:absolute;
	top:0;
	right:0;
	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;
}
.Progress
{
	color:#003467;
	line-height:16px;
	text-align:center;
}
.Progress img
{
	margin-right:5px;
	vertical-align:middle;
}

/* 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
{
	width:720px;
    color:#FFF;
}
.ModalPanel .padding
{
	padding:10px;
}
.ModalPanel a, .ModalPanel a:link, .ModalPanel a:visited, 
.ModalPanel a:hover, .ModalPanel a:active
{
    color:#FFF;
}
