﻿/*Modal Popup*/

.autoCompleteList
{
	width: auto !important;
	overflow: visible !important;
	min-width: 200px;
	max-width: 500px;
	padding-left: 3px;
	padding-right: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	margin-left: 0px;
	z-index: 10000;
	background-color: White;
}

.modalGreyOutBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalBackground
{
	background-color: White;
	filter: alpha(opacity=70);
	opacity: 0.70;
}

.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	width: 250px;
	height: 65px;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	padding: 10px;
	width: auto;
	text-align: center;
}

.updateProgressHolder
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
	z-index: 20001;
}

.updateProgressImageDiv
{
	border-style: solid;
	border-width: thin;
	border-color: Black;
	padding: 8px;
}

.updateProgressImage
{
	vertical-align: middle;
}

.updateProgressText
{
	vertical-align: middle;
}

