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

.jtDialogBoxVeil {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  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: 9pt;
  }
/***** jtDialogBox - END SUGGESTED *********************************/

/***** veil styles - BEGIN *********************************/
.VeilStyle1 {
position: absolute;
top: 0px;
left: 0px;
background-color: white;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5;
}

.VeilStyle1b {
position: absolute;
top: 0px;
left: 0px;
background-color: #99ccff;
filter:alpha(opacity=50);
-moz-opacity:0.3;
opacity: 0.3;
}

.VeilStyle1c {
position: absolute;
top: 0px;
left: 0px;
background-color: #000000;
filter:alpha(opacity=40);
-moz-opacity:0.4;
opacity: 0.4;
}

.VeilStyle2 {
position: absolute;
top: 0px;
left: 0px;
background : url(maskimg_common.gif);
}

.VeilStyle2b {
position: absolute;
top: 0px;
left: 0px;
background : url(maskimg_common.gif);
filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity: 0.75;
}

.VeilStyle2c {
position: absolute;
top: 0px;
left: 0px;
background : url(maskimg_common.gif);
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

.VeilStyleDark {
position: absolute;
top: 0px;
left: 0px;
background-color: #000000;
filter:alpha(opacity=20);
-moz-opacity:.20;
opacity: .20;
}


/***** veil styles - END *********************************/

