.menu-header .x-toolbar-default {
    background-color: #FFF !important;
    background-image: none;
}

.tab-panel .x-tab-bar-default-top{
    background-image: -webkit-linear-gradient(top,#306BC4,#387be1);
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#306BC4),color-stop(100%,#387be1));
    background-image: -moz-linear-gradient(top,#306BC4,#387be1);
    background-image: -o-linear-gradient(top,#306BC4,#387be1);
    background-image: linear-gradient(top,#306BC4,#387be1);
}

.page-panel .x-panel-body-default{
    background-color: #f5f9fe;
}

.page-header .x-panel-body-default{
    /*background-color: #f5f9fe;*/
    border-color: #99bce8;
    border-width: 1px;
    background-image: none;
    background-color: #d3e1f1;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#dfe9f5),color-stop(100%,#d3e1f1));
    background-image: -webkit-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image: -moz-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image: -o-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image: linear-gradient(top,#dfe9f5,#d3e1f1);
}

.page-header .page-title{
    font-size: 20px;   
    font-weight: bold;
    padding: 5px 0 0 10px;
    display: block;
    color: rgb(56,123,225);
}
