/* Fix display of icons in outline */
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon {
	width: auto;
	height: auto;
	margin-right: 2px;
}


/* Fix action bar icon display
.x-btn-text-icon .x-btn-center .x-btn-text {
	background-repeat: no-repeat;
	height: 24px;
	padding: 0 0 0 24px;
}

/* Category Elements */
.ext-nd-ed-twistie, .ext-nd-ed-blank {
	border: 0px none;
	margin-right: 4px;
	cursor: pointer;
	cursor: hand;
}

.ext-nd-ed-grid-col-response {
	width: auto;
}

.ext-nd-ed-grid-cell, .ext-nd-ed-grid-categorycell {
	display: block;
	padding: 3px 5px 3px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.ext-nd-ed-grid-categorycell {
	border-top: 1px solid black;
}

.x-grid-col {
	border: 1px transparent;
}
