﻿.article td{
    text-align:center; 
    cursor:pointer; 
    /*border:solid 1px black;  */
    width:140px;
    height:95px;
    vertical-align:top;
}

.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #FFF;
    /*border: 1px solid black;*/
    padding:0px 10px 10px 10px;
}
.jqmWindow td{
    cursor:default; 
}

.jqmWindow .header{
    font-size:18px;
    font-weight:bold;
    color:#d0110d;
}

.jqmOverlay { background-color: #000; }

/* 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');
}

.icoClose{
    width:50px;
    height:18px;
    background:url('/img/ico/close.gif') no-repeat 0 0;
    float:right
}

.icobtnArt{
    width:117px;
    height:75px;
    background:url('/img/ico/btnArt.gif') no-repeat 0 0;
    padding:4px 10px 0px 10px;
}
