﻿body {
    background: none !important;
}
.overlay
{	
	display:none;
    position:fixed;
    z-index:99;
    top:0px;
    left:0px;
    background:#ffffff;
    width:100%;
    height:100%;
    filter: Alpha(Opacity=80);
    opacity: 0.80;
    -moz-opacity: 0.80;
}
.theprogress{
    width:100%;
    height:35px;   
    text-align:center;   
}
.modalprogress{
    position: absolute;
    top: 40%;
    left: 40%;
    color:Blue;
    font-size:11px;
    font-weight:bold;
    filter: Alpha(Opacity=100);
    opacity:1;
    -moz-opacity: 1;
}
body>.modalprogress .modalprogressNT{
    position:fixed;
}
.overlayNT
{
	position:fixed;
	display: none;
   z-index:99;
    top:0px;
    left:0px;
    
    width:100%;
    height:100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity:0.70;
}
.theprogressNT
{
	 position:fixed;
	z-index:100;
    width:1000px;
    height:500px;
    background:#ffffff;
    text-align:center;
    filter: Alpha(Opacity=100);
    opacity:1;
    -moz-opacity: 1;
    outline:0;
}
.modalprogressNT{
    position: absolute;
    top: 50px;
    left: 50px;
    margin: 0 0 0 0;
    color: white;
}
.dim {
 position:fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #000;
 opacity: 0.7;
 display: none;
 z-index: 10000;
 }
 
.box {
 background-color: #fff;
 width: 90%; 
 border: 1px solid #333;
 position: fixed;
 display: none;
 top: 10%;
 left: 5%; 
 bottom:5px;
 z-index: 10001;
 }
 .box1
{		
	margin: 1% 1% 1% 1%;
	width:98%;	
    position:relative;   
    overflow:auto;
    height:92%;
      
  }
.close {
 position: absolute;
 border: 1px solid #333;
 top: 0;
 height:15px;
 right: 0;
 display: inline;
 cursor: pointer;
 }
