.fixed-table-container {
    height: 355px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0;
    background-color: #fff;
    position: relative;
    padding-top: 25px;
    clear: both
}
.th-inner {
padding-right:15px;
    position: absolute;
    top: 0;
    line-height: 25px;
    text-align: left;
    border-left: 1px solid #ccc;
    padding-left: 5px;
    margin-left: -5px;
    font-size: 12px;
    cursor:pointer;
    background-image: url(/tic/common/images/blue-arrow-both.gif);
    background-position: right 7px;
    background-repeat: no-repeat;
}
.fixed-table-container-inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    border-bottom: solid 1px #ccc
}
.header-background {
    background-color: #fff;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc
}

.headerSortDown .th-inner {
    background-image: url(/tic/common/images/blue-arrow-up.gif);
    background-position: right 5px;
    background-repeat: no-repeat;
}
.headerSortUp .th-inner {
    background-image: url(/tic/common/images/blue-arrow-down.gif);
    background-position: right 5px;
    background-repeat: no-repeat;
}