html {
   margin:0;
   padding:0;
   /*
   overflow-y: hidden;
   */
}
body {
   margin: 0;
   padding: 0;

   cursor:default;
}

#actionBlanket {
   background-color: #000033;
   width:100%;
   height:100%;
   position:absolute;
   z-index:1;

   top:0;
   left:0;

   display:none;
}

#actionPopup {
   border:solid 3px;
   background-color:white;
   padding:10px;
   position:absolute;
   position: fixed;
   z-index:2;

   vertical-align:middle;

   display:none;

   margin-left:-25px;
   margin-right:-25px;

   position: absolute;
   top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

html > #actionPopup {
   position:fixed;
}

/*

body {
   overflow:hidden;
}
*/

#actionWrapper {
   height:100%;
   width:100%;
   overflow:auto;
}


