*{ margin:0;}
*{
	padding: 0px;
}
/*--new--*/
#msgDiv {
    z-index:10001;
    width:500px;
    height:400px;
    background:white;
    border:#336699 1px solid;
    position:absolute;
    left:50%;
    top:20%;
    font-size:12px;
    margin-left:-225px;
    display: none;
}
#bgDiv {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right:0px;
    background-color: #777;
    filter:progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=75)
    opacity: 0.6;
}
/*--new--*/

/*.white_content {  --old
 display: none;
 position: absolute;

 width: 550px;
 padding:0;
 margin:0;
 border: 4px solid #676666;
 background-color: white;
 filter:alpha(opacity=95);
 z-index:1002;
 overflow: auto;
}*/
/*.white_contenta {
 display: none;
 position: absolute;
 width: 591px;
 top:10%;
 padding:0;
 border: 2px solid #66CCFF;
 background-color: white;
 filter:alpha(opacity=92);
 z-index:1002;
 overflow: auto;
}*/
 .white_content 
{  display: none;
  position: absolute;
  top: 30%;/*(document.window.height() - 500) /2 + 'px';*/  
  left:25%; /*(document.window.width() - 500) /2 + 'px';*/  
  width: 500px;  
  height: 500px;  
  padding: 1px;  
  border: 6px solid #CD8000;  
  background-color: white;  
  z-index:1002;  
  overflow: auto; 
 }


.black_overlay {
 display: none;
 position: absolute;
 top: 0%;
 left: 0%;
 width: 100%;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
 background-color:#1F1F1F;
 z-index:1001;
 -moz-opacity: 0.8;
 opacity:.80;
 filter: alpha(opacity=80);
}
.closebox{ height:22px; background:#E8E8E8; color:#666666;font-size:12px; text-align:right;padding:5px 12px 0 0 ;}
.closebox a:link,.closebox a:visited{ color:#666666; font-size:12px;text-decoration:none;}
.closebox a:hover{font-size:12px;color:#000000;text-decoration:none;}
.headlogo{ widht:100%; height:66px;margin:5px 0px; background:url(img/onload_logo.gif) left no-repeat; }
#headlogo{ widht:100%; height:66px;margin:5px 0px; background:url(img/onload_logo.gif) left no-repeat; }

.popcontent_title{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#333; margin:8px 12px; text-align:left; font-weight:bold; }
.popcontent_con{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#333; text-align:left; margin:8px 12px; line-height:150%;}
/*popout page table*/
.pop_tab{ border-top:1px solid #999999;border-left:1px solid #999999; margin:5px 0;background:#F9F9F9;}
.pop_tab td{ font-size:12px;color:#333; line-height:120%; text-align:left; padding:3px 5px; border-right:1px solid #999999;border-bottom:1px solid #999999; }
