/* 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;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
}
.jqmNotice
{
    display: none;
    position: absolute;
    top: 17%;
    width: 400px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
}
.jqmNotice .ajaxLoading
{
    text-align: center;
    line-height: 2em;
}
.jqmNotice .ajaxLoading img
{
    vertical-align: middle;
}
.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');
}

div.jqmdTC
{
    background-color: #4D402F;
    color: #FBF8E7;
    padding: 7px 22px 5px 5px;
    font-weight: bold;
    *zoom:1;
}

div.jqmdBC
{
    padding: 12px;
}

/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 4px;
  top: 7px;
  padding: 0 0 0 19px;
  height: 19px;
  width: 0px;
  background: url(images/cancel.png) no-repeat top left;
  overflow: hidden;
  outline:none;
  border: none;
}
img.jqmdX
{
    position: absolute;
    right: 4px;
    top: 7px;
    cursor: pointer;
}
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.jqmButtonBar,div.jqmValButtonBar
{
    text-align: center;
    margin: 0 0 5px 0;
}
div.jqmButtonBar a.wynnlinkbutton,div.jqmValButtonBar a.wynnlinkbutton
{
    margin:0 auto;
    float: none;
}
.jqmContent 
{
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
    margin: 0;
    background: #fff;
    border:none;
}
/*div.jqmWindow input:focus, div.jqmWindow input.iefocus { background-color: #4D402F; }*/
span.jqmOK
{
    background-color: #4D402F;
    color: #FBF8E7;
    margin-left: 176px;
    padding: 5px 12px 5px 12px;
    cursor: pointer;
}
