<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.userRolesDetailList {
    color: none;
    list-style: none;
    /*width: 100%;*/
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    height: 90%;
    /*min-height: 210px;*/
}

    .userRolesDetailList input { /*background-color: #ccc; /*#FFCC66;*/
        width: 390px;
    margin-top: 0px;
}

    .userRolesDetailList label {
        color: black;
        font-weight: 300;
        width: 200px;
        display: inline-block;
        padding-bottom: 2px;
        padding-top: 5px;

    }

    .userRolesDetailList select textarea {
}

    .userRolesDetailList input select textarea {
        background-color: #fffbd6;
    }

.userRoleDetailsEditContainer {
    min-width: 500px;
}

.leftTwoColumn {
    height: auto;
    float: left;
    width: 50%;
    min-width: 425px;
}

.rightTwoColumn {
    height: auto;
    float: left;
    width: 50%;
    min-width: 425px;
}

.ColOneofFive {
    float: left;
    width: 30%;
    min-width: 100px;
    height: 50%;
    min-height: 200px;
    border: 1px solid limegreen;
}

.ColTwoofFive {
    overflow: hidden;
    float: left;
    width: 5%;
    min-width: 30px;
    height: 50%;
    min-height: 200px;
    border: 1px solid limegreen;
}

.ColThreeofFive {
    float: left;
    width: 30%;
    min-width: 100px;
    height: 50%;
    min-height: 200px;
    border: 1px solid limegreen;
}

.ColFourofFive {
    float: left;
    width: 5%;
    min-width: 70px;
    /*height: 50%;
    min-height: 200px;*/
    border: 1px solid limegreen;
}

.ColFiveofFive {
    float: left;
    width: 29%;
    min-width: 100px;
    height: 50%;
    min-height: 200px;
    border: 1px solid limegreen;
}

.displayLists {
    width:95%;
    min-width:50px;
    height: 95%;
    min-height: 200px;
    display: block;
}

.listlabel {
    width:100%;
    min-width:50px;
}

.empty {
    height: 40%;
    min-height: 200px;
    width: 30%;
    min-width: 100px;
    overflow: hidden;
    float:left;
    height: auto;
    border: 1px solid limegreen;
}

.greenAddRemoveButton  {
    FONT-SIZE: 12px;
    BORDER-TOP: #268a16 1px solid;
    FONT-FAMILY: arial;
    BORDER-RIGHT: #268a16 1px solid;
    BORDER-BOTTOM: #268a16 1px solid;
    FONT-WEIGHT: bold;
    COLOR: #ffffff !important;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
    PADDING-LEFT: 12px;
    FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003300', endColorstr='#336600');
    TEXT-DECORATION: none;
    BORDER-LEFT: #268a16 1px solid;
    DISPLAY: inline-block;
    PADDING-RIGHT: 12px;
    BACKGROUND-COLOR: #003300;
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 1px 1px 0px #2e2e2e;
    float:left;
}

    .greenAddRemoveButton :hover {
        COLOR: white;
        FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr='#458510', endColorstr='#77d42a');
        BACKGROUND-COLOR: #458510;
    }

    .greenAddRemoveButton :active {
        POSITION: relative;
        TOP: 1px;
    }

    .greenAddRemoveButton  A:visited {
        COLOR: red !important;
    }

.greenPagingButtonTop {
    FONT-SIZE: 12px;
    BORDER-TOP: #268a16 1px solid;
    FONT-FAMILY: arial;
    BORDER-RIGHT: #268a16 1px solid;
    BORDER-BOTTOM: #268a16 1px solid;
    COLOR: white;
    PADDING-BOTTOM: 1px;
    PADDING-TOP: 1px;
    PADDING-LEFT: 2px;
    FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003300', endColorstr='#336600');
    TEXT-DECORATION: none;
    BORDER-LEFT: #268a16 1px solid;
    DISPLAY: inline-block;
    PADDING-RIGHT: 2px;
    BACKGROUND-COLOR: #003300;
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 1px 1px 0px #2e2e2e;
    margin-top:50px;
}

    .greenPagingButtonTop:hover {
        FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr='#458510', endColorstr='#77d42a');
        BACKGROUND-COLOR: #458510;
    }

    .greenPagingButtonTop:active {
        POSITION: relative;
        TOP: 1px;
    }

    .greenAddRemoveButtonTop  A:visited {
        COLOR: red !important;
    }



</pre></body></html>