.j-accpanel{
    border: 1px #777777 solid;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Verdana";
    font-size: 10pt;
    cursor: default;
    margin-bottom: 3px;
}
.j-accpanel-header{
    /*  border: 1px #777777 solid;*/
    background-color: #DFDFDF;
    /*background-image: url("/gps/images/test/button_bg.png");*/
    background: linear-gradient(#F2F2F2, #CFCFCF);
    background-repeat: repeat-x;
    color: #0F3C6A;
    /*    height: 21px;*/
    padding-top: 3px;
    padding-bottom: 3px;
}
.j-accpanel-header:hover{
    /*background-image:url("/gps/images/test/button_bg_over.png");*/
    background: linear-gradient(#EAF6FD, #AADAF6);
    border-color:#3C7FB1;
    background-repeat: repeat-x;
}
.j-accpanel-toggle{
    cursor: pointer;
    background-image: url("/gps/images/toogleimg.gif");
    background-repeat: no-repeat;
    background-position: -39px 0;
    height: 8px;
    width: 8px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.j-accpanel-toogle-en{
    background-position: 0px 0;
}
.j-accpanel-title{
    padding-left: 5px;
}
.j-accpanel-title:hover{
    text-decoration: underline;
    color: #760D0D;
    cursor: pointer;
}
.j-accpanel-close{
    position: absolute;
    right: 3px;
    top: 6px;
    cursor: pointer;
    background-image: url("/gps/images/jquery-ui/d92020_11x11_icon_close.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 11px;
    width: 11px;

}
.j-accpanel-report{
    position: absolute;
    right: 26px;
    top: 4px;
    cursor: pointer;
    background-image: url("jaccpanel/report.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
    width: 16px;

}
.j-accpanel-body{
    border-top: 1px #777777 solid;
    /*border-top: none;*/
}
.j-accpanel-title2{
    font-size: 20px;
    padding-left: 5px;
}
.j-accpanel-button{
    /*    position: absolute; top:4px; right:10px;*/
    position: relative; top:-2px; left:10px;
}

.j-table{
    border-collapse: collapse;
    border: 1px solid #9a9a9a;
    min-width: 600px;
    text-align: center;
}
.j-table th {
    background-color: #DFDFDF;
    /*background-image: url("/gps/images/test/button_bg.png");*/
    background: linear-gradient(#F2F2F2, #CFCFCF);
    background-repeat: repeat-x;
    color: #0F3C6A;

    font-weight: bold;
    border: 1px solid #9a9a9a;
}
.j-table td {
    padding: 2px 4px;
    border: 1px solid #9a9a9a;
}
.j-table>tfoot>tr>td{
    text-align: left;
}
.j-button-pause, .j-button-play,.j-button-delete,.j-button-copy,
.j-button-pause-static, .j-button-play-static,.j-button-edit,.j-button-once,
.j-button-once-static,.j-button-unknown-static{
    display: inline-block;
    height: 32px;
    width: 32px;
    background-image: url("../images/buttons/toolbar.png");
}
.j-button-copy{
    background-position: -192px 0;
}
.j-button-copy:hover{
    background-position: -224px 0;
    cursor: pointer;
}
.j-button-edit{
    background-position: -384px 0;
}
.j-button-edit:hover{
    background-position: -416px 0;
    cursor: pointer;
}
.j-button-delete{
    background-position: -288px 0;
}
.j-button-delete:hover{
    background-position: -320px 0;
    cursor: pointer;
}
.j-button-pause,.j-button-pause-static{
    background-position: -96px 0;
}
.j-button-pause:hover{
    background-position: -128px 0;
    cursor: pointer;
}
.j-button-play,.j-button-play-static{
    background-position: 0 0;
}
.j-button-play:hover{
    background-position: -32px 0;
    cursor: pointer;
}
.j-button-once,.j-button-once-static{
    background-position: -480px 0;
}
.j-button-once:hover{
    background-position: -512px 0;
    cursor: pointer;
}
.j-button-unknown-static{
    background-position: -576px;
}

