﻿.modalBackground
{
	background-color: #000000;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.modalBackground_W
{
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalBackground_DB
{
	background-color: #000000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.updateProgress
{
	border: solid 3px #DDDDDD;
	background-color: #FFFFFF;
	position: absolute;
	width: 160px;
	height: 70px;
}

.modalPopupPanel_Head_Left
{
	width:30px;
	height:26px;
	background-image:url(../images/modalPopPanelBanner_Left.gif); 
	background-repeat:no-repeat;
}
.modalPopupPanel_Head_Center
{
	background-image:url(../images/modalPopPanelBanner_Bg.gif); 
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:small;
	font-family:Verdana;
	font-weight:bolder;
}
.modalPopupPanel_Head_Right
{
	width:40px;
	background-image:url(../images/modalPopPanelBanner_Right.gif); 
	background-repeat:no-repeat;
	text-align:right;
}
.modalPopupPanel_Head_Right a:hover
{
	text-decoration:none;
	}
.modalPopupPanel_Head_Right img
{
	border:none;
	width:21px;
	height:18px;
	margin-top:3px;
	margin-right:3px;
	}
.modalPopupPanel_Content
{
	background-color:#FFFFFF;
	border:solid 2px #999999;
}
.modalPopupPanel_Content table
{
	width:100%;
}

.modalPopupPanel_DivTitle
{
	background-color:#F6F6F6;
	border-bottom:solid 1px #EEEEEE; 
	border-right: solid 1px #EEEEEE; 
	border-left: solid 3px #DDDDDD;
	color: #4D4D4D;
	padding-top:3px;
	padding-left:3px;
	font-weight:bolder;
}
.modalPopupPanel_DivFooter
{
	background-color:#EEEEEE;
	border-top: dashed 1px #DDDDDD;
	text-align:center;
	color: #4D4D4D;
	padding-top:8px;
	padding-bottom:5px;
}

.modalPopupPanel_TdLeft
{
	width:15%;
	height:24px;
	background-color:#eff3f7;
	border-bottom:solid 1px #EEEEEE; 
	border-right: solid 1px #EEEEEE;
	color: #336699;
	text-align:right;
	padding-right:5px;
	}
.modalPopupPanel_TdRight
{
	width:85%;
	background-color:#f6fbe8;
	border-bottom:solid 1px #EEEEEE; 
	border-right: solid 1px #EEEEEE;
	color: #919698;
	padding-left:3px;
	}
.modalPopupPanel_TdRight_Alt
{
	width:85%;
	background-color:#FFFFFF;
	border-bottom:solid 1px #EEEEEE; 
	border-right: solid 1px #EEEEEE;
	color: #919698;
	padding-left:3px;
	}

.modalPopupPanel_TdLeft4
{
	height:24px;
	background-color:#eff3f7;
	border-bottom:solid 1px #EEEEEE; 
	border-right: solid 1px #EEEEEE;
	color: #336699;
	text-align:right;
	padding-right:5px;
	}
.modalPopupPanel_TdRight4
{
	background-color:#f6fbe8;
	border-bottom:solid 1px #EEEEEE; 
	border-right: solid 1px #EEEEEE;
	color: #919698;
	padding-left:3px;
	}
.modalPopupPanel_TdRight_Alt4
{
	background-color:#FFFFFF;
	border-bottom:solid 1px #EEEEEE; 
	border-right: solid 1px #EEEEEE;
	color: #919698;
	padding-left:3px;
	}
