﻿/*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=40);
	opacity: 0.4;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	padding: 10px;
	width: auto;
	text-align: center;
}

.updateProgressHolder
{
	text-align: center;
	background-color: #EEFFFF;
	z-index: 20001;
}

.updateProgressImageDiv
{
	border-style: solid;
	border-width: thin;
	border-color: Black;
	padding: 8px;
}

.updateProgressImage
{
	vertical-align: middle;
}

.updateProgressText
{
	vertical-align: middle;
}
