/***** jtDialogBox - BEGIN REQUIRED *********************************/
DIV.jtDialogBox {
  position: absolute;
  display: none;
  }
DIV.jtDialogBox .tbLeft {
  /*background: url(dialogTL.gif) no-repeat left top;*/
  background-color: #191970;
  width: 10px;
  }
DIV.jtDialogBox .tbRight {
  /*background: url(dialogTR.gif) no-repeat right top;*/
  background-color: #191970;
  width: 16px;
  padding: 02px 2px 1px 0px;
  vertical-align: bottom;
  }
DIV.jtDialogBox .Title {
 /* background: url(dialogTM.gif) top;
  background-color: #a9a9a9;*/
  background-color: #191970;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  padding: 02px 0px 2px 0px;
  cursor:move;
  }

.jtDialogBoxVeil {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  cursor: "not-allowed";
  background-color: #6a74cb;
  filter:alpha(opacity=5);
  -moz-opacity:0.05;
  opacity: 0.05;
  }
/***** jtDialogBox - END REQUIRED *********************************/


/***** jtDialogBox - BEGIN SUGGESTED *********************************/
DIV.jtDialogBox {
  border-top   : 1px solid #EDEDED;
  border-right : 1px solid #ABABAB;
  border-bottom: 1px solid #ABABAB;
  border-left  : 1px solid #EDEDED;
  }
DIV.jtDialogBox .MainPanel {
  background-color: #ffffff;
  border-top   : 1px solid #898989;
  border-right : 1px solid #4E4E4E;
  border-bottom: 1px solid #4E4E4E;
  border-left  : 1px solid #898989;
  }
DIV.jtDialogBox .MainPanel .ContentArea {
  margin: 16px;
  font-size: 11px;
  }
/***** jtDialogBox - END SUGGESTED *********************************/
