div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
  display: none;
  position: fixed;
  top: 200px;
  left: 50%;
  margin-left: -400px;
  width: 400px;
  overflow: hidden;
}

/* 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:#034979 url(/img/bg_boxhead.gif) bottom left repeat-x;
	color:#fff;
  padding: 7px 22px 5px 10px;
  font-weight: bold;
  * zoom: 1;
}



/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
	background:#034979 url(/img/bg_boxhead.gif) bottom left repeat-x;
  padding: 10px;
  height: 290px;
  overflow: auto;
	border:1px #666 solid;
	border-top:0;
	color:#fff;
}
div.jqmdBC h2, div.jqmdBC a, div.jqmdBC a:hover{
	color:#fff !important;
}




/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  padding: 0 0 0 19px;
  height: 19px;
  width: 0px;
  background: url(/img/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;
  cursor: pointer;
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus { }

