/**
 * POPUP CONTAINER STYLES
 */
#popupMask{
 display:none;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:200;
 background-color:#345189;
 -moz-opacity: 0.7;
 opacity:.70;
 filter: alpha(opacity=70);
}
#popupMask[id]{
 position:fixed;
}
#popupContainer {
 position: absolute;
 z-index: 201;
 top: 0px;
 left: 0px;
 display:none;
 padding: 0px;
}
#popupContainer[id]{
 position:fixed;
}
#popupInner {
 border: 1px solid #9f9f9f;
 background-color: #f0eeee;
}

#popupFrame {
 margin: 0px;
 width: 100%;
 height: 100%;
 position: relative;
 z-index: 202;
}
#popupTitleBar {
 background-image: url(/comgr/modal/bg.gif);
 color: #0;
 height: 27px;
 padding-left: 20px;
 border-bottom: 3px solid #f0eeee;
 position: relative;
 z-index: 203;
}
#popupTitle {
 float:left;
 font-size: 12px;
 color: #f5ffff;
 line-height: 27px;
 height: 27px;
}
#popupControls {
 float: right;
 cursor: pointer;
 cursor: hand;
}
#popupTopLine {
 height: 1px;
 border-top: 0px solid #ffffff; 
 background: #9f9f9f; 
 border-top-width: 1px; 
}

