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(../../../ext/resources/images/default/qtip/bg.gif) repeat-x scroll
		0 -1px;
	white-space: nowrap;
}

.x-grid3-td-progress-cell .low {
	background: #11aa11;
}

.x-grid3-td-progress-cell .medium {
	background: #f1fa1a;
}

.x-grid3-td-progress-cell .high {
	background: #ee1111;
}

.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;
}

.x-grid3-td-progress-cell .x-grid3-cell-inner {
	font-weight: bold;
}

.x-grid3-td-progress-cell .high {
	background: transparent url(./images/progress-bg-red.gif) 0 -33px;
}

.x-grid3-td-progress-cell .medium {
	background: transparent url(./images/progress-bg-orange.gif) 0 -33px;
}

.x-grid3-td-progress-cell .low {
	background: transparent url(./images/progress-bg-green.gif) 0 -33px;
}

.x-grid3-td-progress-cell .green2 {
	background: transparent url(./images/progress-bg-green2.gif) 0 -33px;
}

.x-grid3-td-progress-cell .red2 {
	background: transparent url(./images/progress-bg-red2.gif) 0 -33px;
}

.x-grid3-td-progress-cell .ux-progress-cell-foreground {
	color: #fff;
}