/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow
{
    display: none;
    left: 50%; 
    top: 100px;   
    position: fixed; /*     top: 17%;     left: 50%;  *//** use setting automatic */
    /*margin-left: -300px; width: 600px;*/ /*background-color: #fff;     color: #333;     border: 4px solid #555;     padding: 0 12px 12px*/
    border: 0px solid #555;
    _position: absolute;
    background-color: transparent;
}

.jqmWindow h3
{
    background: #000;
    color: #fff;
    margin: 0 -12px;
    height: 20px;
}

.jqmClose
{
    float: right;
    display: block;
    width: 20px;
    height: 18px;
    background: url("img/close.png");
}
.jqmClose:hover
{
    /*background-position: 0 -20px;*/
}

.jqmOverlay
{
    background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.)
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
} */

/* 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 .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
} */


/*** drag window ****/
/**div.whiteOverlay { background: url(images/jqm_BG.gif) white; } overlay bg**/
div.whiteOverlay {  BACKGROUND-COLOR: #333 }
div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
  display: none;
    
    position: fixed;
    /*top: 17%;*/
    top:100px;
    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: #d5ff84 url(images/jqm_sprite.gif) repeat-x 0px -82px; */
  color: #528c00;
  padding: 7px 22px 5px 5px;
  font-family:"sans serif",verdana,tahoma,helvetica;
  font-weight: bold;
  * zoom: 1;
}
/*
div.jqmdTL { background:  url(images/jqm_sprite.gif) no-repeat 0px -41px; padding-left: 3px;}
div.jqmdTR { background: url(images/jqm_sprite.gif) no-repeat right 0px; padding-right: 3px; * zoom: 1;}
*/

/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  background: url(images/jqm_bc.gif) repeat-x center bottom;
  padding: 7px 7px 7px;
  /*height: 180px;
  height:100px;
overflow: auto; height:100px;
  */
  height:auto;
  border:red solid 0px;
  
}
div.jqmdBL {/* background: url(images/jqm_bl.gif) no-repeat left bottom;*/ padding-left: 0px;padding:0;margin:0; }
div.jqmdBR {/* background: url(images/jqm_br.gif) no-repeat right bottom; */padding-right: 0px;padding:0;margin:0; * zoom: 1 }

div.jqmdMSG {display:block; color: #317895;height:96%;padding:0;margin:0;}
div.jqmdMSG_content{height:550px;}

/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0 0 0 24px;
  height: 24px;
  width: 0px;
  background: url(images/close.png) no-repeat top left;
  overflow: hidden;
  margin-top:2px;
}
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; }*/
/*** drag window ****/

.jqmnTitle{background-color:Gray;line-height:22px;}
.jqmnContent{
  
  height:auto;
  background-color:White;
  color:#000;
  font:12px/18pt Comic Sans, Comic Sans MS, cursive;
 
}
.jqResize {
   width: 100%;
   height:2px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: se-resize;
   display:block;
   border:green solid 1px;
   border-top-width:0px;
   margin:0;
  
}
