<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*--------------------------------------------------------------------PASSWORD REMINDER BOX------------------------------------------------------------------------------------*/
.login-popup {
    display: none;
    background: #fff;
    padding: 30px;
    border: 2px solid #ddd;
    font-size: 1.2em;
    position: relative;
    top: 50%;
    left: 48%;
    z-index: 9999999;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
    border-radius: 0px 30px 0px 30px;
    -moz-border-radius: 30px; /* Firefox */
    -webkit-border-radius: 30px; /* Safari, Chrome */
}

#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0.8;
}

#PasswordReminder {
    position: fixed;
    z-index: 9999999;
    background-color: #ffffff;
    width: 90%;
}

.passwordreminder {
    background-color: #fff;
    width: 100%;
}

.modalBackground {
    position:relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 999999;
    background-size: cover;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.9;
}
.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    max-width:500px;
    /*height: 600px;*/
    border-radius: 30px;
    position:relative;
    z-index:9999999;
}
/*--------------------------------------------------------------------PASSWORD REMINDER END------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------THROBBER---------------------------------------------------------------------------------------------*/
#processingMessage {
    position: fixed;
    background-position: center;
    top: 20%;
    left: 23%;
    padding: 25px;
    width: 50%;
    height: 200px;
    color: #fff;
    font-weight: bold;
    z-index: 99999999;
    background-color: #fff;
    border-radius: 50px;
}

#processingBackground {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 99999997;
    background-size: cover;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.9;
}

.processingtext {
    margin: -350px;
    z-index: 999999;
    position: relative;
    background-color: #2481D2;
}

.processingcontainer {
    right: 30%;
    z-index: 99999999;
    border-radius: 50px;
}
/*---------------------------------------------------------------------THROBBER END---------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------ADMIN PANEL START-------------------------------------------------------------------------------------------*/

.adminpanel {
    height: 230px;
    background-color: #b1b1b1;
    color: #ffffff;
    border-radius: 30px;
    border: solid #2481D2;
}

    .adminpanel h3 {
        color: #ffffff;
        padding: 10px 0 0 20px;
    }

.ajax__tab_default {
    width: 100%;
    margin: 0 -10px;
}

    .ajax__tab_default h5 {
        font-weight: bolder;
    }

    .ajax__tab_default .ajax__tab_tab {
        width: 200px;
        padding: 0px;
        text-align: center;
        color: #000000;
        background-color: rgba(0, 0, 0, 0.25);
        border: 1px #000000 solid;
        height: 50px;
        margin-bottom: -4px;
    }

    .ajax__tab_default .ajax__tab_tab {
        background-color: #999;
    }

        .ajax__tab_default .ajax__tab_tab:hover {
            background-color: #507cd1;
        }

        .ajax__tab_default .ajax__tab_tab:active {
            background-color: #000;
        }

.ajax__tab_header {
    padding-top: 0px;
}

.ajax__tab_content {
    background-color: #000;
}

.ajax__tab_body {
    background-color: #b1b1b1;
    padding-top: 50px;
}

    .ajax__tab_body .grid {
        width: 100%;
        background-color: #FFD82A;
    }

#AdministrativePanel .form_label {
    font-weight: bolder;
    color: #000000;
    margin: 0 5px;
}

#AdministrativePanel .inputs {
    max-width: 60%;
    height: 25px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9D9E9E;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    float: right;
}

    #AdministrativePanel .inputs:focus {
        background: #DFE9EC;
        color: #414848;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
        outline: 0;
    }

    #AdministrativePanel .inputs:hover {
        background: #DFE9EC;
        color: #414848;
    }

#AdministrativePanel .medium_button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #999;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #000;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 35px;
    line-height: 30px;
    width: 100px;
    text-decoration: none;
    text-align: center;
    clear: both;
}

    #AdministrativePanel .medium_button:hover {
        background: #FFD82A;
    }

#AdministrativePanel table {
    color: #FFD82A;
}

.gvUsers {
    background-color: #000;
}
/*------------------------------------------------------------------ADMIN PANEL END-------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------SSN SEARCH BEGIN------------------------------------------------------------------------------------------*/

.completionList {
    border: solid 1px #444444;
    font-size: 12px;
    overflow: auto;
    text-align: left;
    background-color: #fff;
    margin: 0 0;
    z-index: 99999999999;
}

.listItem {
    color: #1C1C1C;
}

.itemHighlighted {
    background-color: #2481D2;
    font-size: 12px;
    color: #fff;
}
/*------------------------------------------------------------------SSN SEARCH END--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------POP UP LOGIN--------------------------------------------------------------------------------------------*/

.arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #ECF0F1;
    position: absolute;

    margin: 45px 0 0 1100px;
}

.resources {
    width: 770px;
}

.login {
    position: relative;
    width: 350px;
    display:none;
    z-index: 9;
    background-color:#000;
}



.formholder {
    background: #D1D1D1;
    width: 440px;
    border-radius: 5px;
    margin: 60px 0 0 750px;
    position: absolute;
}

.randompad {
    padding: 10px 10px 10px 10px;
    z-index: 111111;
    position: relative;
}

.loginfooterbtn {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #D1D1D1;
    text-indent: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 50px;
    line-height: 30px;
    width: 188px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    clear: both;
    vertical-align: middle;
}

    .loginfooterbtn:hover {
        background-color: #FFBB16;
    }

ul.child-login {
    display: none;
}
/*-------------------------------------------------------------------BASICS---------------------------------------------------------------------------------------------*/
.fill_100 {
    height: 100px;
}

.fill_200 {
    height: 200px;
}

.fill_300 {
    height: 300px;
}

.fill_400 {
    height: 400px;
}

.fill_500 {
    height: 500px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}




.sitecolor-bg1 {
    background-color: #000063;
}

.textalign {
    text-align: center;
}

.UserRegReq {
    background-color: yellow;
    color: #000;
}

.searchHint {
    position: relative;
    top: -20px;
    width: 300px;
    height: 200px;
    padding: 0px;
    color: #fff;
    background: #414848;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 0 16px 16px 16px;
    -webkit-box-shadow: 2px 2px 10px 0px #616161;
    -moz-box-shadow: 2px 2px 10px 0px #616161;
    box-shadow: 2px 2px 10px 0px #616161;
    overflow-y: hidden;
}
/*--------------------GRIDVIEW STYLE-----------------------------------*/
.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 10px solid #006699;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

    .datagrid table td, .datagrid table th {
        padding: 3px 10px;
    }

    .datagrid table thead th {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
        background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
        background-color: #006699;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        border-left: 3px solid #0070A8;
    }

        .datagrid table thead th:first-child {
            border: none;
        }

    .datagrid table tbody td {
        color: #00557F;
        border-left: 1px solid #E1EEF4;
        font-size: 13px;
        font-weight: normal;
    }

    .datagrid table tbody .alt td {
        background: #E1EEf4;
        color: #00557F;
    }

    .datagrid table tbody td:first-child {
        border-left: none;
    }

    .datagrid table tbody tr:last-child td {
        border-bottom: none;
    }

    .datagrid table tfoot td div {
        border-top: 1px solid #006699;
        background: #E1EEf4;
    }

    .datagrid table tfoot td {
        padding: 0;
        font-size: 12px;
    }

        .datagrid table tfoot td div {
            padding: 2px;
        }

        .datagrid table tfoot td ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: right;
        }

    .datagrid table tfoot li {
        display: inline;
    }

        .datagrid table tfoot li a {
            text-decoration: none;
            display: inline-block;
            padding: 2px 8px;
            margin: 1px;
            color: #FFFFFF;
            border: 1px solid #006699;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
            background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
            background-color: #006699;
        }

    .datagrid table tfoot ul.active,
    .datagrid table tfoot ul a:hover {
        text-decoration: none;
        border-color: #00557F;
        color: #FFFFFF;
        background: none;
        background-color: #006699;
    }

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
    position: fixed !important;
}

#pswd_info {
    position: absolute;
    bottom: -75px;
    bottom: -115px\9; /* IE Specific */
    right: 55px;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    #pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

    #pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.invalid {
    background: url(../images/invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url(../images/valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}
.blur{  
  color: transparent;  
  text-shadow: 0 0 3px rgba( 0, 0, 0, 0.5);  
} 

a.blurry-links{  
  color:red;  
}  
a.blurry-links:hover{  
  color: transparent;  
  text-shadow: 0 0 3px rgba( 0, 0, 0, 0.5);  
} 
</pre></body></html>