body{
margin-left:0px;margin-right:0px;margin-top:0px;padding:0;
}

.blockScreen {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
    background-color: #000000;
    opacity:.75;
    -moz-opacity: 0.75;
}

.blockScreenIE {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
	display:none;
    height: 100%;
    z-index: 20;
    background-image: url(/misc/pics/dimm.png);
    background-repeat: repeat;
}

.dlglink{
 cursor: pointer;
 color:black;
}

.dlglink:hover {
  color: red;
}


.dialogBox{
  display:none;
  width:300px;
}

.dialogBox1{
  display:none;
  width:300px;
}

.dialogBox2{
  display:none;
  width:700px;
}

.dialogBox3{
  display:none;
  width:300px;
}

.dlg3button{
  border: 1px solid black;
  height: 20px;
  background-color: #C0C0C0;
  text-align: center;
  cursor: pointer;
}

.dlg3button:hover{
  background-color: #707070;
}


.dialogCaption{
  background-image:url(/misc/pics/cap_bg1.png);
  background-repeat:repeat;
  color: #FFFFFF;
  text-align: center;
  height:25px;
}

.dialogContent{
 padding: 5px 5px 5px 5px;
 overflow: auto;
}


/*
* html .blockScreen { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
*/

.blockScreenWindow {
	  position: absolute;
	  display: none;
	  border: 2px solid black;
	  background-color: white;
	  top:800px;
    z-index: 25;
}