table {
    border: 0px;
}

td .x-grid-rowbody {
    color: #999999;
    border-left: 5px solid transparent;
}

a {
    color: #39b;
}

a:hover {
    color: #fa0;
}

.x-border-layout-ct {
    background: #FFFFFF;
}

.x-form-invalid-field,
textarea.x-form-invalid-field {
    background-color: #fdd;
    background-image: none;
    border-color: #c30;
}

.x-panel-body-default-framed {
    background-color: transparent;
}

.x-toolbar-footer {
    padding: 0px;
}

.x-panel-body-default {
    background: none;
}

.x-btn-default-toolbar-small-pressed {
    background: transparent;
    background-image: none;
}

/* remove triangle from dirty cells in all controls */
.x-grid-dirty-cell {
    background-image: none;
}

.x-grid-dirty-cell .x-grid-cell-inner {
    color: #333;
}

.x-tip {
    word-wrap: break-word;
}

.x-progress-default .x-progress-bar {
    background: -moz-linear-gradient(top, #FFB046 0%, #EF8A26 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFB046), color-stop(100%, #EF8A26));
    background: -webkit-linear-gradient(top, #FFB046 0%, #EF8A26 100%);
    background: -o-linear-gradient(top, #FFB046 0%, #EF8A26 100%);
    background: linear-gradient(top, #FFB046 0%, #EF8A26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB046', endColorstr='#EF8A26', GradientType=0);
    background-image: -ms-linear-gradient(top, #FFB046 0%, #EF8A26 100%);
    border-right-color: #FFB046;
    border-top-color: #FFB046;
    background-color: #FFB046;
}

.x-nlg .x-progress-default .x-progress-bar {
    background: -moz-linear-gradient(top, #FFB046 0%, #EF8A26 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFB046), color-stop(100%, #EF8A26));
    background: -webkit-linear-gradient(top, #FFB046 0%, #EF8A26 100%);
    background: -o-linear-gradient(top, #FFB046 0%, #EF8A26 100%);
    background: linear-gradient(top, #FFB046 0%, #EF8A26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB046', endColorstr='#EF8A26', GradientType=0);
    background-image: -ms-linear-gradient(top, #FFB046 0%, #EF8A26 100%);
    border-right-color: #FFB046;
    border-top-color: #FFB046;
    background-color: #FFB046;
}
