.icon_bug {
	background-image:url(/customers/imgs/bug.gif) !important;
}
.icon_feature {
	background-image:url(/customers/imgs/feature.gif) !important;
}
.icon_task {
	background-image:url(/customers/imgs/task.gif) !important;
}
.icon_improvement {
	background-image:url(/customers/imgs/improvement.gif) !important;
}
.icon_add_comment {
	background-image:url(/customers/imgs/comment_add.png) !important;
}
.details .x-btn-text {
    background-image: url(/customers/js/ext-3.2.1/examples/grid/details.gif);
}

/*
 * FileUploadField component styles
 */
.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;
	width:275px !important;
}

/* IE8 hüpft sonst */
.x-tab-panel-header {
	height:26px !important;
}

.x-grid3-row-expander {
	cursor:pointer;
}
