@charset "UTF-8";
/* 
------------------------------
Client Specific
------------------------------
*/
.td_tabactive{ 
    background-color: #FE7F54
}
.td_tabalt{ 
    background-color: #7E7EFE
}
/*Left Panels*/
.new-home-ee h5 a{
color: white !important
}
#homeEEMyProfilePanel a{
color: white !important
}
#homeEEDependentsPanel a{
color: white !important
}
#homeEELifeEventsPanel a{
color: white !important
}


/* [Panel Headers Background and Left Border Color]*/
.portlet-header {
    background: #0066A4 !important;
    border-left: 6px solid #000000 !important;
    box-shadow: 0px 1px 2px rgba(0,0,0,.7) !important;width: auto; /* fixes the extra 6px overhang on the right side of portlet header */
}

/* [Panel Headers Font Color]*/
.portlet-header h5 {
    color: white !important
}

/* [Top Navigation] Font color of top navigation */
#nav-top .nav-top-link,
#nav-top #MasterPage_ctl00_Base_Content_links a,
#chat-tools .chat-tools-phone,
#chat-tools .chat-tools-intro a{
    color:#000000;
}

/* [Main Navigation Bar]  Font color of active navigation tab */
#nav-mainNav a.current{
    color:#ffffff;
}
/* [Main Navigation Bar]  Font color of navigation */
#nav-mainNav a {
    color:#ffffff;
}
/* [Main Navigation Bar] Color of navigation background */
#nav-mainNav{
    background: #0066A4;
    filter: none!important;
}

/* [Main Navigation Bar] Hover color of primary navigation tab */
#nav-mainNav .wrapper-960 > ul li a:hover,
#nav-mainNav .wrapper-960 > ul li a.current,
#nav-mainNav .wrapper-960 > ul li a.active {
  background-color: #000000;
}

/* [Main Navigation Bar] Color of borders between each navigation tabs */
#nav-mainNav .wrapper-960 > ul li a{
  border-right:1px solid #000000;
}
/* [Main Navigation Bar] Far left border */
#nav-mainNav .wrapper-960 > ul > li:first-child > a {
  border-left: 1px solid #000000;
}
/* [Main Navigation Bar] Color of secondary navigation items */
#nav-mainNav .wrapper-960 > ul li > ul li a{
  background-color: #0066A4;
  border-bottom: 1px solid #000000;
}
/* [Main Navigation Bar] Hover color of secondary navigation items [Main Navigation Bar]*/
#nav-mainNav .wrapper-960 > ul li > ul li a:hover,
#nav-mainNav .wrapper-960 > ul li > ul li a.current{
  background-color: #000000; /*#5c6164;*/
}

#nav-tertiary li.selected a {
            background-color: #0066A4;     /* Background color of the selected item */
            color: #ffffff;                                     /* Color of the text of the selected item */
            display: block;
            padding: 5px 3px 5px 15px;
            border-left: 6px solid #0066A4;              /* Color of the left border highlight on the selected item */
}

/* [Library Panel Background]*/
.library-header {
    background: #0066A4
!important;
}

#benefittype-100.benefit-confirmation-panel .plan-content h5.cost-details-header{ display:none; }

