<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #095b82;
}

.fieldset_header_container {
    background: #095b82;
}

.fieldset_page_content {
    background-color: #F9FBFC; /*rgba (254, 254, 254, 0.98);*/ /*#F5F7F6;*/
    border: silver 1px none;
}

.div_loginstrip {
    background-color: rgb(212, 232, 242);
}

.span_pagetitle {
    background: #095b82;
}

.fieldset_pagetitle {
    color: #234d7c;
}

.span_dropdown {
    background-color: #095b82;
}

.span_dropdownmenu {
    background-color: #ffffff !important;
}

.span_accessMenu {    
    color: rgb(27, 97, 190) !important;
}

.span_dropdown a {
    color: rgb(27, 97, 190) !important;
}

    .span_dropdown a:hover {
        border-color: #515151 !important;
        background-color: #c3c3c3 !important;
        background-image: -webkit-linear-gradient(top,#e2e2e2 0,#c3c3c3 100%) !important;
        background-image: -moz-linear-gradient(top,#e2e2e2 0,#c3c3c3 100%) !important;
        background-image: -ms-linear-gradient(top,#e2e2e2 0,#c3c3c3 100%) !important;
        background-image: -o-linear-gradient(top,#e2e2e2 0,#c3c3c3 100%) !important;
        background-image: linear-gradient(top,#e2e2e2 0,#c3c3c3 100%) !important;
    }

.span_dropdowntop {
    color: rgb(27, 97, 190) !important;
}

/*Root menu Background gradient*/
div.RadMenu_Default ul.rmRootGroup,
div.RadMenu_Default div.rmRootGroup {
    background: #234d7c;
}

html .RadMenu_Default a.rmLink {
    background-color: #234d7c;
}

    html .RadMenu_Default a.rmLink:hover .rmText,
    html .RadMenu_Default a.rmFocused .rmText,
    html .RadMenu_Default a.rmSelected .rmText,
    html .RadMenu_Default a.rmExpanded .rmText {
        color: rgb(27, 97, 190);
    }

div.RadMenu_Default,
div.RadMenu_Default a.rmLink {
    color: #666677;
}
/*Sub menu Items text color*/
.RadSiteMap_Default .rsmOneLevel .rsmLink,
.RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink,
.RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink,
.RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink {
    color: rgb(27, 97, 190) !important;
}

fieldset legend:after {
    background: #F9FBFC;
}

.fieldset_login_nonfepsuser legend:after
{
    background: rgb(212, 232, 242) !important;
}

.fieldset_criteriadisplay {
    /*border: 1px solid rgb(48, 173, 231); */
}

.fieldset_border {
    border: 1px solid rgb(48, 173, 231);
}

div[id$='_oReportDiv'] {
    background-color: #F9FBFC !important;
}

div[id$='1_oReportDiv'] {
    background-color: #F9FBFC !important;
}

    div[id$='1_oReportDiv'][table] {
        background-color: #F9FBFC !important;
    }

div[id$='_NR'] {
    background-color: #F9FBFC !important;
}

.btn_feps:hover, .darkBtn_feps:hover {
    color: rgb(8,8,8);
}

.btn_feps {
    -webkit-box-shadow: 0px 0.5px rgb(184, 182, 182), /* gradient effects */ 0px 0.5px rgb(131, 131, 131), 0px 1px rgb(117, 116, 116), 0px 2px rgb(107, 107, 107), 0px 3px rgb(97, 95, 95), 0px 4px rgb(106, 104, 104), 0px 8px 2px -1px rgb(182, 182, 182);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    background-color: #e5f9ef;
    background:
    /* gloss gradient */ -webkit-gradient( linear, left bottom, left top, color-stop(50%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0.2))),
    /* dark outside gradient */
    -webkit-gradient( linear, left top, right top, color-stop(0%,#2377ca), color-stop(20%,#ddebfa), color-stop(80%,#d9e8f7), color-stop(100%,rgba(210,210,210,0.3))),
    /* light inner gradient */
    -webkit-gradient( linear, left top, right top, color-stop(0%,#c3d7fa), color-stop(20%,#bbd7f6), color-stop(80%,#1166b8), color-stop(100%,#2377ca)),
    /* diagonal line pattern */
    -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,0)), color-stop(40%,rgba(254, 254, 254, 0.98)), color-stop(60%,rgba(254, 254, 254, 0.98)), color-stop(80%,#d0e1f2), color-stop(100%,rgba(255,255,255,0)));
    background: /* gloss gradient */ linear-gradient(to top, rgba(255,255,255,0) 50%,#0C577A 50%,rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.2) 100%),
    /* dark outside gradient */ linear-gradient(to right,#2377ca 0%,#ddebfa 20%, #d9e8f7 80%, rgba(210,210,210,0.3) 100%),
    /* light inner gradient */ linear-gradient(to right,#c3d7fa 0%,#bbd7f6 20%,#1166b8 80%, #2377ca 100%),
    /* diagonal line pattern */ linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(254, 254, 254, 0.98) 40%,rgba(254, 254, 254, 0.98) 60%, #d0e1f2 80%, rgba(255,255,255,0)100%);
    background: /* gloss gradient */ -ms-linear-gradient(to top, rgba(255,255,255,0) 50%,#0C577A 50%,rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.2) 100%),
    /* dark outside gradient */ -ms-linear-gradient(to right,#2377ca 0%,#ddebfa 20%, #d9e8f7 80%, rgba(210,210,210,0.3) 100%),
    /* light inner gradient */ -ms-linear-gradient(to right,#c3d7fa 0%,#bbd7f6 20%,#1166b8 80%, #2377ca 100%),
    /* diagonal line pattern */ -ms-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(254, 254, 254, 0.98) 40%,rgba(254, 254, 254, 0.98) 60%, #d0e1f2 80%, rgba(255,255,255,0)100%);
     background: /* gloss gradient */ -moz-linear-gradient(to top, rgba(255,255,255,0) 50%,#0C577A 50%,rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.2) 100%),
    /* dark outside gradient */ -moz-linear-gradient(to right,#2377ca 0%,#ddebfa 20%, #d9e8f7 80%, rgba(210,210,210,0.3) 100%),
    /* light inner gradient */ -moz-linear-gradient(to right,#c3d7fa 0%,#bbd7f6 20%,#1166b8 80%, #2377ca 100%),
    /* diagonal line pattern */ -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(254, 254, 254, 0.98) 40%,rgba(254, 254, 254, 0.98) 60%, #d0e1f2 80%, rgba(255,255,255,0)100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095b82', endColorstr='#7FD4FF',GradientType=0 ); /* IE6-9 */
    transition: -webkit-box-shadow .1s ease-in-out;
    box-shadow: 0px 0.5px rgb(184, 182, 182), /* gradient effects */ 0px 0.5px rgb(131, 131, 131), 0px 1px rgb(117, 116, 116), 0px 2px rgb(107, 107, 107), 0px 3px rgb(97, 95, 95), 0px 4px rgb(106, 104, 104), 0px 8px 2px -1px rgb(182, 182, 182);
    color: #1b65aa;
    text-shadow: 0px 1px #fff, 0px -1px #262F33;
}

.darkBtn_feps {
    -webkit-box-shadow: 0px 0.5px rgb(184, 182, 182), /* gradient effects */ 0px 0.5px rgb(131, 131, 131), 0px 1px rgb(117, 116, 116), 0px 2px rgb(107, 107, 107), 0px 3px rgb(97, 95, 95), 0px 4px rgb(106, 104, 104), 0px 8px 2px -1px rgb(182, 182, 182);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    background-color: #e5f9ef;
    background:
    /* gloss gradient */ -webkit-gradient( linear, left bottom, left top, color-stop(50%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0.2))),
    /* dark outside gradient */
    -webkit-gradient( linear, left top, right top, color-stop(0%,#2377ca), color-stop(20%,#ddebfa), color-stop(80%,#d9e8f7), color-stop(100%,rgba(210,210,210,0.3))),
    /* light inner gradient */
    -webkit-gradient( linear, left top, right top, color-stop(0%,#c3d7fa), color-stop(20%,#bbd7f6), color-stop(80%,#1166b8), color-stop(100%,#2377ca)),
    /* diagonal line pattern */
    -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,0)), color-stop(40%,rgba(254, 254, 254, 0.98)), color-stop(60%,rgba(254, 254, 254, 0.98)), color-stop(80%,#d0e1f2), color-stop(100%,rgba(255,255,255,0)));
    background: /* gloss gradient */ linear-gradient(to top, rgba(255,255,255,0) 50%,#0C577A 50%,rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.2) 100%),
    /* dark outside gradient */ linear-gradient(to right,#183b73 0%,#ddebfa 20%, #d9e8f7 80%, #183b73 100%),
    /* light inner gradient */ linear-gradient(to right,#c3d7fa 0%,#bbd7f6 20%,#1166b8 80%, #2377ca 100%),
    /* diagonal line pattern */ linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(254, 254, 254, 0.98) 40%,rgba(254, 254, 254, 0.98) 60%, #d0e1f2 80%, rgba(255,255,255,0)100%);
    background: /* gloss gradient */ -ms-linear-gradient(to top, rgba(255,255,255,0) 50%,#0C577A 50%,rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.2) 100%),
    /* dark outside gradient */ -ms-linear-gradient(to right,#2377ca 0%,#ddebfa 20%, #d9e8f7 80%, rgba(210,210,210,0.3) 100%),
    /* light inner gradient */ -ms-linear-gradient(to right,#c3d7fa 0%,#bbd7f6 20%,#1166b8 80%, #2377ca 100%),
    /* diagonal line pattern */ -ms-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(254, 254, 254, 0.98) 40%,rgba(254, 254, 254, 0.98) 60%, #d0e1f2 80%, rgba(255,255,255,0)100%);
    background: /* gloss gradient */ -moz-linear-gradient(to top, rgba(255,255,255,0) 50%,#0C577A 50%,rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.2) 100%),
    /* dark outside gradient */ -moz-linear-gradient(to right,#2377ca 0%,#ddebfa 20%, #d9e8f7 80%, rgba(210,210,210,0.3) 100%),
    /* light inner gradient */ -moz-linear-gradient(to right,#c3d7fa 0%,#bbd7f6 20%,#1166b8 80%, #2377ca 100%),
    /* diagonal line pattern */ -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(254, 254, 254, 0.98) 40%,rgba(254, 254, 254, 0.98) 60%, #d0e1f2 80%, rgba(255,255,255,0)100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095b82', endColorstr='#7FD4FF',GradientType=0 ); /* IE6-9 */
    transition: -webkit-box-shadow .1s ease-in-out;
    box-shadow: 0px 0.5px rgb(184, 182, 182), /* gradient effects */ 0px 0.5px rgb(131, 131, 131), 0px 1px rgb(117, 116, 116), 0px 2px rgb(107, 107, 107), 0px 3px rgb(97, 95, 95), 0px 4px rgb(106, 104, 104), 0px 8px 2px -1px rgb(182, 182, 182);
    color: #1b65aa;
    text-shadow: 0px 1px #fff, 0px -1px #262F33;
}

.IE8_0 .btn_feps, .IE9_0 .btn_feps, .IE8_0 .darkBtn_feps, .IE9_0 .darkBtn_feps {
    text-align: center !important;
    padding: 3px 20px 3px 20px !important;
    color: #ffffff;
}

/*.IE8_0 .btn_feps:hover, .IE9_0 .btn_feps:hover {
    color: rgb(8,8,8);
}*/

.btn_feps:disabled, .btn_feps:disabled:hover, .btn_feps:disabled:active {
    color: #c3c3c3;
}


.btn_pg_feps {
    -webkit-box-shadow: 0px 0.5px rgb(184, 182, 182), /* gradient effects */ 0px 0.5px rgb(131, 131, 131), 0px 1px rgb(117, 116, 116), 0px 2px rgb(107, 107, 107), 0px 3px rgb(97, 95, 95), 0px 4px rgb(106, 104, 104), 0px 8px 2px -1px rgb(182, 182, 182);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    background-color: #e5f9ef;
    background-image: /* gloss gradient */ -webkit-gradient( linear, left bottom, left top, color-stop(50%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0.2))),
    /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%,rgba(114, 110, 110, 0.3)), color-stop(20%,rgba(130, 128, 128, 0)), color-stop(80%,rgb(251, 247, 247)), color-stop(100%,rgba(105, 103, 103, 0.3))),
    /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(20%,rgba(251, 248, 248, 0.5)), color-stop(80%,rgba(255,255,255,0.5)), color-stop(100%,rgb(243, 245, 243))),
    /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%,rgba(251, 242, 242, 0)), color-stop(40%,#f4f4f4), color-stop(40%,#eee), color-stop(60%,#f4f4f4), color-stop(60%,#eee), color-stop(100%,rgba(253, 247, 247, 0)));
    background: /* gloss gradient */ -ms-linear-gradient(bottom, rgba(255,255,255,0) 50%,#0C577A 50%,rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.2) 100%),
    /* dark outside gradient*/ -ms-linear-gradient(left,rgba(114, 110, 110, 0.3) 0%,rgba(130, 128, 128, 0) 20%, rgb(251, 247, 247) 80%, rgba(105, 103, 103, 0.3) 100%),
    /* light inner gradient*/ -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(251, 248, 248, 0.5) 20%,rgba(255,255,255,0.5) 80%, rgb(243, 245, 243) 100%),
    /*diagonal line pattern*/ -ms-linear-gradient(45deg, rgba(251, 242, 242, 0) 0%, #f4f4f4 40%,#eee 40%,#f4f4f4 60%, #eee 60%, rgba(253, 247, 247, 0) 100%) 0 100%;
    background: /* gloss gradient */ -moz-linear-gradient(bottom, rgba(255,255,255,0) 50%,#0C577A 50%,rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.2) 100%),
    /* dark outside gradient*/ -moz-linear-gradient(left,rgba(114, 110, 110, 0.3) 0%,rgba(130, 128, 128, 0) 20%, rgb(251, 247, 247) 80%, rgba(105, 103, 103, 0.3) 100%),
    /* light inner gradient*/ -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(251, 248, 248, 0.5) 20%,rgba(255,255,255,0.5) 80%, rgb(243, 245, 243) 100%),
    /*diagonal line pattern*/ -moz-linear-gradient(45deg, rgba(251, 242, 242, 0) 0%, #f4f4f4 40%,#eee 40%,#f4f4f4 60%, #eee 60%, rgba(253, 247, 247, 0) 100%) 0 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D1D1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
    transition: -webkit-box-shadow .1s ease-in-out;
    box-shadow: 0px 0.5px rgb(184, 182, 182), /* gradient effects */ 0px 0.5px rgb(131, 131, 131), 0px 1px rgb(117, 116, 116), 0px 2px rgb(107, 107, 107), 0px 3px rgb(97, 95, 95), 0px 4px rgb(106, 104, 104), 0px 8px 2px -1px rgb(182, 182, 182);
    color:#1b65aa;
    text-shadow: 0px 1px #fff, 0px -1px #262F33;
}

    .btn_pg_feps:hover {
        cursor: pointer;
        color: rgb(8,8,8);
    }


    .btn_pg_feps:active {
        top: 2px;
    }

    .btn_pg_feps:disabled, .btn_pg_feps:disabled:hover, .btn_pg_feps:disabled:active {
        color: #c3c3c3;
    }

.btn_login, .btn_login:disabled:hover {
    background: url(../../images/btnLogin.png) no-repeat,url(../../images/btn_gradient_bg.png) repeat-x;
    height: 40px !important;
    background-position: 5px center !important;
    padding-left: 40px !important;
}

    .btn_login:hover {
        background: url(../../images/btnLogin.png) no-repeat,url(../../images/btn_gradient_bg_hover.png) repeat-x;
    }
.btn_chat {
    background: url(../../images/ImgNext_Big.png) no-repeat;
    background-color: #e2e2e2;
}
.btn_img_apply, .btn_img_apply:disabled:hover, .btn_img_apply:hover {
    background: url(../../images/pgBtnapply.png) no-repeat;
}

.processMessageSpan {
    border-color: #095b82;
}

.btn_img_search, .btn_img_search:hover {
    background: url(../../images/pgBtnSearch.png) no-repeat , url(../../images/button_bg.png) repeat-x;
}

/*Dashboard*/
.container_section .header_section, .container_section_favorites .header_section_favorites {
    background: rgb(115, 168, 192);
}

.div_clockinout_timer_wrapper {
    border-right: 2px solid #eee;
}

.div_clockinout {
    border-left: 2px solid rgba(254, 254, 254, 0.98);
}

.div_lastpayperiod {
    border-right: 2px solid #eee;
}

.div_prcalculation {
    border-left: 2px solid rgba(254, 254, 254, 0.98);
    border-right: 2px solid #eee;
}

.div_sbumanagerinfo {
    border-left: 2px solid rgba(254, 254, 254, 0.98);
}

.container_section, .container_section_favorites {
    border: 1px solid rgb(48, 173, 231);
}
.div_sbulinksline {
    border-top: 2px solid #eee;
    border-bottom: 2px solid rgba(254, 254, 254, 0.98);
}

.ribbon_sbuheader {
    background-color: rgb(212, 232, 242);
}

/*---------------TimeClock Activity--------------------------*/
.popupbody_timeclockactivity {
    background-color: #F9FBFC !important; /*#F5F7F6;*/
}</pre></body></html>