/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: #777;
	padding: 8px;
}

.modalBox p
{
	color: #444;
	background-color: #e7e7e7;
	border: dashed 1px #777;
	padding: 4px 4px 4px 4px;
}

.modalTextBox
{
	color: #000;
	width: 200px;
	border: solid 1px #777;
}

.modalTextBoxWide
{
	color: #000;
	width: 400px;
	border: solid 1px #777;
}
.modalBox .caption 
{
	background-image: url(/img/dashboard_bg.gif);
	background-repeat: no-repeat;
	padding: 6px 8px 10px 50px;
	width: 498px;
	height: 32px;
	cursor: move;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}
#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}
