﻿/* Clear BGround for IE8 */
. /*x-ie8 .x-window.x-scf-window .x-window-header-tl,
.x-ie8 .x-window.x-scf-window .x-window-header-tc,
.x-ie8 .x-window.x-scf-window .x-window-header-tr,
.x-ie8 .x-window.x-scf-window .x-window-header-ml,
.x-ie8 .x-window.x-scf-window .x-window-header-mc,
.x-ie8 .x-window.x-scf-window .x-window-header-mr,
.x-ie8 .x-window.x-scf-window .x-window-header-bl,
.x-ie8 .x-window.x-scf-window .x-window-header-bc,
.x-ie8 .x-window.x-scf-window .x-window-header-br,
.x-ie8 .x-window.x-scf-window .x-window-default-tc,
.x-ie8 .x-window.x-scf-window .x-window-default-tl,
.x-ie8 .x-window.x-scf-window .x-window-default-tr,
.x-ie8 .x-window.x-scf-window .x-window-default-bc,
.x-ie8 .x-window.x-scf-window .x-window-default-bl,
.x-ie8 .x-window.x-scf-window .x-window-default-br,
.x-ie8 .x-window.x-scf-window .x-window-default-ml,
.x-ie8 .x-window.x-scf-window .x-window-default-mr,
.x-ie8 .x-window.x-scf-window .x-window-default-mc,
.x-ie8 .x-scf-window-header-text-container,
.x-ie8 .x-scf-window-bl.x-scf-window-default-bl,
.x-ie8 .x-scf-window-ml.x-scf-window-default-ml,
.x-ie8 .x-scf-window-mr.x-scf-window-default-mr,
.x-ie8 .x-scf-window-header-mc {
    background-image: none;
    background-color: White;
    padding: 0;
}

.x-ie8 .x-window.x-scf-window .x-window-header-ml {
    padding-top: 5px;
}

.x-ie8 .x-scf-window-header-mc.x-scf-window-header-default-top-mc {
    padding: 10px 0 0 10px;
}

.x-ie8 .x-scf-window-header {
    background-color: white;
}

.x-ie8 .x-scf-windowBodyContainer {
    margin-top: 6px;
}

.x-ie8 .x-scf-windowHeaderLineContainer {
    margin-top: 5px !important;
    margin-bottom: -5px !important;
}*/