/* 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 (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmOverlay { background-color: #0A3448; }

/* 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;
}

/* BT */
.jqmBox {
    background-color: #FFF;
    padding: 0;
    display:block;
}
.jqmBox .online_editor {
    padding-right: 0px;
    text-align: justify;
}
.jqmBox .cms_link {
    margin: 0 7px 0 0;
}
.jqmWindow {
    display: none;
    float: left;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -285px;
    width: 570px;
    color: #333;
    padding: 10px 10px 0 0;
}
.jqmWindow .box_content {
    background-color: #FFF;
}
.jqmBox h3 { 
    background-color: #FFF;
    color:#02B7C8;
    font-size:14px;
    font-family:"sans serif",verdana,tahoma,helvetica;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 10px;
}
* html .jqmBox h3 { 
    padding: 10px 0 0 10px;
}

/*css modifiées pour le bouton close*/
.jqmClose {
    display: block;
    position: absolute !important;
    z-index: 5000 !important;
    top: 2px;
    right: 0px;
}
.jqmClose a{
    text-decoration:none;
}
.jqmClose img {
    background:url("../images/box/close-lightbox.png");
    width:24px;
    height:25px;
    border: 0;
}
* html .jqmClose img {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/extension/smiledesign/design/cmsint/images/box/close-lightbox.png',sizingMethod='scale');
    width:24px;
    height:25px;
}
.jqmClose span{
    text-decoration:underline;
    padding-top:10px;
    display:block;
    float:left;
    cursor:pointer;
    font-size:11px;
    font-weight:bold;
    color:#00ABC5;
    padding-right:3px;
}
.jqmBox .bot {
    text-align:center;
    color:#399;
    padding: 12px 20px 0 0;
    height:20px;
}
.jqmWindow .botplus {
    text-align:center;
    color:#399;
    padding: 12px 0 0 0;
    height:30px;
    position: absolute;
    bottom: 0px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}
.jqmWindow .botplus a.prec,
.jqmWindow .botplus a.suiv,
.jqmWindow .botplus span {
    color:#399;
    font-size:11px;
    font-weight:bold;
    padding:7px;
    padding-top:15px;
    text-decoration:none;
}
.jqmWindow .botplus a.prec {
    background:url('../images/box/bt_prec.gif') no-repeat left 16px;
    padding-left:15px;
}
.jqmWindow .botplus a.suiv {
    background:url('../images/box/bt_suiv.gif') no-repeat right 16px;
    padding-right:15px;
}
.jqmWindow .botplus span.prec_over {
    background:url('../images/box/bt_prec_over.gif') no-repeat left 16px;
    padding-left:15px;
    color:#fff;
}
.jqmWindow .botplus span.suiv_over {
    background:url('../images/box/bt_suiv_over.gif') no-repeat right 16px;
    padding-right:15px;
    color:#fff;
}
.jqmWindow .botplus .hidden {
    color:#fff;
}
.wait {
    background-color: #FFF;
    text-align: center;
    position: absolute;
    visibility: visible;
    z-index:500;
}
.waithidden {
    background-color: #FFF;
    text-align: center;
    position: absolute;
    visibility: hidden;
    z-index:500;
}
.loader{
    margin-top:50%;
}
