.x-window { z-index: 1000; font-size: 11px; font-family: arial; font-size: 11px; }
.x-window .x-content {
  border: 0;
  background-color: #f7f7ff;
  padding: 5px 7px;
  margin: 0;
  scrollbar-face-color: #abcdef;
  scrollbar-shadow-color: #345678;
  scrollbar-highlight-color: #dddddd;
  scrollbar-3dlight-color: white;
  scrollbar-darkshadow-color: #123456;
  scrollbar-track-color: #113047;
  scrollbar-arrow-color: white;
} /* border: 1px solid #abcdef; border-top: 0; border-bottom: 0;  */
.x-window .x-content-clean { border: 0; background-color: #f7f7ff; padding: 2px; }
.x-window.pad { padding: 4px; }
.x-window table.cleantable { border: 0; margin: 0; padding: 0; }
.x-window table.cleantable td { padding: 2px 4px; border: 0; } /* border-bottom: 1px solid #f6f6fe; border-right: 1px solid #f6f6fe; */
.x-window table.cleantable th.last,
.x-window table.cleantable td.last { border-right: 0; }
.x-window a:link,
.x-window a:visited { color: white; text-decoration: none; }
.x-window .x-content-border-bottom { border-bottom: 1px solid #abcdef; }

.x-window .round-corners { -moz-border-radius: 8; }
.x-window .round-corner-tl { -moz-border-radius-topleft: 8; }
.x-window .round-corner-tr { -moz-border-radius-topright: 8; }
.x-window .round-corner-bl { -moz-border-radius-bottomleft: 8; }
.x-window .round-corner-br { -moz-border-radius-bottomright: 8; }
.x-window .x-content > .round-corners { -moz-border-radius: 0; }
.x-window .trans { background: transparent; }

.x-window .selector .master-check-box { }
.x-window .selector .check-box {  }
.x-window .selector .master-text,
.x-window .selector .master-text a:link,
.x-window .selector .master-text a:visited { font-weight: bold; }
.x-window .selector .text { font-weight: normal; font-size: 98%; }
.x-window .selector .x-section-start { background: url('/site/img/xsecstart.gif') 0 0 no-repeat; }
.x-window .selector .x-section-top { background: url('/site/img/xsectop.gif') 0 0 repeat-x; }
.x-window .selector .x-section-sep { background: url('/site/img/xsectop.gif') 0 8px repeat-x; }
.x-window .selector .x-section-mid { background: url('/site/img/xsecmid.gif') 0 0 repeat-y; }
.x-window .selector .x-section-end { background: url('/site/img/xsecend.gif') 0 0 no-repeat; }

.x-window div.header { background-color: #abcdef; color: white; font-weight: bold; padding: 8px; text-align: left; background: #113047 url('/site/img/xbghead.gif') 0 0 no-repeat; }
.x-window div.footer { background-color: #abcdef; color: white; font-weight: bold; padding: 8px; text-align: left; background: #113047 url('/site/img/xbghead.gif') 0 0 no-repeat; }

/** IG  */
td.check-box-block {vertical-align: top;} 
td.check-box input, td.check-box-block input {vertical-align: middle;}
td.check-box label, td.check-box-block label {color:white; padding-left: 7px; cursor:pointer; vertical-align: middle;}

div.js-popup, div.x-window {z-index: 1000000}
/** /IG */