.ma-container {
    color: #000;
    border: 1px solid #333;
    background-color: #fff;
    position: absolute;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
    height: 300px;
    z-index: 1005;
}
.ma-container ul {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
}
.ma-container li {
    //padding: 2px 5px;
    line-height: 16px;
    cursor: pointer;
    float: left;
    width: 100%;
    overflow: hidden;
}
.ma-container .ma-hover {
    color: #fff;
    background-color: #F07B05 !important;
}
.ma-container .ma-odd {
}
.ma-container .ma-even {
    background-color: #efefef;
}
.ma-loading {
    background-color: #fafba4;
}
.ma-selected {
    background-color: #81ccdd;
}

.mt_control_add,
.mt_control_change,
.mt_control_remove,
.mt_control_up,
.mt_control_down {
    height: 15px;
    margin-left: 4px;
    width: 15px;
    overflow: hidden;
    display: inline-block;
}

.mt_control_add {
    background: url(/static/images/icons/add_filter.gif);
}

.mt_control_change {
    background: url(/static/images/icons/change_control.png);
}

.mt_control_remove {
    background: url(/static/images/icons/remove_filter.gif);
}

.mt_control_up {
    background: url(/static/images/icons/up_control.png);
}

.mt_control_down {
    background: url(/static/images/icons/down_control.png);
}
