.x-toolbar .x-toolbar-add-row {
	padding-top: 1px;
}
*.x-fieldset {
	border-color: #CAC7D0;
	background-color: #EDF7FE;
	margin-bottom: 1px;
}
label.x-abs-layout-item {
	color: #000099;
}
*.x-abs-layout-item {
	font: 14.4px tahoma, arial, helvetica, sans-serif;
}
.label-hover {
	cursor: pointer;
}
label:hover .x-abs-layout-item {
	cursor: pointer;
}
.x-form-file-wrap {
	position: relative;
	height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 2;
	height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
	position: absolute;
	left: 0;
	z-index: 3;
	color: #777;
}
.filter-row-grid .x-grid3-header {
	background: #F9F9F9 url('icons/filter-row-hrow.gif') repeat-x left top;
}
.filter-row-grid .filter-row-header {
	height: 26px;
}
tr.filter-row-header .filter-row-icon input {
	background-image: url('icons/filter-row-icon.png');
	background-repeat: no-repeat;
	padding-left: 16px;
}
.filter-row-input-no-data {
	background-color: #FF9393;
	color: #FFF;
}
.labelOver {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}
