div.iRecordsTableDialogInit
{ position:absolute;
  top:-5000px;
  left:0px;
  background-color:white;
  width:30%;
  text-align:center;
  border:solid black 1px;
}

div.iRecordsTableDialog
{ background-color:white;
  width:30%;
  text-align:center;
  border:solid black 1px;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:150;
}

div.iRecordsTableDialogEmbed
{ background-color:white;
  width:100%;
  text-align:center;
  border:solid black 1px;
}

div.iRecordsTableDialogHeader
{ text-align:center;
  width:100%;
  margin:0px auto;
  font-size:75%;
  border-bottom:solid black 1px;
  background-color:rgb(214,234,118);
  padding:2px 0px 2px 0px;
  cursor:move;
}

div.iRecordsTableDialogButtonBar
{ height:25px;
  background: linear-gradient(#ECECFF 50%, #D1D1FF 100%);
  width:100%;
}

input.iRecordsTableDialogButton
{ font-size:90%;
}

div.iRecordsTableDialogDragBar
{ background-color:rgb(214,234,118);
  width:100%;
}

div.iRecordsTableDialogLowerMoveResizer
{ cursor:move;
  background-color:rgb(214,234,118);
  display:inline-block;
  min-height:16px;
  width:calc(100% - 16px);
}

img.iRecordsTableDialogResizer
{ margin: 0px;
  padding:0px;
  width:16px;
  background-color:rgb(214,234,118);
  cursor:nwse-resize;
}

div.iRecordsTableDialogLowerMove
{ cursor:move;
  background-color:rgb(214,234,118);
  min-height:16px;
  width:100%;
}


