/***** 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;
  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: 9pt;
}
/***** jtDialogBox - END SUGGESTED *********************************/

/***** jtDialogBox - BEGIN APPLICATION-SPECIFIC *********************************/
DIV.jtDialogBox .MainPanel P {
  margin: 10px 0px 0px 0px;
}

DIV.jtDialogBox A:link {
  color: #3300FF;
  text-decoration: underline;
}
DIV.jtDialogBox A:visited {
  color: #3300FF;
  text-decoration: underline;
}
DIV.jtDialogBox A:active { color: #FF0000; text-decoration: none; }
DIV.jtDialogBox A:hover {
  color: #3300FF;
  text-decoration: none;
  background-color: #e0ffff;
}
DIV.jtDialogBox A.offBox, DIV.jtDialogBox A.offBox:visited {
  text-decoration: underline;
  background-color: #F0EDDA;
  color:#3300FF;
}
DIV.jtDialogBox A.offBox:hover {
  background-color: #FFD980;
  color: #00008b;
  text-decoration:none;
}
/***** jtDialogBox - END APPLICATION-SPECIFIC *********************************/

