img.tab_button {
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0px;
    cursor: pointer;
    cursor: hand; /* for IE 5.x */
}

.red_color {
    color: #ff0000;
    font-weight: bold;
}

.nowrap {
    white-space:nowrap;
}

.pointer {
    cursor: pointer;
}

.ui-hover-no-border {
    /* used in jqGrid: tr.ui-state-hover > td.ui-state-hover.ui-hover-no-border */
    border-top-width: 0 !important;
    border-left-width: 0 !important;
}
