div.whiteOverlay {background:#E3E3E3 url(macFFBgHack.png);}

div.jqDrag {cursor:move;}

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

div.jqmDialog {display:none;position:fixed;top:25%;left:30%;margin:auto;width:600px;height:100px;font-family:verdana,tahoma,helvetica;background:#fff;}

div.jqmDialog .centre{text-align:center;}

div.jqmDialog .tgauche{text-align:left;}

div.jqmDialog .tdroite{text-align:right;}

/* 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(sprite.gif) repeat-x 0px -82px;color:#421F18;padding:7px 22px 5px 5px;font-family:"sans serif",verdana,tahoma,helvetica;font-weight: bold;* zoom: 1;}
div.jqmdTL {background:url(sprite.gif) no-repeat 0px -41px;padding-left:3px;}
div.jqmdTR {background:url(sprite.gif) no-repeat right 0px;padding-right:3px; * zoom: 1;}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC {background:url(bc.gif) repeat-x center bottom;padding:7px 7px 12px 7px;}
div.jqmdBL {background:url(bl.gif) no-repeat left bottom; padding-left:7px;}
div.jqmdBR {background:url(br.gif) no-repeat right bottom; padding-right:7px; * zoom: 1}

div.jqmdMSG {background:#fff;color:#563B17;font:1em arial;height:300px;overflow:auto;}

div.jqmdMSG hr.index{margin-top:70px;width:85%;border:1px solid #4F3713;}
div.jqmdMSG hr.maxi, hr.grande, hr.moyenne, hr.petite, hr.mini{border:none;}
div.jqmdMSG hr.maxi{width:570px;margin:auto;}
div.jqmdMSG hr.grande{width:440px;margin:auto;}
div.jqmdMSG hr.moyenne{width:330px;margin:auto;}
div.jqmdMSG hr.petite{width:220px;margin:auto;}
div.jqmdMSG hr.mini{width:110px;margin:auto;}

/* [[[ Button classes ]]] */
input.jqmdX {position:absolute;right:7px;top:4px;padding:0 0 0 19px;height:19px;width:0px;background:url(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;}
