﻿.CommonModalMask {
  opacity: .4;
  filter: alpha(opacity=40);
  background-color: #333333;
}

.CommonModal {
  border-style: solid;
  border-width: 1px;
  border-color: #888888;
  border-right-width: 3px;
  border-right-color: #888888;
  border-bottom-width: 3px;
  border-bottom-color: #888888;
  background-color: #eeeeee;
}

.CommonModalTitle {
  font-family: Tahoma, Arial, Helvetica;
  height: 25px;
  font-size: 16px;
  padding: 5px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: #cccccc;
  background-color: #95AABF;
  color: #698d73;
  font-weight: bold;
  cursor: move;
  overflow: hidden;
}

.CommonModalClose {
  width: 33px;
  height: 12px;
  background-image: url(images/close.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
  float: right;
}

.CommonModalContent {
  background-color: #ffffff;
}

.CommonModalFooter {
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-color: #cccccc;
  background-color: #eeeeee;
  padding: 2px;
}

.CommonModalResize {
  width: 14px;
  height: 14px;
  background-image: url(images/resize.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  float: right;
  cursor: se-resize;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}

/*
.updateProgress div
{
	background:#F0F0F0;
	position:absolute;
	left:expression((body.clientWidth-50)/2);
	top:expression((body.clientHeight-50)/2);
	width:180;
	height:80;
	color: Black; 
	font-size: 11pt;
	font-weight:bold;
	border: solid 2px #D9D9D9;
	text-align: center;	
}
*/