 .red{
    color: red;
}
.blue{
    color: blue;
}
.aqua{
    color: aqua;
}
.fuchsia{
    color: fuchsia;
}
.gray{
    color: gray;
}
.maroon{
    color: maroon;
}
.navy{
    color: navy;
}
.green{
    color: green;
}
.lime{
    color: lime;
}
.orange{
    color: orange;
}
.purple{
    color: purple;
}
.olive{
    color: olive;
}
div.x-scroller-vertical, div.x-scroller-vertical [id*="gridscroller-"] {
	display:none !important;
}

[id*="treeview-"], [id*="gridview-"] {
	overflow-y:scroll !important;
}
[id*="treepanel-"] [id*="treeview-"] {
	overflow-x: scroll !important;
}
[id*="treeview-"] .x-grid-table {
	table-layout: auto !important;
}
