#JT_arrow_left {
    /*background-image: url(/security/center/img/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index: 101;
    left: -12px;
    height: 23px;
    width: 10px;
    top: -3px;*/
    background-image: url(/security/center/img/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index: 101;
    left: 100%;
    height: 23px;
    width: 11px;
    top: -3px;
}

#JT {
    /*position: absolute;
    z-index: 10000;
    border: 4px solid #CCCCCC;
    background-color: #fff;
    width: 400px;
    min-height: 60px;
	left: 32% !important;*/
    position: absolute;
    z-index: 10000;
    border: 4px solid #CCCCCC;
    background-color: #fff;
    width: 400px;
    min-height: 60px;
    left: 39% !important;
}

#JT_copy {
    padding: 6px 6px 6px 6px;
    color: #333333;
}

#JT_copy table {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px
}

#JT_copy th {
    background-color: white;
    border-bottom: none;
    color: #2970A6;
    align: left;
}

#JT_copy td {
    color: grey;
    background-color: white;
    border-bottom: none;
}

.cscOveraly {
    cursor: hand;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #JT {
        position: absolute;
        z-index: 10000;
        border: 4px solid #CCCCCC;
        background-color: #fff;
        width: 76%;
        min-height: 30px;
        padding-left: 0px;
        margin-left: 16px;
        left: 0px !important;
    }
    #JT_arrow_left {
        background-image: url(/security/center/img/arrow_right.gif);
        background-repeat: no-repeat;
        background-position: left top;
        position: absolute;
        z-index: 101;
        left: 100%;
        height: 23px;
        width: 11px;
        top: -3px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 640px) {
    #JT {
        position: absolute;
        z-index: 10000;
        border: 4px solid #CCCCCC;
        background-color: #fff;
        width: 50%;
        min-height: 30px;
        padding-left: 0px;
        /* margin-left: 30px; */
        left: 15% !important;
    }
    #JT_arrow_left {
        background-image: url(/security/center/img/arrow_right.gif);
        background-repeat: no-repeat;
        background-position: left top;
        position: absolute;
        z-index: 101;
        left: 100%;
        height: 23px;
        width: 11px;
        top: -3px;
    }
}

@media only screen and (min-width: 720px) and (max-width: 736px) {
    #JT {
        position: absolute;
        z-index: 10000;
        border: 4px solid #CCCCCC;
        background-color: #fff;
        width: 48%;
        min-height: 30px;
        padding-left: 0px;
        /* margin-left: 30px; */
        left: 40% !important;
    }
    #JT_arrow_left {
        background-image: url(/security/center/img/arrow_right.gif);
        background-repeat: no-repeat;
        background-position: left top;
        position: absolute;
        z-index: 101;
        left: 100%;
        height: 23px;
        width: 11px;
        top: -3px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    #JT {
        position: absolute;
        z-index: 10000;
        border: 4px solid #CCCCCC;
        background-color: #fff;
        width: 40%;
        min-height: 30px;
        padding-left: 0px;
        /* margin-left: 30px; */
        left: 50% !important;
    }
    #JT_arrow_left {
        background-image: url(/security/center/img/arrow_right.gif);
        background-repeat: no-repeat;
        background-position: left top;
        position: absolute;
        z-index: 101;
        left: 100%;
        height: 23px;
        width: 11px;
        top: -3px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    #JT {
        position: absolute;
        z-index: 10000;
        border: 4px solid #CCCCCC;
        background-color: #fff;
        width: 400px;
        min-height: 60px;
        left: 32% !important;
    }
    #JT_arrow_left {
        background-image: url(/security/center/img/arrow_right.gif);
        background-repeat: no-repeat;
        background-position: left top;
        position: absolute;
        z-index: 101;
        left: 100%;
        height: 23px;
        width: 11px;
        top: -3px;
    }
}