﻿.modalBackground
{
    background-color: #ffffff;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.modalUpdateProgressBackground 
{
	position: fixed;
	top: 0;
	left: 0;	
	background-color: #717074;
	filter:alpha(opacity=30);
	opacity:0.3;	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index: 10000;
	
	
	
}

.modalPopup
{
      background-color:#ffffdd;
      border-width:3px;
      border-style:solid;
      border-color:Gray;
      padding:5px;
      width: 350px;
      height:300px;
}

.modalUpdateProgress
{
    position: absolute;
    z-index: 10001;
    /*background-color:#ffffff; 
    padding: 25px 25px 10px 25px;
    border: 1px solid gray;*/
}

.centerModal
{ 
    z-index: 10002;
    border: 1px solid red;
}

div.popupWindow
{
	position: absolute;
	padding: 10px;
	border: 1px solid gray;
	background-color: white;
}

a.cursorhand
{
cursor: pointer;
cursor: hand;    
}
