.EUICustomList {
    border: #000 1px solid;
    padding: 0px;
    width: 99%;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    }

.EUICustomListItem {
    height: 20px;
    line-height: 17px;
    background-color: #fff;
    }

.EUICustomListItem * {
    height: 20px;
    line-height: 20px;
    }

.EUICustomListOpzC {
    padding-right: 0;
    padding-left: 2px;
    float: left;
    width: auto;
    }

.EUICustomListOpzT {
    float: left;
    width: auto;
    cursor: pointer;
    font-family: Verdana;
    font-size: 9pt;
    text-align: left;
    color: #000;
    }

.EUICustomListOpzT:hover {
    color: #048;
    }

.EUICustomListOpzWH {
    width: 17px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    }

.EUICustomListOpz {
    cursor: pointer;
    }

.EUICustomListPad {}

.EUICustomListSelected {
    background-color: #ccf;
    color: #048;
    }

.EUICustoMlistField {
    width: 100px;
    font-size: 9pt;
    float: left;
    overflow: hidden;
    text-align: left;
    color: #000;
    cursor: pointer;
    height: 20px;
    line-height: 17px;
    }

.EUICustoMlistFieldIMG {
    width: 17px;
    height: 20px;
    font-size: 9pt;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    line-height: 16px;
    }

.EUICustoMlistFieldIMG img {
    width: 16px;
    height: 16px;
    }


.CustomList_Header {
    margin: 0;
    padding: 0;
    position: relative;
    height: 2em;
    width: 100%;
    overflow: hidden;
    border: #000 1px solid;
    border-bottom: none;
}

.CustomList_Header .AppXHeader {
    position: absolute;
    height: 2em;
    text-align: center;
    border-right: #ccc 1px solid;
    overflow: hidden;
    font-weight: bold;
    font-size: 9pt;
    background: #cef;
    color: 0;
    padding-top: 2pt;
}

.CustomList_Header .AppXHeader.AppXLeft {
    text-align: left;
    padding-left: 2pt;
}

.EUICustoMlistFieldMUL {
    width: 17px;
    height: 20px;
    font-size: 9pt;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    line-height: 16px;
    border: #ccc 1px solid;
    border-left: none;
    border-top: none;
}

.EUICustoMlistFieldMUL .EUICustomList_MI {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: no-repeat center;
    background-size: 16px;
}



