﻿.x-grid-custom .x-grid-item TD {
    font:14px/18px 'Microsoft YaHei',arial,sans-serif;
    vertical-align: middle;
    /*border-left-color: gray;
    border-right-color: gray;*/
    border-bottom:1px groove #428bca;
    border-left:1px groove #428bca;
}

.x-grid-custom .x-column-header {
    /*background: url(../Images/GridGanel/header_sprite.png) repeat scroll 0 bottom;*/
    font:bold 12px/16px "Microsoft YaHei",arial,sans-serif;
    /*border-left-color: #6085A5;
    border-right-color: #728BA1;*/
    border-color:white;
    text-align:center;
    color: white;
    background:#428bca;
}

.x-grid-custom .x-column-header-over {
    /*background: #ebf3fd url(../Images/GridGanel/header_sprite_over.png) repeat 0 center !important;*/
    background:#58a7e8;
    font-weight:bold;
}

.x-grid-custom .x-column-header div {
    /*background: url(../Images/GridGanel/header_sprite.png) repeat scroll 0 center;*/
    /*background:#428bca;
    color: white;
    font: 12px/16px "segoe ui",arial,sans-serif;*/
}

.x-grid-custom .company-link {
    color: #0E3D4F;
}

.x-grid-custom .x-column-header-trigger {
    background: #718CA1 url(../Images/GridGanel/grid3-hd-btn.png) no-repeat left center;
}

.x-grid-custom .x-grid-item-alt .x-grid-cell {
    background-color: #DAE2E8;
}

.x-grid-custom .x-grid-item-over .x-grid-cell {
    border-color: #728BA1;
    background-color:#58a7e8;
    /*background: url(../Images/GridGanel/row-over.png);*/
}

.x-grid-custom .x-grid-item-selected .x-grid-cell {
    /*background: url(../Images/GridGanel/row-selected.png) repeat-x scroll 0 0 #7BBBCF;*/
    background-color:#58a7e8;
    border-color: #728BA1;
    border-style: solid;
}

.x-grid-custom .x-grid-item-selected TD,
.x-grid-custom .x-grid-item-selected TD .company-link {
    color: #fff;
}

.x-grid-custom .x-toolbar .x-toolbar-text {
    color: darkblue !important;
}

.x-grid-custom .x-toolbar {
    height:35px;
    border-style: none;
    background: url(../Images/head_bg.png) repeat 0 center !important;
    /*background-color:#aed7f3;*/
}

.x-grid-custom .x-tbar-loading {
    background-image: url(../Images/GridGanel/refresh.gif) !important;
}

.x-grid-custom .x-tbar-page-first {
    background-image: url(../Images/GridGanel/page-first.gif) !important;
}

.x-grid-custom .x-tbar-page-last {
    background-image: url(../Images/GridGanel/page-last.gif) !important;
}

.x-grid-custom .x-tbar-page-next {
    background-image: url(../Images/GridGanel/page-next.gif) !important;
}

.x-grid-custom .x-tbar-page-prev {
    background-image: url(../Images/GridGanel/page-prev.gif) !important;
}

.x-grid-custom .x-paging-info {
    color: #fff;
}

.x-form-readonly .x-form-item-body input {
    background-color: #E6E6E6 !important;
}
