div.iMapperDialog
{ background-color:white;
  min-width:35%;
  min-height:100px;
  text-align:center;
  border:solid Blue 4px;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:155;
}

div.iMapperDialogBody
{ background-color:white;
  width:100%;
  text-align:center;
  overflow-y:auto;
}

table.iMapperDialogTable
{ background-color:white;
  width:100%;
  height:100%;
  border:solid Black 1px;
}

tr.iMapperDialogTableRow
{ background-color:white;
  width:100%;
  height:100%;
  vertical-align:middle;
}

td.iMapperDialogPanel
{ background-color:white;
  width:45%;
  border:solid Black 1px;
  height:100%;
  vertical-align:top;
}

td.iMapperDialogBtnPanel
{ background-color:white;
  width:40px;
  border:solid Black 1px;
  text-align:center;
  height:100%;
}

button.iMapperDialogArrowButton
{ display:block;
  border:solid 1px white;
  margin:0px auto;
  text-align:center;
  background: none;
}

button.iMapperDialogArrowButton:hover
{ border:outset 1px black;
}

button.iMapperDialogArrowButton:active
{ border:inset 1px black;
}

img.iMapperDialogArrowButtonImg
{ width:24px;
  height:16px;
  padding:0px;
  margin:0px;
}

