/* Named User Modal DIVs */
/* Layout */

div.named_users_modal {
    width: 53em;
    top: 10%;
    bottom: 10%;
    min-height: 20em;
}

div.named_users_narrow_modal {
    width: 27em;
}

div.resizable_modal_top {
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    height: 6em;
}


div.named_users_modal_small_top div.resizable_modal_top {
    height: 3em;
}

div.resizable_modal_middle {
    position: absolute;
    left: 1em;
    right: 1em;
    top: 7em;
    bottom: 8em;
    min-height: 4em;
}

div.named_users_modal_small_top div.resizable_modal_middle {
    top: 4em;
}

div.resizable_modal_bottom {
    position: absolute;
    left: 1em;
    right: 1em;
    bottom: 1em;
    height: 5em;
}

/* Styles for entire modal dialog */
div.named_users_modal label.header {
    display: block;
    font-weight: bold;
}

/* Styles for sections of modal dialog */
div.resizable_modal_middle h4.header {
    float: none;
}

div.named_users_modal .full_height {
    position: absolute;
    height: 100%;
    width: 23em;
}

div.resizable_modal_bottom div.list_controls {
    width: 100%;
    height: 2em;
}

div.named_users_modal input.import_file {
    width: 30em;
}

div.help_window {
    z-index: 8000;
    width: 50em;
    top: 14%;
    left: 51%;
}

ul.import_results {
    border: solid 1px gray;
    background-color: white;
    overflow-y: scroll;
    height: 100%;
    width: 53em;
    margin: 0;
    padding: 0;
}

ul.import_results li span {
    margin-left: 0.125em;
    margin-right: 0.125em;
}

