﻿.dxgvControl, .dxgvDisabled
{
    border: 1px Solid white;
    font: 1em Tahoma, Geneva, sans-serif;
    background-color: white;
    color: white;
    cursor: default;
}

.dxgvTable
{
    background-color: White;
    border: 0 solid white;
    border-collapse: separate !important;
    overflow: hidden;
    font-family: 'microsoft jhenghei' , sans-serif;
    color: Black;
}

.dxgvHeader
{
    cursor: pointer;
    white-space: nowrap;
    padding: 1px 6px;
    border: 1px solid white;
    background: rgb(0, 51, 153) repeat-x left top;
    background-color: rgb(0, 51, 153);
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    font-family: 'microsoft jhenghei' , sans-serif;
}
.dxgvHeader, .dxgvHeader table
{
    color: white;
    background-color: rgb(0, 51, 153);
    font-family: 'microsoft jhenghei' , sans-serif;
}
.dxgvHeader td
{
    padding: 2px;
    border: solid 1px rgb(0, 51, 153);
    color: white;
    font-family: 'microsoft jhenghei' , sans-serif;
}
.dxgvHeader a
{
    color: white;
    text-decoration: underline;
}

.dxgvDataRow td.dxgv
{
    overflow: hidden;
    border-bottom: 1px Solid white;
    border-right: 1px Solid white;
    border-top-width: 0;
    border-left-width: 0;
    background-color: #f6f6f6;
    padding: 1px 12px;
    border: solid 1px white;
    font-family: 'microsoft jhenghei' , sans-serif;
}

.dxgvDataRowAlt td.dxgv
{
    overflow: hidden;
    border-bottom: 1px Solid white;
    border-right: 1px Solid white;
    border-top-width: 0;
    border-left-width: 0;
    background-color: #ebebeb;
    padding: 7px 12px;
    border: solid 1px white;
    font-family: 'microsoft jhenghei' , sans-serif;
}

.dxgvSelectedRow td.dxgv, .dxgvFocusedRow td.dxgv
{
    overflow: hidden;
    border-bottom: 1px Solid white;
    border-right: 1px Solid white;
    border-top-width: 0;
    border-left-width: 0;
    background-color: #a9c5e4;
    padding: 7px 12px;
    border: solid 1px white;
    font-family: 'microsoft jhenghei' , sans-serif;
}

.dxICheckBox
{
    padding-left: 23px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    background-image: url('/tsrc/css/csscheckbox.png');
}

.dxGridView_gvHeaderSortUp
{
    background-position: 0px 0px;
    background-image: url('/tsrc/images/btn_ascending.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 22px;
    height: 24px;
}

.dxGridView_gvHeaderSortDown
{
    background-position: 0px 0px;
    background-image: url('/tsrc/images/btn_decending.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 22px;
    height: 24px;
}

.dxflGroupBoxCaption
{
    font-size: 18px;
    background-color: #FFFFFF;
}

.dxeBase
{
    font-family: "Avenir LT W01 85 Heavy" , 'arial' , sans-serif;
    font-size: 15px;
}

.dxflCaption
{
    font-family: "Avenir LT W01 85 Heavy" , 'arial' , sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.dxflCLLSys dxflItemSys dxflTextItemSys dxflItem NotesandGuidelinesdiv
{
    text-align: justify;
    font-size: 13px;
}
