div.whiteOverlay { background: #000; }
div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
	display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -200px;
  	width: 400px;

  	overflow: hidden;
  	font-family:verdana,tahoma,helvetica;
}

/* 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 { 
	background: #013D85; 
	color: #fff;
	padding: 7px 22px 5px 5px;
	font-family:"sans serif",verdana,tahoma,helvetica;
	font-weight: bold;
	* zoom: 1;
}
div.jqmdTL { background:#013D85; padding-left: 3px;}
div.jqmdTR { background:#013D85; padding-right: 3px; * zoom: 1;}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  background: #fff;
  padding: 7px 7px 7px;
  min-height: 80px;
  max-height: 400px;
  overflow:auto; 
  overflow-x:hidden; 
  border:3px solid #013D85;
}
div.jqmdBL { background: #013D85; padding-left: 3px; }
div.jqmdBR { background: #013D85; padding-right: 3px; * zoom: 1 }

div.jqmdMSG { color: #317895; }


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

div.jqmdBC button, div.jqmdBC input[type="submit"] {
  margin: 8px 10px 4px 10px;
  cursor: pointer;
  font-size:11px;
}

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