﻿.loading
{
	z-index: 999999;
	color: #FFFFFF;
	text-align: center;
	position: fixed;
	top: 0px;
	background-image: url('images/bg_loading.gif');
	background-position: center top;
	background-repeat: no-repeat;
	display: none;
	width: 100%;
	height: 100%;
	cursor: wait;
}
.progress
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 0px 10px;
    text-align: center;
    position: absolute;
}
.modalPopupBackground
{
	z-index: 10; 
	width: 100%; 
	height: 100%; 
	background-color: #000000; 
	position: fixed; 
	top: 0px; 
	left: 0px;
	filter: alpha(opacity=20);
	opacity: 0.2; 
}
.modalPopupContainer
{
	z-index: 20;
	position: fixed;
	top: 0px;
    left: 0px; 
    width: 100%; 
    height: 100%;
} 
.modalPopupContent
{
	margin: 46px auto 0px auto; 
	padding: 5px;
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
}     
.modalPopupTitle
{
	background-color: #DDDDDD;
	border: solid 1px Gray;
	color: Black;
	text-align: center;
	height: 19px;
	font-size: 14px;
	font-weight: bold;
}      

.popupControlActivity
{
	border: solid 1px #8B8B8B;
	padding: 3;
	z-index: 5;
	background-color: #FFFFFF;
	text-align: left;
	display: none;
}
.popupControl
{
	border: solid 1px #8B8B8B;
	z-index: 5;
	background-color: #FFFFFF;
	position: absolute;
	text-align: left;
	display: none;
	width: 300px;
}
.popupControl2
{
	border: solid 1px #8B8B8B;
	z-index: 5;
	background-color: #FFFFFF;
	position: absolute;
	right: 100px;
	text-align: left;
	display: none;
	width: 500px;
}

.popupHeader
{
    padding: 5px 25px 5px 5px;
    border-bottom: solid 1px #D5D5D5;
	background-color: #DCDCDC;
	color: #404040;
}

.popupContent
{
	table-layout: fixed;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.popupContent TH
{
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	margin: 0px;
	font-weight:bold;
    color:#004a99;
}

.popupContent TR
{
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	margin: 0px;
	width: 100%;
}

.popupClose
{ 
	background-image: url('icons/pcCloseButton.png');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 1px 1px 1px 1px;
	position: absolute;
	right: 0px;
	top: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}                   