/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
div.jTime {
    z-index  : 100000;
    position : absolute;
    top : 0px;
    left: 0px;
    width : 80px;
    height: 144px;
    overflow: auto;
    border: 1px solid #BCBCBC;
}
div.jTime>table {
    width : 100%;
    background-color : #FFF;
    position: relative;
}
div.jTime>table>tbody>tr>td {
    padding    : 2px 4px;
    border-top : 1px solid #DEDEDE;
}
div.jTime>table>tbody>tr:first-child>td {
    border-top : none;
}
tr.jTimeSelected {
    background-color : #ffebaf;
}
tr>td.jTimeList {
    cursor : pointer;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
