div.bumpOverlay { background: url(images/raisesd_bumps.gif) #2c2c2c; }
/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
  display: none;
  position: fixed;
  top: 5%;
  left: 47%;
  margin-left: -190px;
  width: 460px;
  overflow: hidden;
  font-family:verdana,tahoma,helvetica;
  background: #fff url(images/ProductsPanelContent.jpg);
}

table.jqmdTABLE {
 text-align: left;
 color: #333333;
}
table.jqmdTABLE td {
 font-size: 10.5pt;
}
table.jqmdTABLE td {
 font-size: 9pt;
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
  color: #2c2c2c;
  padding: 7px 22px 5px 5px;
  font-family:"sans serif",verdana,tahoma,helvetica;
  font-weight: bold;
  * zoom: 1;
}
div.jqmdTL { padding-left: 3px;}
div.jqmdTR { padding-right: 3px; * zoom: 1;}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  padding: 7px 7px 7px;
  height: 380px;
  overflow: auto;
}
div.jqmdBL { padding-left: 7px; }
div.jqmdBR { padding-right: 7px; * zoom: 1 }

div.jqmdMSG { color: #317895; }


/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  padding: 0 0 0 19px;
  height: 18px;
  width: 0px;
  background: url(dialog/close.gif) no-repeat top left;
  overflow: hidden;
}
input.jqmdXFocus {background-position: bottom left; outline: none;}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
  margin: 8px 10px 4px 10px;
  color: #777;
  background-color: #fff;
  cursor: pointer;
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus { background-color: #eaffc3; }

