﻿/* Ajax styles */
.Progress
{
	height:32px;
	color:#C90000;
	font-weight:bold;
	line-height:32px;
	position:absolute;
	top:-40px;
	right:0;
	z-index:99;	
}
.Progress img
{
	vertical-align:middle;
}
.bgModal
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:9 !important;
	background:url(/images/bgModal.png) repeat;
}
* html .bgModal
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgModal.png', sizingMethod='scale');
}
/*
.ModalPopup
{
	width:640px;
	border:solid 1px #9699ab;
    background:url(/images/VistaBodyCenter.png) repeat;
}
* html .ModalPopup
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/VistaBodyCenter.png', sizingMethod='scale');
}
*/
.ModalPopup .padding
{
	padding:10px;
}

/* fullscreen */
.FullSceenPanel
{
	width:420px;
	height:100px;
	color:#FFF;
	text-align:center;
}
.FullSceenMoviePanel
{
	width:420px;
	height:60px;
}