.ctrlWindow{
  border:1px solid #adaaa1;
  background-color:#fff;
  box-shadow: 5px 5px 10px #dbdbdb;
  z-index:1000000;
}

.ctrlWindowCaption{
  text-align:left;
  vertical-align:middle;
  font-size:15px;
  font-weight:bold;
  height:30px;
  border-bottom:1px solid #adaaa1;
  background-color:#dbdbdb;
}

.ctrlWindowCaption div{
  padding:5px 0 0 5px;
}

.ctrlWindowBody{
  width:100%;
  height:90%;
  overflow:auto;
}

.ctrlWindowBtn{
  width:16px;
  height:16px;
  margin: 1px 1px 1px 5px;
  border:1px solid #adaaa1;
  cursor:default;
}

.ctrlWindowCloseBtn{
  background:url(../img/close_16.png) no-repeat center;
}

.ctrlWindowMinimizeBtn{
  background:url(../img/minimize_16.png) no-repeat center;
}

.ctrlWindowResizeBtn{
  background:url(../img/resize_16.png) no-repeat center;
  cursor:se-resize;
}

.ctrlWindowResizeBtn{
  width:16px;
  height:16px;
}

.ctrlWindowNoSelect{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

