﻿.x-grid-cell {
	font-size: 11px;
}
.x-grid-row-expander {
    width: 16px;
    height: 16px;
    cursor: pointer;
	background-image: url("../imgs/rowexpander/show.png");
	background-repeat: no-repeat;
}
.x-grid-row-collapsed .x-grid-row-expander {
    background-image: url("../imgs/rowexpander/show-opened.png");
	background-repeat: no-repeat;
}

.x-progress-text {
    color: black !important;
}	