td.x-grid3-td-progress-cell {
    padding: 0;
}

td.x-grid3-td-progress-cell div.x-grid3-cell-inner {
    padding: 0;
    position: relative;
    height: 21px;
}

.ux-progress-cell-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.ux-progress-cell-background {
    background: #E0E8F3 url(../images/progresscolumn/bg.gif) repeat-x scroll 0 -1px;
    white-space: nowrap;
}


 .x-grid3-td-progress-cell .x-grid3-cell-inner {
            font-weight: bold;
        }

.x-grid3-td-progress-cell .high {
	background: transparent url(../images/progresscolumn/progress-bg-green.gif) 0 -33px;
}

.x-grid3-td-progress-cell .medium {
	background: transparent url(../images/progresscolumn/progress-bg-orange.gif) 0 -33px;
}

.x-grid3-td-progress-cell .low {
	background: transparent url(../images/progresscolumn/progress-bg-red.gif) 0 -33px;
	
}

.x-grid3-td-progress-cell .ux-progress-cell-foreground {
	color: #fff;
}


.ux-progress-cell-foreground {
    color: #000;
    background-color: #9CBFEE;
    white-space: nowrap;
    overflow: hidden
}

.ux-progress-cell-inner-right {
    text-align: right;
}

.ux-progress-cell-inner-center {
    text-align: center;
}

.ux-progress-cell .ux-progress-cell-inner div {
    padding: 3px 0 0 4px;
}

.ux-progress-cell-inner-right div {
    padding: 3px 4px 0 0;
    position: relative;
}

.ux-progress-cell-inner-center div {
    padding: 3px 0 0 0;
    position: relative;
}

.ux-progress-cell-inner-left div {
    padding: 3px 0 0 4px;
    position: relative;
}