﻿ .modalBackground
{
	background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position:static;
    left:0px;
    top:0px;
    *margin-left:0px !important;
    *margin-top:0px !important;
    margin-left:-180px;
    margin-top:-60px;
}
.modalPopup
{
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    padding: 0px;
    width: 300px;
    filter: alpha(opacity=85);
}
 .modalBackgroundZzList
{
	background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position:static;
    left:0px;
    top:0px;
    *margin-left:0px !important;
    *margin-top:0px !important;
    margin-left:-180px;
    margin-top:-60px;
    z-index:-1;
}
.modalPopupZzList
{
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    padding: 0px;
    width: 300px;
    filter: alpha(opacity=100);
}

html
{
    overflow-x: hidden;
}
 
body
{
    overflow-x: hidden;
}
.Noticedetail	
{	
    font-size: 11px;	
    background-color:#F1F1F1;	
    border: solid 2px gray;	
    margin: 0px;	
    width: 500px;	
    height: 500px;	
    color:#0066cc;	
}	

.NoticemodalBackground	
{	
    background-color: Gray;	
    filter: alpha(opacity=70);	
    opacity: 0.7;	
    width: 100%;	
    height: 85%;	
    margin:0px;	
    padding:0px;	
    float:left;	
}	


 .progressBackgroundFilter
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: expression( (document.body.clientHeight+window.screen.height)+ "px");
	width: expression(document.body.clientWidth + "px");
	background-color: #000;
	filter: alpha(opacity=50);
}
.processMessage
{
	position: absolute;
	top: expression((document.documentElement.scrollTop + document.documentElement.clientHeight * .30) + "px");
	left: 41%;
	width: 260px;
	height: 70px;
	background-color: #fff;
}
 
.bosomprogressBackgroundFilter
{	
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 500px;
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	}
.bosprocessMessage
{
 position: absolute;
	top: 0px;
	left:0px;
	width: 260px;
	height: 70px;
	background-color: #fff;
}
