.x-grid-cell-imagecolumn .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 16px;
	height:16px;
    margin-top:3px;
}
.x-grid-with-row-lines .x-grid-cell-imagecolumn .x-grid-cell-inner {
    padding-top: 0;
	margin-top:3px;
}

.x-grid-cell-imagecolumnx .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 16px;
    height:16px;
    margin-top:3px;
}
.x-grid-with-row-lines .x-grid-cell-imagecolumnx .x-grid-cell-inner {
    padding-top: 0;
    margin-top:3px;
}
.x-grid-imageheader {
    height: 16px;
    background-image: url('images/picture_black.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: transparent;
}

.x-grid-imageheader-has {
    background-image: url('images/picture.png');
}

.x-grid-imageheader-editor .x-form-cb-wrap {
    text-align: center;
}


.x-grid-linkheader{
    height: 16px;
    background-image: url('images/link.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: transparent;
}
.x-grid-cell-linkcolumn{
    cursor: pointer;
}

.x-grid-audioheader{
    height: 16px;
    background-image: url('images/play.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: transparent;
}

.x-grid-audioheaderok{
    height: 16px;
    background-image: url('images/play_enabled.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: transparent;
}