﻿
/*master*/
/*this is when we are logged out*/
#ctl00_master_body .home, 
#ctl00_master_body .plans, 
#ctl00_master_body .profile,
#ctl00_master_body .account, /*--> change to participantBilling*/
#ctl00_master_body .customerCare, 
#ctl00_master_body .groupHealth,
#ctl00_master_body .totalFringe,
#ctl00_master_body .retirement,
#ctl00_master_body .enrollment,
#ctl00_master_body .producerSSO,
#ctl00_master_body .notPlans,
#ctl00_master_body .notProfile,
#ctl00_master_body .notAccount, /*--> change to notParticipantBilling?*/
#ctl00_master_body .notCustomerCare,
#ctl00_master_body .notGroupHealth,
#ctl00_master_body .notRetirement,
#ctl00_master_body .notTotalFringe,
#ctl00_master_body .notParticipant,/*--> change to participant health*/
#ctl00_master_body .notEnrollment,
#ctl00_master_body .notAdministration
{
	display:none;
}

/*nav bottom*/

#nav_bottom .home,
#nav_bottom .plans,
#nav_bottom .profile,
#nav_bottom .account,
#nav_bottom .customerCare, 
#nav_bottom .groupHealth,
#nav_bottom .retirement,
#nav_bottom .producerSSO,
#nav_bottom .totalFringe,
#nav_bottom .participantProfile,
#nav_bottom .administration
{
	background-color:Transparent;
	color:#6e6e6e;
	display:inline;
}

#nav_bottom a:hover
{
	background-color:Transparent;
	display:inline;
}

/*nav top*/
#nav_top .home,
#nav_top .plans,
#nav_top .profile,
#nav_top .account,
#nav_top .customerCare, 
#nav_top .groupHealth,
#nav_top .retirement,
#nav_top .producerSSO,
#nav_top .totalFringe,
#nav_top .participant,
#nav_top .administration
{
	
}

/*administration active*/
/*hides all linkbuttons that are not part of the groupHealth group*/
#ctl00_ucSubNavigation_linkCommunications .notAdministration
{
	display:none;
}
/*sets 'Administration' as active linkbutton for these pages*/
#ctl00_ucSubNavigation_linkCommunications #nav_top .administration
{
	background:#000;
	color:#fff;
}





/*grouphealth active*/
/*hides all linkbuttons that are not part of the groupHealth group*/
#ctl00_ucSubNavigation_linkLookUp .notGroupHealth,
#ctl00_ucSubNavigation_linkEmployeeList .notGroupHealth,
#ctl00_ucSubNavigation_linkAddEditCensus .notGroupHealth,
#ctl00_ucSubNavigation_linkGroupInfoSummary .notGroupHealth,
#ctl00_ucSubNavigation_linkPasswordReset .notGroupHealth,
#ctl00_ucSubNavigation_linkPayment .notGroupHealth,
#ctl00_ucSubNavigation_linkUploadOther .notGroupHealth,
#ctl00_ucSubNavigation_linkReports .notGroupHealth,
#ctl00_ucSubNavigation_linkTelevantage .notGroupHealth,
#ctl00_ucSubNavigation_linkMonthlyBilling .notGroupHealth
{
	display:none;
}
/*sets 'GroupHealth' as active linkbutton for these pages*/
#ctl00_ucSubNavigation_linkLookUp #nav_top .groupHealth,
#ctl00_ucSubNavigation_linkEmployeeList #nav_top .groupHealth,
#ctl00_ucSubNavigation_linkAddEditCensus #nav_top .groupHealth,
#ctl00_ucSubNavigation_linkGroupInfoSummary #nav_top .groupHealth,
#ctl00_ucSubNavigation_linkPasswordReset #nav_top .groupHealth,
#ctl00_ucSubNavigation_linkPayment #nav_top .groupHealth,
#ctl00_ucSubNavigation_linkUploadOther #nav_top .groupHealth,
#ctl00_ucSubNavigation_linkReports #nav_top .groupHealth,
#ctl00_ucSubNavigation_linkTelevantage #nav_top .groupHealth,
#ctl00_ucSubNavigation_linkMonthlyBilling  #nav_top .groupHealth
{
	background:#000;
	color:#fff;
}

/*Plans active*/
/*hides all linkbuttons that are not part of the plans group*/
#ctl00_ucSubNavigation_linkPlanHistory .notPlans
{
	display:none;
}

#ctl00_ucSubNavigation_linkPlanHistory #nav_top .plans
{
	background:#000;
	color:#fff;
}

/*Profile via Participant Account active*/
/*hides all linkbuttons that are not part of the profile group*/
#ctl00_ucSubNavigation_linkProfile .notProfile,
#ctl00_ucSubNavigation_linkUserAccount .notProfile,
#ctl00_ucSubNavigation_linkParticipantCensus .notParticipant,
#ctl00_ucSubNavigation_linkParticipantsPasswordReset  .notProfile,
#ctl00_ucSubNavigation_linkNotificationTypes .notProfile
{
	display:none;
}

#ctl00_ucSubNavigation_linkProfile #nav_top .profile,
#ctl00_ucSubNavigation_linkUserAccount #nav_top .profile,
#ctl00_ucSubNavigation_linkParticipantsPasswordReset #nav_top .profile,
#ctl00_ucSubNavigation_linkNotificationTypes #nav_top .profile
{
	background:#000;
	color:#fff;
}



/*Billing via administrator account*/
/*hides all linkbuttons that are not part of the participant billing group*/
#ctl00_ucAdminViewParticipantNavigation_linkPayMissedPremium .notParticipantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkCCProfile .notParticipantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkBillingHistory .notParticipantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkNotifications .notParticipantBilling
{
    display: none;
}

#ctl00_ucAdminViewParticipantNavigation_linkPayMissedPremium #nav_top .participantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkCCProfile #nav_top .participantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkBillingHistory #nav_top .participantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkNotifications #nav_top .participantBilling
{
    background:#000;
	color:#fff;
}

#ctl00_ucSubNavigation_linkParticipantPlans #nav_top .notParticipantPlans,
#ctl00_ucSubNavigation_linkParticipantCustomerCare #nav_top .notParticipantCustomerCare,
#ctl00_ucSubNavigation_linkParticipantLoanSummary #nav_top .notParticipantLoanSummary
{
    display:none;
}


/*Account/ParticipantBilling active*/
/*hides all linkbuttons that are not part of the account group*/
#ctl00_ucSubNavigation_linkPayMissedPremium .notAccount,
#ctl00_ucSubNavigation_linkCCProfile .notAccount,
#ctl00_ucSubNavigation_linkBillingHistory .notAccount,
#ctl00_ucSubNavigation_linkNotifications .notAccount
{
	display:none;
}

#ctl00_ucSubNavigation_linkPayMissedPremium #nav_top .account,
#ctl00_ucSubNavigation_linkCCProfile #nav_top .account,
#ctl00_ucSubNavigation_linkBillingHistory #nav_top .account,
#ctl00_ucSubNavigation_linkNotifications #nav_top .account
{
	background:#000;
	color:#fff;
}

/*Customer care active*/
/*hides all linkbuttons that are not part of the customercare group*/
#ctl00_ucSubNavigation_linkFAQ .notCustomerCare
{
	display:none;
}

#ctl00_ucSubNavigation_linkFAQ #nav_top .customerCare
{
	background:#000;
	color:#fff;
}


/*retirement*/
/*hides all linkbuttons that are not part of the retirement group*/
#ctl00_ucSubNavigation_linkRetirementLookupParticipant .notRetirement,
#ctl00_ucSubNavigation_linkRetirementEnrolledEmployees .notRetirement,
#ctl00_ucSubNavigation_linkRetirementAdminPassReset .notRetirement,
#ctl00_ucSubNavigation_linkRetirementFileUpload .notRetirement,
#ctl00_ucSubNavigation_linkRetirementPayment .notRetirement,
#ctl00_ucSubNavigation_linkPlanInformation .notRetirement,
#ctl00_ucSubNavigation_linkRetirementTrainingVideos .notRetirement
{
	display:none;
}

#ctl00_ucSubNavigation_linkRetirementLookupParticipant .retirement,
#ctl00_ucSubNavigation_linkRetirementEnrolledEmployees .retirement,
#ctl00_ucSubNavigation_linkRetirementAdminPassReset .retirement,
#ctl00_ucSubNavigation_linkRetirementFileUpload #nav_top .retirement,
#ctl00_ucSubNavigation_linkRetirementPayment #nav_top .retirement,
#ctl00_ucSubNavigation_linkPlanInformation #nav_top .retirement,
#ctl00_ucSubNavigation_linkRetirementTrainingVideos #nav_top .retirement
{
	background:#000;
	color:#fff;
}


/*total Fringe*/
/*hides all linkbuttons that are not part of the total fringe group*/
#ctl00_ucSubNavigation_linkTotalFringeFileUpload .notTotalFringe,
#ctl00_ucSubNavigation_linkTotalFringePayment .notTotalFringe
{
	display:none;
}

#ctl00_ucSubNavigation_linkTotalFringeFileUpload #nav_top .totalFringe,
#ctl00_ucSubNavigation_linkTotalFringePayment #nav_top .totalFringe
{
	background:#000;
	color:#fff;
}

/*administration */
/*hides all linkbuttons that are not part of the admin group*/
#ctl00_ucSubNavigation_linkManageServiceRequest .notAdministration,
#ctl00_ucSubNavigation_linkCommunications .notAdministration
{
	display:none;
}

#ctl00_ucSubNavigation_linkManageServiceRequest #nav_top .administration,
#ctl00_ucSubNavigation_linkCommunications #nav_top .administration
{
	background:#000;
	color:#fff;
}

/*participant health plans/customer care - no sub tabs - via non-participant user account*/
/*hides all linkbuttons that are not part of the total fringe group*/
#ctl00_ucSubNavigation_linkParticipantPlans .notParticipantPlans,
#ctl00_ucSubNavigation_linkParticipantCustomerCare .notParticipantCustomerCare,
#ctl00_ucSubNavigation_linkParticipantCensus .notParticipantCensus,
#ctl00_ucSubNavigation_linkParticipantLoanSummary .notParticipantLoanSummary
{
	display:none;
}

#ctl00_ucSubNavigation_linkLookUp #nav_top .participantLookUp,
#ctl00_ucSubNavigation_linkParticipantPlans #nav_top .participantPlans,
#ctl00_ucSubNavigation_linkParticipantCustomerCare #nav_top .participantCustomerCare,
#ctl00_ucSubNavigation_linkParticipantCensus #nav_top .participantCensus,
#ctl00_ucSubNavigation_linkParticipantLoanSummary  #nav_top .participantLoanSummary
{
	background:#000;
	color:#fff;
}

/*participant health Profile via non-participant user account*/
/*hides all linkbuttons that are not part of the total fringe group*/
#ctl00_ucAdminViewParticipantNavigation_linkProfile .notParticipantProfile,
#ctl00_ucAdminViewParticipantNavigation_linkParticipantsPasswordReset .notParticipantProfile,
#ctl00_ucAdminViewParticipantNavigation_linkNotificationTypes .notParticipantProfile
{
    display: none;
}
/*
#ctl00_ucAdminViewParticipantNavigation_linkProfile #nav_top .participantProfileGeneral,
#ctl00_ucAdminViewParticipantNavigation_linkParticipantsPasswordReset #nav_top .participantPasswordReset,
#ctl00_ucAdminViewParticipantNavigation_linkNotificationTypes #nav_top .participantNotifications,
*/
#ctl00_ucAdminViewParticipantNavigation_linkProfile #nav_top .participantProfile,
#ctl00_ucAdminViewParticipantNavigation_linkParticipantsPasswordReset #nav_top .participantProfile,
#ctl00_ucAdminViewParticipantNavigation_linkNotificationTypes #nav_top .participantProfile
{
   background:#000;
	color:#fff;
}

/*participant health Billing via non-participant user account*/
/*hides all linkbuttons that are not part of the total fringe group*/
#ctl00_ucAdminViewParticipantNavigation_linkPayMissedPremium .notParticipantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkCCProfile #nav_top .notParticipantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkBillingHistory #nav_top .notParticipantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkNotifications #nav_top .notParticipantBilling
{
    display: none;   
}
/*
#ctl00_ucAdminViewParticipantNavigation_linkPayMissedPremium #nav_top .participantBillingMissedPremium,
#ctl00_ucAdminViewParticipantNavigation_linkCCProfile #nav_top .participantBillingPaymentMethod,
#ctl00_ucAdminViewParticipantNavigation_linkBillingHistory #nav_top .participantBillingHistory,
#ctl00_ucAdminViewParticipantNavigation_linkNotifications #nav_top .participantBillingNotifications,
*/
#ctl00_ucAdminViewParticipantNavigation_linkPayMissedPremium #nav_top .participantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkCCProfile #nav_top .participantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkBillingHistory #nav_top .participantBilling,
#ctl00_ucAdminViewParticipantNavigation_linkNotifications #nav_top .participantBilling
{
    background:#000;
	color:#fff;
}

/*enrollment*/
/*hides all linkbuttons that are not part of the enrollment group*/
#ctl00_ucSubNavigation_linkPlan .notEnrollment,
#ctl00_ucSubNavigation_linkOptionals  .notEnrollment,
#ctl00_ucSubNavigation_linkDependents .notEnrollment,
#ctl00_ucSubNavigation_linkBeneficiaries .notEnrollment,
#ctl00_ucSubNavigation_linkCreditCard .notEnrollment,
#ctl00_ucSubNavigation_linkSummary .notEnrollment
{
	display:none;
}

#ctl00_ucSubNavigation_linkPlan #nav_top .enrollment,
#ctl00_ucSubNavigation_linkOptionals  #nav_top .enrollment,
#ctl00_ucSubNavigation_linkDependents #nav_top .enrollment,
#ctl00_ucSubNavigation_linkBeneficiaries #nav_top .enrollment,
#ctl00_ucSubNavigation_linkCreditCard #nav_top .enrollment,
#ctl00_ucSubNavigation_linkSummary #nav_top .enrollment
{
	background:#000;
	color:#fff;
}

/*top only*/
/*hides all linkbuttons that are not part of the top_nav group*/
#ctl00_ucTopNavigation_linkPlans #nav_top .sub_nav,
#ctl00_ucTopNavigation_linkPlans #nav_top .tab_nav
{
	display:none;
}

#ctl00_ucTopNavigation_linkPlans #nav_top .plans
{
	background:#000;
	color:#fff;
}

/*top only*/
/*hides all linkbuttons that are not part of the top_nav group*/
#ctl00_ucTopNavigation_linkHome #nav_top .sub_nav,
#ctl00_ucTopNavigation_linkHome #nav_top .tab_nav
{
	display:none;
}

#ctl00_ucTopNavigation_linkHome #nav_top .home
{
	background: #000; /* Old browsers */
	color:#fff;
}

/*top only*/
/*hides all linkbuttons that are not part of the top_nav group*/
#ctl00_ucTopNavigation_linkParticipant #nav_top .sub_nav,
#ctl00_ucTopNavigation_linkParticipant #nav_top .tab_nav
{
	display:none;
}

/*default*/
#default .home, 
#default .plans, 
#default .profile,
#default .account, 
#default .customerCare, 
#default .groupHealth,
#default .retirement,
#default .enrollment,
#default .totalFringe,
#default .notPlans,
#default .notProfile,
#default .notAccount,
#default .notCustomerCare,
#default .notGroupHealth,
#default .notRetirement,
#default .notTotalFringe,
#default .notParticipant,
#default .notEnrollment,
#default .hideOnDefault,
#default .administration
{
	display:none;
}


#ctl00_default .home, 
#ctl00_default .plans, 
#ctl00_default .profile,
#ctl00_default .account, 
#ctl00_default .customerCare, 
#ctl00_default .groupHealth,
#ctl00_default .retirement,
#ctl00_default .enrollment,
#ctl00_default .totalFringe,
#ctl00_default .notPlans,
#ctl00_default .notProfile,
#ctl00_default .notAccount,
#ctl00_default .notCustomerCare,
#ctl00_default .notGroupHealth,
#ctl00_default .notRetirement,
#ctl00_default .notTotalFringe,
#ctl00_default .notParticipant,
#ctl00_default .notEnrollment,
#ctl00_default .hideOnDefault,
#ctl00_default .administration
{
	display:none;
}