/****************************************************************************

Name: vos.css - BASE version

History:
SR 11/13/2004
AM 11/20/2004 #56492 Added WIA nav bar classes
JE 12/19/2004 #57520 Updated colors
AM 01/02/2007 #46900 Added classes for ucwages.aspx
AM 08/01/2007        Added enrollment classes
YS 09/07/2007 #49205 Added border-color to .datatable td
AM 08/13/2007        Added enrollment wizard class
LB 01/21/2009 #89566 Added MANILA TAB MENU
LC 07/22/2009 107018 Moved enrollment wizard to own css file
KB 06/10/2010        Added gridlines  .datatable th
GH 10/05/2010 #139639 Revisions to datatable for sorting arrow    
NRP 10/01/2010 143375 added smalltabs_drill for folderpages
GH 12/27/2010 #151621 Removed background color on table column names    

' INITIALS 	DATE  		OPC   	COMMENTS
' GH 		01/09/2013 	210176 	Added optionstable styles for LMI specific use 
' JDG       01/14/2014  246812 Added css classes for smaller tabs shown in a control with a gray background
' DR        01/21/2014  246812 Added equal width for tabs_drill_gray td
' JDG       11/17/2014  209491 Tweaks to optionstable styles to improve border rendering in more use cases.
' DR        05/08/2015  296434 Removed -3px margin in fieldset.ADAradiogroup. Fieldset was overlapping bottom border line.
' RRT       09/14/2015  310375 Added style for formbutt:disabled
' JC        01/05/2017  359489 ADA Screen Reader updates to reduce the size of H2 tags
' JC        9/9/2021      703265 ADA tab font size
*****************************************************************************/

/*****************************************************************************
General formatting
*****************************************************************************/



/*****************************************************************************
Form formatting
*****************************************************************************/

.jumplinks
{
    text-align: center;
    padding-top: 2px;
    padding-bottom: 4px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.returnto
{
    background: #024178;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    color: #fff;
}

.formbutt
{
    background: #024178;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    color: #fff;
}

.formbutt:disabled {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

.litebutt
{
    background: #eee;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    color: #000;
}

.ReadOnlyFormTag
{
    background: #eee;
}

/*****************************************************************************
Datatable formatting
*****************************************************************************/


.datatable_res
{
    background: #fff;
    border: 1px solid #ccc;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    color: #000;
}

    .datatable_res th
    {
        background: #fff;
        border: 1px solid #ccc;
        font-family: arial,helvetica,sans-serif;
        font-size: small;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }

    .datatable_res td
    {
        background: #fff;
        border: 1px solid #ccc;
        font-family: arial,helvetica,sans-serif;
        font-size: small;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }

.resumetable
{
    background: #fff;
    border: 1px solid #ccc;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    color: #000;
}

    .resumetable td
    {
        background: #fff;
        font-family: arial,helvetica,sans-serif;
        font-size: small;
        color: #000;
    }

/*****************************************************************************
Optionstable 
*****************************************************************************/

.optionstable {
    background: #ccc;
    border: 2px solid #ccc;
    border-collapse: collapse;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    color: #000;
    vertical-align: top;
}
.optionstable td {
    background: #eee;
    border: 1px solid #ccc;
}
.optionstable td td {
    border: none;
}

/*****************************************************************************
Report formatting
*****************************************************************************/

.report_printbutton
{
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000;
}

.report_header
{
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000;
}

.report_section
{
    font-family: arial,helvetica,sans-serif;
    background: #eee;
    font-size: small;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

.report_td
{
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    color: #000;
}

.report_noprint
{
    display: none;
}

.report_boldunder
{
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

.report_menu
{
    background: #eee;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.report_9002
{
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    font-size: 12px;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    font-family: arial,verdana,tahoma,helvetica,geneva;
    background-color: #cccccc;
}

    .report_9002 TR
    {
        font-size: 12px;
        font-family: arial,helvetica,sans-serif;
        background-color: #eeeeee;
    }

    .report_9002 TD
    {
        font-size: 12px;
        font-family: arial,helvetica,sans-serif;
        background-color: #eeeeee;
    }

    .report_9002 TH
    {
        font-weight: 700;
        font-size: 12px;
        color: #ffffff;
        font-family: arial,helvetica,sans-serif;
        background-color: #241786;
    }

#ctl00_SendReportEmail1_lblEmailSearch {
    margin-left: 5px;
}

/*****************************************************************************
FolderTree/Folder formatting
*****************************************************************************/

.foldertree_parent
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.foldertree_child
{
    display: none;
    margin-left: 16px;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: x-small;
    color: #000;
}

.foldertree_child_item
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: x-small;
    color: #000;
}

.folders
{
    background: #ffffe0;
}

.folder_tab
{
    background: #d2b48c;
}

.folder_tabactive
{
    background: #ffffe0;
}

.folder_div
{
    background: #ffffe0;
}

/*****************************************************************************
My Homepage formatting
*****************************************************************************/

.myhp_header
{
    background: #024178;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    color: #fff;
}

.myhp_contentshell
{
    background: #eee;
    border: 1px solid #ccc;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    color: #000;
}

/******************************************************************************
* ADA Screen Reader
******************************************************************************/
.ada_h2
{
    font-size: small !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

/*****************************************************************************
Sidenav formatting
*****************************************************************************/

#sidemenu
{
    position: absolute;
    z-index: 9999;
    top: 80px;
    left: 0px;
    width: 170px;
    font-family: verdana,arial,helvetica,geneva,sans-serif;
    font-size: 11px;
    color: #000;
}

.sidemenu_Divider
{
    margin: 4px 0px 4px 0px;
    border-top: 1px solid #ccc;
}

.sidemenu_Header
{
    width: 164px;
    padding: 4px 0px 4px 5px;
    font-weight: bold;
}

    .sidemenu_Header a, .sidemenu_Header a:hover
    {
        width: 164px;
        color: #000;
        text-decoration: none;
    }

.sidemenu_Item
{
    width: 164px;
    padding: 4px 0px 4px 5px;
}

    .sidemenu_Item a
    {
        width: 164px;
        color: #000;
        text-decoration: none;
    }

        .sidemenu_Item a:hover
        {
            width: 164px;
            color: #000;
            text-decoration: none;
        }

.sidemenu_Item_offcolor
{
    background: #eee;
    color: #000;
}

.sidemenu_Item_oncolor
{
    background: #ccc;
    color: #000;
}

.sidemenu_Flyout
{
    position: absolute;
    left: 169px;
    width: 100%;
    line-height: 20px;
    background: #eee;
    display: none;
    border: 1px solid #CCC;
}

    .sidemenu_Flyout a
    {
        display: block;
        text-decoration: none;
        color: #000;
        padding-left: 4px;
        padding-right: 4px;
    }

        .sidemenu_Flyout a:hover
        {
            background: #ccc;
            color: #000;
        }

/*****************************************************************************
Tab formatting
*****************************************************************************/

.front_tab, .front_tab a, .front_tab a:hover
{
    padding-top: 2px;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.mini_tab, .mini_tab a, .mini_tab a:hover
{
    padding-top: 2px;
    font-family: arial,helvetica,sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

/*****************************************************************************
Topbar/Footer formatting
*****************************************************************************/

.textlogo
{
    font-family: arial,helvetica,sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #fff;
}

.logocolumns
{
    background: #024178;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    color: #fff;
}

.headercolumns
{
    background: #024178;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    color: #fff;
}

.copyright
{
    font-family: arial,helvetica,sans-serif;
    font-size: x-small;
    color: #000;
}

/*****************************************************************************
Skills Tab formatting - /includes/classes/csupertab_cls.asp
*****************************************************************************/

.tabsTable
{
    background: #ccc;
    margin-bottom: 1px;
}

.tabsText
{
    padding: 2px;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-decoration: none;
}

a.tabsText
{
    color: #000;
    text-decoration: none;
}

    a.tabsText:hover
    {
        color: #C00;
    }

/*****************************************************************************
Front page formatting
*****************************************************************************/

.front_newsheader, .front_newsheader a, .front_newsheader a:hover
{
    background: #05308A;
    padding: 5px;
    border-top: 2px solid #0F44B2;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.front_header, .front_header a, .front_header a:hover
{
    background: #05308A;
    padding: 5px;
    border-top: 2px solid #0F44B2;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.front_content
{
    margin: 0px 0px 0px 12px;
    padding: 5px;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    color: #000;
    text-align: left;
}

.front_news
{
    margin: 0px 0px 5px 0px;
    padding: 5px;
    font-family: arial,helvetica,sans-serif;
    font-size: x-small;
    color: #000;
    text-align: left;
}

.nav_divrule
{
    background: #eee;
    color: #ccc;
}

.nav_logindyn
{
    margin: 10px 0px 5px 0px;
    padding: 0px;
    width: 165px;
    border: 1px solid #ccc;
    font-family: arial,helvetica,sans-serif;
    font-size: x-small;
    color: #000;
    text-align: left;
}

.nav_login
{
    margin: 10px 0px 0px 0px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    font-family: arial,helvetica,sans-serif;
    font-size: x-small;
    color: #000;
    text-align: left;
}

    .nav_login input
    {
        font-family: arial,helvetica,sans-serif;
        font-size: x-small;
        color: #000;
    }

.nav_loginbutt
{
    margin-top: 5px;
    font-family: arial,helvetica,sans-serif;
    font-size: x-small;
}

.nav_ruler
{
    margin: 15px 0px 0px 0px;
    padding: 0px;
    border-top: 1px solid #ccc;
    width: 163px;
}

.hdrbublink
{
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

/*****************************************************************************
Other formatting
*****************************************************************************/

.ass_indent
{
    margin-top: 0px;
    padding-left: 15px;
}

.dataselect
{
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000;
}

.helpwin
{
    background: #024178;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    color: #fff;
}

.PopUpSearch
{
    background: #eee;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    color: #000;
}

.customlogin
{
    background: #eee;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    color: #000;
}

a.visitedlink:visited
{
    color: #800080;
}

.hidden
{
    display: none;
}

.smalltext
{
    font-size: x-small;
}

.smallpadding
{
    padding: 2px 0px 2px 0px;
}

/* New page layout classes */
#mstTop
{
    background: #024178;
    position: relative;
    width: 100%;
}

#mstTopLogo
{
    background: #024178;
    color: #fff;
    font: small arial,helvetica,sans-serif;
    height: 70px;
    left: 0;
    margin: 0px;
    position: absolute;
    top: 0;
    width: 170px;
}

#mstTopHeader
{
    background: #024178;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 70px;
    margin-left: 170px;
    padding-left: 6px;
    width: 590px;
}

#mstContent
{
    margin-left: 170px;
    padding-left: 6px;
    padding-top: 16px;
    width: 590px;
}

#mstContentRule
{
    height: 3px;
}

#mstDebug
{
    margin-left: 170px;
    padding-left: 6px;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 590px;
}

div.formrow
{
    clear: both;
    padding-top: 5px;
}

    div.formrow label.formlabel
    {
        float: left;
        width: 45%;
        text-align: left;
    }

    div.formrow span.formcontrol
    {
        float: right;
        width: 50%;
        text-align: left;
    }

div.spacer
{
    clear: both;
}

.right
{
    clear: both;
    float: right;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.left
{
    clear: both;
    float: left;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.center
{
    clear: both;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.formhelp
{
    color: #777;
    font-size: 90%;
    padding-top: 5px;
}

.fieldhelp
{
    color: #00f;
    font-size: 90%;
    padding-top: 5px;
}

.required
{
    color: #c00;
    font-weight: bold;
}

.optional
{
    color: #fff;
    font-weight: bold;
}

.help
{
    cursor: help;
}

.sectionhdr
{
    font-weight: bold;
    background-color: #eee;
    padding: 3px 2px 3px 2px;
    margin: 8px 0px 8px 0px;
}

.sectionhdrprint
{
    position: absolute;
    left: 745px;
    cursor: pointer;
}




@media print
{
    .noprint
    {
        display: none;
    }

    .formbutt
    {
        display: none;
    }

    .pagebreak
    {
        page-break-before: always;
    }

    .optional
    {
        display: none;
        padding-left: 10px;
    }

    #sidemenu
    {
        display: none;
    }

    #mstTop
    {
        background-color: #fff;
        color: #000;
    }

    #mstTopLogo
    {
        display: none;
    }

    #mstTopHeader
    {
        margin-left: 0px;
        font-weight: normal;
        color: #000;
        background-color: #fff;
    }

    #mstContent
    {
        margin-left: 0px;
    }

    #mstContentRule
    {
        display: none;
    }

    #mstFooter
    {
        display: none;
    }

    #mstDebug
    {
        display: none;
    }
}

/* WIA Wizard Multiview Table Layout Class */
.MultiviewTable
{
    width: 100%;
    margin: 3px;
}

    .MultiviewTable TD
    {
        padding: 3px;
    }

/* GridView Control Layout Class */
.GridView
{
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: solid 2px #ccccff;
    border-bottom: solid 2px #ccccff;
}

    .GridView td
    {
        width: 164px;
        height: 18pt;
        border-left: none;
        border-right: none;
        border-top: solid 1px #fcfcfc;
        border-bottom: solid 1px #e8e8e8;
    }

    .GridView th
    {
        width: 164px;
        height: 18pt;
        text-align: left;
        border-left: none;
        border-right: none;
        border-bottom: solid 1px #ccccff;
        background-color: #eee;
    }

    .GridView input
    {
        width: 140px;
        font: 10pt Segoe;
    }

/* Wia Wizard View Only Style */
.ViewOnlyLabel
{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: medium;
    color:#c20000;
}


/************
Help Styles
************/
.HelpButton_RightAlign
{
    float: right;
    text-align: right;
}


/* WIA WIZARD NAVIGATION BAR */
/* AM #56492 added */
TABLE.navbar
{
}

A.navbar
{
    display: block;
    width: 100%;
    height: 25px;
    background-image: url('../../Handlers/Content/Images/Image.ashx?tabright.gif');
    background-position: top right;
    background-repeat: no-repeat;
}

TD.navbar
{
    padding: 0px;
    background-image: url('../../Handlers/Content/Images/Image.ashx?tableft.gif');
    text-align: center;
    height: 25px;
}

A.selected
{
    color: black;
    display: block;
    width: 100%;
    cursor: help;
    height: 25px;
    text-decoration: none;
    font-weight: bold;
    background-image: url('../../Handlers/Content/Images/Image.ashx?tabright-on.gif');
    background-position: top right;
    background-repeat: no-repeat;
}

TD.selected
{
    text-align: center;
    padding: 0px;
    background-image: url('../../Handlers/Content/Images/Image.ashx?tableft-on.gif');
}

/* UCWAGES.ASPX */
/* AM #46900 added */
TABLE.wages
{
    width: 100%;
    margin-bottom: 30px;
}

TD.wages-info-label
{
    width: 150px;
    font-weight: bold;
    text-align: right;
    padding-right: 40px;
}

TH.wages-title
{
    font-size: 12pt;
    text-align: center;
}

TH.wages-header
{
    font-weight: bold;
    border-bottom: 1px solid black;
    height: 25px;
}

TD.partdata
{
    text-align: center;
}

TD.wagedata
{
    font-size: 10pt;
    height: 30px;
    text-align: center;
}


/*****************************************************************************
Resume formatting
*****************************************************************************/

#tabtastic
{
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #778;
    font-weight: bold;
}

    #tabtastic li
    {
        list-style: none;
        margin: 0;
        display: inline;
    }

        #tabtastic li a
        {
            padding: 3px 0.5em;
            margin-left: 3px;
            border: 1px solid #778;
            border-bottom: none;
            background: #eee;
            text-decoration: none;
        }

            #tabtastic li a:link
            {
                color: #448;
            }

            #tabtastic li a:visited
            {
                color: #667;
            }

            #tabtastic li a:hover
            {
                color: #000;
                background: #ccc;
                border-color: #227;
            }

            #tabtastic li a#current
            {
                background: #fff;
                border-bottom: 1px solid white;
                color: #000;
            }

            #tabtastic li a:hover#current
            {
                color: #000;
                background: #fff;
            }

.movetastic
{
    margin: 0;
    padding: 0;
    list-style: none;
}

    .movetastic input
    {
        cursor: auto;
    }

    .movetastic li
    {
        margin: 0 0 0 0;
        padding: 0;
        cursor: n-resize;
    }

.movetasticContainer
{
    margin-left: 0;
    border: 1px solid #778;
    font-weight: bold;
    background: #eee;
}


/* WIZARD TAB MENU */
SPAN.wizardtab
{
    cursor: default;
    color: black;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    padding-top: 10px;
    background-image: url('../../Handlers/Content/Images/Image.ashx?wizard-tabright.gif');
    background-position: top right;
    background-repeat: no-repeat;
}

    SPAN.wizardtab A
    {
        display: block;
        width: 100%;
    }

SPAN.wizardtab-selected
{
    cursor: default;
    color: black;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    padding-top: 10px;
    background-image: url('../../Handlers/Content/Images/Image.ashx?wizard-tabright-on.gif');
    background-position: top right;
    background-repeat: no-repeat;
}

TD.wizardtab
{
    padding: 6px;
    font-size: 9pt;
    padding: 0px;
    background: url('../../Handlers/Content/Images/Image.ashx?wizard-tableft.gif');
    background-repeat: no-repeat;
    text-align: center;
    height: 50px;
}

TD.wizardtab-selected
{
    padding: 6px;
    font-size: 9pt;
    padding: 0px;
    background: url('../../Handlers/Content/Images/Image.ashx?wizard-tableft-on.gif');
    background-repeat: no-repeat;
    text-align: center;
    height: 50px;
}

SPAN.wizardtab-selected A
{
    text-decoration: none;
}

    SPAN.wizardtab-selected A:hover
    {
        text-decoration: none;
        cursor: text;
        color: #036;
    }

SPAN.wizardtab-bottom
{
    cursor: default;
    color: black;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    padding-top: 10px;
    background-image: url('../../Handlers/Content/Images/Image.ashx?wizard-tabright.gif');
    background-position: top right;
    background-repeat: no-repeat;
}

    SPAN.wizardtab-bottom A
    {
        display: block;
        width: 100%;
    }

SPAN.wizardtab-bottom-selected
{
    cursor: default;
    color: black;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    padding-top: 10px;
    background-image: url('../../Handlers/Content/Images/Image.ashx?wizard-bottom-tabright-on.gif');
    background-position: top right;
    background-repeat: no-repeat;
}

TD.wizardtab-bottom
{
    padding: 6px;
    font-size: 9pt;
    padding: 0px;
    background: url('../../Handlers/Content/Images/Image.ashx?wizard-bottom-tableft.gif');
    background-repeat: no-repeat;
    text-align: center;
    height: 50px;
}

TD.wizardtab-bottom-selected
{
    padding: 6px;
    font-size: 9pt;
    padding: 0px;
    background: url('../../Handlers/Content/Images/Image.ashx?wizard-bottom-tableft-on.gif');
    background-repeat: no-repeat;
    text-align: center;
    height: 50px;
}

/*****************************************************************************
Main Tabs ("Tab" bar that appears under the header banner)
*****************************************************************************/

ul#gui_maintabs
{
    position: relative;
    margin: 0;
    padding: 0;
    height: 25px;
    background: #c69200 url(../../Handlers/Content/Images/Image.ashx?splash/tabs_bg.gif) repeat-x top left;
    list-style: none;
    overflow: hidden;
}

    ul#gui_maintabs li a
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 203px;
        height: 25px;
        text-indent: -9999px;
    }

    /* HOME - English */

    ul#gui_maintabs li#gui_maintabs_home a
    {
        width: 170px;
        background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat 0 0;
    }

        ul#gui_maintabs li#gui_maintabs_home a:hover, ul#gui_maintabs li#gui_maintabs_home a:active, ul#gui_maintabs li#gui_maintabs_home a:focus
        {
            background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat 0 -25px;
        }

    /* HOME - Spanish */

    ul#gui_maintabs li#gui_maintabs_home_s a
    {
        width: 170px;
        background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat 0 -50px;
    }

        ul#gui_maintabs li#gui_maintabs_home_s a:hover, ul#gui_maintabs li#gui_maintabs_home_s a:active, ul#gui_maintabs li#gui_maintabs_home_s a:focus
        {
            background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat 0 -75px;
        }

    /* JOB SEEKERS - English */

    ul#gui_maintabs li#gui_maintabs_js a
    {
        left: 170px;
        background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -170px 0;
    }

        ul#gui_maintabs li#gui_maintabs_js a:hover, ul#gui_maintabs li#gui_maintabs_js a:active, ul#gui_maintabs li#gui_maintabs_js a:focus
        {
            background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -170px -25px;
        }

    /* JOB SEEKERS - Spanish */

    ul#gui_maintabs li#gui_maintabs_js_s a
    {
        left: 170px;
        background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -170px -50px;
    }

        ul#gui_maintabs li#gui_maintabs_js_s a:hover, ul#gui_maintabs li#gui_maintabs_js_s a:active, ul#gui_maintabs li#gui_maintabs_js_s a:focus
        {
            background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -170px -75px;
        }

    /* EMPLOYERS - English */

    ul#gui_maintabs li#gui_maintabs_emp a
    {
        left: 373px;
        background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -373px 0;
    }

        ul#gui_maintabs li#gui_maintabs_emp a:hover, ul#gui_maintabs li#gui_maintabs_emp a:active, ul#gui_maintabs li#gui_maintabs_emp a:focus
        {
            background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -373px -25px;
        }

    /* EMPLOYERS - Spanish */

    ul#gui_maintabs li#gui_maintabs_emp_s a
    {
        left: 373px;
        background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -373px -50px;
    }

        ul#gui_maintabs li#gui_maintabs_emp_s a:hover, ul#gui_maintabs li#gui_maintabs_emp_s a:active, ul#gui_maintabs li#gui_maintabs_emp_s a:focus
        {
            background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -373px -75px;
        }

    /* LMI - English */

    ul#gui_maintabs li#gui_maintabs_lmi a
    {
        left: 576px;
        background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -576px 0;
    }

        ul#gui_maintabs li#gui_maintabs_lmi a:hover, ul#gui_maintabs li#gui_maintabs_lmi a:active, ul#gui_maintabs li#gui_maintabs_lmi a:focus
        {
            background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -576px -25px;
        }

    /* LMI - Spanish */

    ul#gui_maintabs li#gui_maintabs_lmi_s a
    {
        left: 576px;
        background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -576px -50px;
    }

        ul#gui_maintabs li#gui_maintabs_lmi_s a:hover, ul#gui_maintabs li#gui_maintabs_lmi_s a:active, ul#gui_maintabs li#gui_maintabs_lmi_s a:focus
        {
            background: url(../../Handlers/Content/Images/Image.ashx?splash/tabs.gif) no-repeat -576px -75px;
        }


.highlight_keyword
{
    background: #FFFFCC;
}

.sectionheader
{
    background: #eee;
    border: solid 1px #ccc;
    width: 100%;
    vertical-align: top;
}

/*****************************************************************************
TABS: Drill/Data Themes
*****************************************************************************/



.LinkHand
{
    text-decoration: underline;
    cursor: pointer;
}

.UIEmployerLink
{
    margin-left: 7%;
    font-size: medium;
}

.UIClaimantLink
{
    margin-left: 7%;
    font-size: medium;
}

.cursorHand
{
    cursor: pointer;
}
/*****************************************************************************
ADA Radio buttons with legend; align and hide with styling
*****************************************************************************/ 
fieldset.ADAradiogroup
{  
    float: left;
    border: none; 
    padding: 3px; 
    margin:0;   
    background-color: #ffffff !important;
    border-style:none;
    width:100%;
} 
legend.ADAradiogroup
{   
    float: left;                                                                           
    font-weight: normal;
    color: Black;  
    background-color: #ffffff !important;
    padding: 0px 0px;
    height:25px;
    border-style:none; 
    border-width: 0px;
} 
a.lnkEditWhite{
    color:white !important;
    text-decoration: none !important;
}
.profilePic{
    border-radius:50%;
    Width:110px;
    Height:115px;
    overflow: hidden;
}
.profilePicSrc{
    Width:110px;
    Height:115px;
}
.profilePicEdit{
    transform: translate(0%, -100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 75%, rgba(0,0,0,.70) 100%);
    Width:110px;
    Height:115px;
    float: left;
  display: block;  
  border-radius:50%;
}
.profilePicEditBtn{
    position: absolute; 
    bottom: 0px;
    top: 80%; left: 50%;
    transform: translate(-50%, 0%);
}

.profilePicMenu {
    border-radius: 50%;
    Width: 110px;
    Height: 115px;
    overflow: hidden;
}

#trackh6 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #bbb;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

#trackh6span {
    background: #eee;
    padding: 0 10px;
}
.greentext {
    color: green;
}

.redtext {
    color: red;
}