/*Start - eAppraisal.css*/
/* Start Appraisal Wizard's Step          */
.app_wizard_form_top  /* For Menu */
{
    border-color: #CACACA;
    border-style: solid;
    border-width: thin;
    background-color: rgb(229,229,229);
}

.app_wizard_form_bottom /* For Below Button area*/
{
    border-color: #CACACA;
    border-style: solid;
    border-width: thin;
    background-color: White;
}

.app_wizard_form
{
    border-color: #CACACA;
    border-style: solid;
    border-width: thin;
    background: rgb(229,229,229); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.app_wizard_active_step /* Active Link Button */
{
    width: 150px; /* plz increase the width together with AppSmoothDivHeaderPostion */
    height: 38px;
    background-color: #8DC73F;
    color: White;
    margin: auto;
    border: 1;
    border-color: Gray;
    position: relative;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 3);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 3);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 3); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=130, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=130, Color='#000000');
    border-radius: 0.417em 0.417em 0.417em 0.417em;
}

.app_wizard_inactive_step /* InActive Link Button */
{
    width: 150px; /* plz increase the width together with AppSmoothDivHeaderPostion */
    height: 38px;
    background-color: #EA8910;
    color: White;
    margin: auto;
    border: 1;
    border-color: Gray;
    position: relative;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 3);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 3);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 3); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=130, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=130, Color='#000000');
    border-radius: 0.417em 0.417em 0.417em 0.417em;
}

.app_wizard_smooth_div_head_position  /* This Class is for jQuery to let step menu move left & right. ONLY USED IN THIS APP FORM WIZARD PAGE FOR NOW. */
{
    height: 0px;
    width: 155px; /* plz increase the width together with App_Non_ActiveStep App_ActiveStep This will always 5px different reason is for Menu spacing. */
    border: 0;
    margin: 0 0 0 0;
    visibility: hidden;
    border-spacing: 0;
    position: relative;
}

.app_wizard_step_caption /* This class is registered in code behind for link button step caption */
{
    font-size: 20pt;
    font-family: Verdana;
    border: 0;
    border-color: transparent;
    text-align: left;
    width: 10px;
}

.app_wizard_step_no
{
    font-size: 10pt;
    font-family: Verdana;
    border: 0;
    border-color: transparent;
    text-align: left;
    font-weight: bold;
}

.app_wizard_step_desc
{
    font-size: 8pt;
    font-family: Verdana;
    border: 0;
    border-color: transparent;
    text-align: left;
}
/*  End Appraisal Wizard's Step          */
/*End - eAppraisal.css*/

/* Start eCrew.css  */
.popup_gv_tootip
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    background-color: #F5F5B5;
    border: 1px solid #DECA7E;
    color: #303030;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 13px;
}

.crew_top_filter_fieldset_collapsed
{
    border: 0;
}
.crew_top_filter_fieldset
{
    min-height: 20px;
    background-color: #f4edca;
}

/* End eCrew.css  */


/* Start COMMON CLASSES */
.box_loading /* For Loading Pop-Up */
{
    border-width: 5px;
    border-style: solid;
    border-color: #CCC;
    background-color: #FFFFFC;
    width: 180px;
    height: 75px;
}

.txtbox_auto_complete
{
    background-color: #F9EE75;
}

.ctl_mandatory
{
    color: Red;
    font-weight: bold;
}

.ctl_read_only 
{
    cursor: default;
    background: #CCC;
    color: #333;
    border: 1px solid #666;
}

/* End COMMON CLASSES */





/* Start New Theme Patch for eAppraisal/eHR/eEmployee/eCrew/eCert */
/** Start AddOn.css*/

/***** Start - eAppraisal/eHR/eEmployee/eCert/eCrew *****/
.row_selected
{   
    border: 1px solid #fbc987;
    padding: 1px 1px 1px 1px;
    background: #F9EE75 repeat-x 0 0;
    vertical-align: middle;
    height: 22px;
    border: solid 1px #FFCC66;
}

.row_hilight_dark
{
    height: 35px;
    min-height: 35px;
    vertical-align: middle;
    
    font-weight: bold;
    text-align: left;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.3);/*font-family:arial, helvetica, sans-serif; */ 
    color: #000000;
    padding: 2px 5px 2px 5px;
    
    border: 1px solid #f5c462;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
    background-color: #edc99c;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eed0aa), color-stop(100%, #ebb775));
    background-image: -webkit-linear-gradient(top, #eed0aa, #ebb775);
    background-image: -moz-linear-gradient(top, #eed0aa, #ebb775);
    background-image: -ms-linear-gradient(top, #eed0aa, #ebb775);
    background-image: -o-linear-gradient(top, #eed0aa, #ebb775);
    background-image: linear-gradient(top, #eed0aa, #ebb775);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eed0aa, endColorstr=#ebb775);
}

.row_hilight_dark td
{
    padding: 2px 5px 2px 5px;    
}

.row_header_strong
{
    height: 23px;
    min-height: 23px;
    vertical-align: middle;
    
    font-weight: bold;
    text-align: left;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.3);/*font-family:arial, helvetica, sans-serif; */ 
    color: #000000;
    padding: 2px 2px 2px 2px;
    
    border: 1px solid #f79514;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
    background-color: #f9ba55;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc977), color-stop(100%, #eb8a0d));
    background-image: -webkit-linear-gradient(top, #fdc977, #eb8a0d);
    background-image: -moz-linear-gradient(top, #fdc977, #eb8a0d);
    background-image: -ms-linear-gradient(top, #fdc977, #eb8a0d);
    background-image: -o-linear-gradient(top, #fdc977, #eb8a0d);
    background-image: linear-gradient(top, #fdc977, #eb8a0d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fdc977, endColorstr=#eb8a0d);
}

.row_header_light
{
    height: 23px;
    min-height: 23px;
    vertical-align: middle;
    
    font-weight: bold;
    text-align: left;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.3);/*font-family:arial, helvetica, sans-serif; */ 
    color: #000000;
    padding: 2px 2px 2px 2px;
    
    border: 1px solid #edbb5a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
    background-color: #fdd090/*#ffc579*/;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fedcaa), color-stop(100%, #fdb75c));
    background-image: -webkit-linear-gradient(top, #fedcaa, #fdb75c);
    background-image: -moz-linear-gradient(top, #fedcaa, #fdb75c);
    background-image: -ms-linear-gradient(top, #fedcaa, #fdb75c);
    background-image: -o-linear-gradient(top, #fedcaa, #fdb75c);
    background-image: linear-gradient(top, #fedcaa, #fdb75c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fedcaa, endColorstr=#fdb75c);
}

.row_header_super_light
{    
    height: 23px;
    min-height: 23px;
    vertical-align: middle;
    
    font-weight: bold;
    text-align: left;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.3);/*font-family:arial, helvetica, sans-serif; */ 
    color: #000000;
    padding: 2px 2px 2px 2px;
    
    border: 1px solid #fbc987;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
    background-color: #fde7ca;    
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde7ca), color-stop(100%, #fed9a9));
    background-image: -webkit-linear-gradient(top, #fde7ca, #fed9a9);
    background-image: -moz-linear-gradient(top, #fde7ca, #fed9a9);
    background-image: -ms-linear-gradient(top, #fde7ca, #fed9a9);
    background-image: -o-linear-gradient(top, #fde7ca, #fed9a9);
    background-image: linear-gradient(top, #fde7ca, #fed9a9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fde7ca, endColorstr=#fed9a9);
}

.hilight_spending
{
    background: #F7C3D1 repeat-x 0 0;
}

.hilight_special
{
    /*text-indent: 5px;
    vertical-align: middle;
    font-weight: bold;
    height: 20px;
    border: solid 1px #FFCC66;
    background: #f8ea4b repeat-x 0 0;*/
    
    /*copy from grid-selectedrow*/
    padding: 2px 2px 2px 2px;
    background: #F9EE75 repeat-x 0 0;
    vertical-align: middle;
    height: 22px;
    border: solid 1px #FFCC66;
}

.dataView
{
    vertical-align: top;
    height: 350px;
}

.border_none td
{
    border-width: 0px !important;
}

.broder_content
{
    border: 1px solid #FFCC66;
}

.update_progress_msg /* Class For 'Please Wait' Msg in Loading block UI*/
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}
/***** End - eAppraisal/eHR/eEmployee/eCert/eCrew *****/


/***** Start - eHR *****/
td.info
{
    background-color: #fbe4b8;
    color: black;
    font-weight: bold;
    padding: 5px;
}

TABLE.RECLIST
{
    width: 100%;
    border: solid 1px #fbe4b8;
}

    TABLE.RECLIST TH
    {
        text-indent: 5px;
        vertical-align: middle;
        font-weight: bold;
        height: 20px;
        background: #fbe4b8;
        text-align: center;
        font-size: 8pt;
        color: black;
    }

    TABLE.RECLIST TD
    {
        background: #f8f0e5; /*text-align: center;*/
        font-size: 8pt;
        color: #0000FF;
        vertical-align: top;
    }
/*eEmployee Admin Setup*/
.controltitle
{
    background-color: #FFCC66;
    padding: 5px;
    font-weight: bold;
}

.moduleAccessul
{
    margin-top: 2px;
}

    .moduleAccessul li
    {
        float: left;
        width: 33%;
        height: 35px;
    }

.moduleAccesslititle
{
    float: left;
    padding: 0 2px 0 5px;
    width: 120px;
    font-weight: bold;
    background-color: #fbe4b8;
    height: 33px;
}

.moduleAccessliinfo
{
    float: left;
    padding-top: 5px;
    padding-left: 5px;
}

.fieldAccessul
{
    clear: both;
}

    .fieldAccessul li
    {
        float: left;
        width: 25%;
        height: 35px;
    }

.accessinput
{
    width: 60px;
}

.fieldinput
{
    width: 60px;
    display: none;
}

.titlebg
{
    background-color: #FFCC66;
}


.SpecialInfo
{
    font-weight: bold;
    background-color: #fcfd95;
    border-width: thin;
    border-color: Black;
    border-style: solid;
}

.tblSubLabel
{
    border-style: solid;
    border-width: thin;
    border-color: Orange;
}

.tblWithBorder
{
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
}


.tabmenuul
{
}

    .tabmenuul li
    {
        float: left;
        margin-right: 12px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

.liTabAU
{
    height: 25px;
    padding: 2px 8px auto auto;
    background: #FFCC66;
    border-top: 2px outset white;
    border-right: 2px outset white;
    border-left: 2px outset white;
    border-bottom: 2px inset white;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    display: inline-block;
}

.liTabAC
{
    height: 25px;
    padding: 2px 8px auto auto;
    background: #F8F0E5;
    border-top: 2px outset white;
    border-right: 2px outset white;
    border-left: 2px outset white;
    border-bottom: 2px solid #f8f0e5;
    font-size: 8pt;
    font-weight: bold;
    color: #FD0000;
    cursor: pointer;
    display: inline-block;
}

.codeselect
{
    width: 250px;
}

.codeselectshort
{
    width: 136px;
}

.width300
{
    width: 300px;
}

.width250
{
    width: 250px;
}

.width135
{
    width: 135px;
}

.width180
{
    width: 180px;
}

.twoColumnul
{
}

    .twoColumnul li
    {
        float: left;
        width: 49%;
        min-width: 120px;
        margin: 1px;
        min-height: 35px;
        height: 38px;
    }

.oneColumnul
{
}

    .oneColumnul li
    {
        margin: 1px;
        min-height: 35px;
    }

.lititle
{
    float: left;
    font-weight: bold;
    width: 120px;
    min-height: 35px;
    background-color: #FFCC66;
    padding: 2px;
}

.liinfo
{
    float: left;
    padding-left: 5px;
}

.cleardiv
{
    clear: both;
}

.oldvalue
{
    color: blue;
}

.divtitle
{
    color: red;
    font-weight: bold;
}

.lititle_long
{
    font-weight: bold;
    width: 180px;
    height: 25px;
    background-color: #FFCC66;
    padding: 5px 0 0 2px;
    vertical-align: top;
}

.toggleDiv
{
    height: 30px;
    border: 1px solid #000000;
    line-height: 30px;
    color: red;
    padding-top: 8px;
    margin-top: 5px;
}

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}

.tabmenuul
{
}

    .tabmenuul li
    {
        float: left;
        margin-right: 12px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

.liTabAU
{
    height: 25px;
    padding: 2px 8px auto auto;
    background: #FFCC66;
    border-top: 2px outset white;
    border-right: 2px outset white;
    border-left: 2px outset white;
    border-bottom: 2px inset white;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    display: inline-block;
}

.liTabAC
{
    height: 25px;
    padding: 2px 8px auto auto;
    background: #F8F0E5;
    border-top: 2px outset white;
    border-right: 2px outset white;
    border-left: 2px outset white;
    border-bottom: 2px solid #f8f0e5;
    font-size: 8pt;
    font-weight: bold;
    color: #FD0000;
    cursor: pointer;
    display: inline-block;
}


.orangeback
{
    background-color: #FFCC66;
}

.mastertitle
{
    font-weight: bold;
    background-color: #FFCC66;
}

.childtitle
{
    padding-left: 25px;
    vertical-align: top;
    background-color: #FFCC66;
}
/***** End - eHR *****/

/** End AddOn.css*/



/*Start - Container.css*/
 /***** Start - eAppraisal/eHR/eEmployee/eCrew/eCert *****/
.modalBackground
{
    background-color: #414141;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.popup_title
{
    height: 16px;
    background: #e4a62b;
    padding: 5px 10px;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
}

.popup_container
{
    width: 695px;
    height: 445px;
    border: solid 2px #A0A0A0;
    background-color: #f2f2f2;
}

.popup_details
{
    width: 683px;
    height: 405px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}

.popup_iframe
{
    width: 683px; 
    height: 405px;
}

.close_window
{
    right: 7px;	
    background: url(../../image/theme/sprite.png) no-repeat 0px -300px;		
    width: 25px;
    height: 15px;
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    vertical-align: middle;
}

.popup_container_small
{
    width: 580px;/*695px;*/
    height: 300px;/*445px;*/
    border: solid 2px #A0A0A0;
    background-color: #f2f2f2;
}

.popup_details_small
{
    width: 568px/*683px*/;
    height: 260px/*405px*/;
    padding: 5px 5px 5px 5px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}

.pager_main
{
    width: 100%;
    height: 25px;
    padding: 5px 5px 5px 5px;
    background-color: #FFD09E;
    border: solid 2px #ffcc99;
}
/***** End - eAppraisal/eHR/eEmployee/eCrew/eCert *****/


/***** Start - eHR *****/
table.TabHeader
{
    width: 100%;
    background: #f8f0e5;
}

table.Panel
{
    width: 100%;
    background: #f8f0e5;
    border: 2px outset white;
}

table.TabPanel
{
    width: 100%;
    background: #f8f0e5;
    border-left: 2px outset white;
    border-right: 2px outset white;
    border-bottom: 2px outset white;
}

table.TabPanel td
{
    padding: 5px;
    font-size: 9pt;
}

table.TabPanel td.Highlight
{
    padding: 5px;
    font-size: 9pt;
    background: FF9999;
    color: white;
}
/***** End - eHR *****/
/*End - Containger.css*/


/*Start - Grid.css*/
/***** Start - (eAppraisal/eHR/eEmployee/eCrew/eCert)*****/
.Grid-DataListLayout
{
    border: 1px solid #FFCC66;
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
}

.Grid-Layout
{
    border: 1px solid #F8CA6F/*FFCC66*/;
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
}

.Grid-Header /*same as row_header_super_light/ Grid-Header*/
{
    height: 25px;
    min-height: 25px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.3);/*font-family:arial, helvetica, sans-serif; */ 
    color: #000000;
    padding: 1px 1px 1px 1px;
    
    border: 1px solid #f2ab30;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
    background-color: #ffc579;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fedcaa), color-stop(100%, #fdb75c));
    background-image: -webkit-linear-gradient(top, #fedcaa, #fdb75c);
    background-image: -moz-linear-gradient(top, #fedcaa, #fdb75c);
    background-image: -ms-linear-gradient(top, #fedcaa, #fdb75c);
    background-image: -o-linear-gradient(top, #fedcaa, #fdb75c);
    background-image: linear-gradient(top, #fedcaa, #fdb75c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fedcaa, endColorstr=#fdb75c);
}

.Grid-Header th /*same as row_header_super_light/ Grid-Header*/
{    
    border: 1px solid #f2ab30;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffc579;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fedcaa, endColorstr=#fdb75c);
}

.Grid-Row /*Grid-Row*/
{
    border: 1px solid #F8CA6F/*fbc987*/;
    padding: 1px 1px 1px 1px;
    background-color: #fefada/*FFFBD6*/;
    color: #333333;
    vertical-align: middle;
    height: 22px;
}

.Grid-Row-NonBoder /*Grid-RowNonBoder*/
{
    padding: 1px 1px 1px 1px;
    background-color: #FFFBD6;
    color: #333333;
    vertical-align: middle;
    height: 22px;
    border-width: 0;
}

.Grid-AlternatingRow /*Grid-AlternatingRow*/
{
    border: 1px solid #F8CA6F/*fbc987*/;
    padding: 1px 1px 1px 1px;
    background-color: White;
    color: #333333;
    vertical-align: middle;
    height: 22px;
}

.Grid-AlternatingRow-NonBoder /*Grid-AlternatingRow-NonBoder*/
{
    padding: 1px 1px 1px 1px;
    background-color: White;
    color: #333333;
    vertical-align: middle;
    height: 22px;
    border-width: 0;
}

.Grid-SelectedRow /*Grid-SelectedRow*/
{
    border: 1px solid #fbc987;
    padding: 1px 1px 1px 1px;
    background: #F9EE75 repeat-x 0 0;
    vertical-align: middle;
    height: 22px;
    border: solid 1px #FFCC66;
}

.Grid-SelectedRow-NonBorder /*Grid-SelectedRow-NonBorder*/
{
    padding: 1px 1px 1px 1px;
    background: #F9EE75 repeat-x 0 0;
    vertical-align: middle;
    height: 22px;
}

.Grid-Footer /*Grid-Footer*/
{
    border: 1px solid #fbc987;
    padding: 1px 1px 1px 1px;
    background-color: #990000;
    color: White;
    font-weight: bold;
    height: 25px;
}
/***** End - (eAppraisal/eHR/eEmployee/eCrew/eCert) *****/
/*End - Grid.css*/


/*Start - Infragistic.css*/

.calendarDetail
{
    background-color: #fbd780;
    color: Black;
    border-bottom: solid 1px black;
    border-top: solid 0px black;
    font: bold 8pt verdana;
}

/*End - Infragistic.css*/



/*Start - WebControl.css*/

/***** Start - Button  *****/
.btn-gradient
{
    font-size: 12px !important;
    /*border: outset 1px #FFCC66 !important;
    background-color: #FFFBD6 !important;*/   
    
    padding-left: 5px !important;
    border: 1px solid #f4c568 !important; /*e0a516*/
    height: 23px !important;
    padding: 1px 1px 1px 1px !important;
    background-color: #FFFBD6 !important;
    text-align: center !important;
    color: #000000 !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFBD6), color-stop(100%, #fbeca3)) !important;
    background-image: -webkit-linear-gradient(top, #FFFBD6, #fbeca3) !important;
    background-image: -moz-linear-gradient(top, #FFFBD6, #fbeca3) !important;
    background-image: -ms-linear-gradient(top, #FFFBD6, #fbeca3) !important;
    background-image: -o-linear-gradient(top, #FFFBD6, #fbeca3) !important;
    background-image: linear-gradient(top, #FFFBD6, #fbeca3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFBD6, endColorstr=#fbeca3) !important;
}

.btn-gradient:hover
{
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef9c6), color-stop(100%, #fcea91)) !important;
    background-image: -webkit-linear-gradient(top, #fef9c6, #fcea91) !important;
    background-image: -moz-linear-gradient(top, #fef9c6, #fcea91) !important;
    background-image: -ms-linear-gradient(top, #fef9c6, #fcea91) !important;
    background-image: -o-linear-gradient(top, #fef9c6, #fcea91) !important;
    background-image: linear-gradient(top, #fef9c6, #fcea91) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fef9c6, endColorstr=#fcea91) !important;
}
/***** End - Button  *****/

/***** Start - eAppraisal/eHR/eEmployee/eCrew/eCert *****/
.img_loder
{
    content: url("../../image/theme/ajax-loader.gif");
}

.btn_move_first
{
    background: url('../../image/theme/first.png') no-repeat;
    border-style: none !important;
    background-color:transparent !important;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
}

.btn_move_last
{
    background: url('../../image/theme/last.png') no-repeat;
    border-style: none !important;
    background-color:transparent !important;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
}

.btn_move_next
{
    background: url('../../image/theme/next.png') no-repeat;
    border-style: none !important;
    background-color:transparent !important;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
}

.btn_move_prev
{
    background: url('../../image/theme/previous.png') no-repeat;
    border-style: none !important;
    background-color:transparent !important;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
}

.btn_move_prev_bw
{
    background: url('../../image/theme/previous_bw.png') no-repeat;
    border-style: none !important;
    background-color:transparent !important;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
}

.btn_move_first_bw
{
    background: url('../../image/theme/fast_bw.png') no-repeat;
    border-style: none !important;
    background-color:transparent !important;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
}

.btn_move_last_bw
{
    background: url('../../image/theme/last_bw.png') no-repeat;
    border-style: none !important;
    background-color:transparent !important;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
}

.btn_move_next_bw
{
    background: url('../../image/theme/next_bw.png') no-repeat;
    border-style: none !important;
    background-color:transparent !important;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
}

.pager_success_msg
{
    font-size: 8pt;
    color: #3E8E11;
    font-weight: bold;
}

.msg_emp_popup
{
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
}

.search_itm_hilight
{
    background: #fffbd6;
    border: solid 1px #ffcc99;
}

.txtbox_search_watermark
{
    background-image: url('../../image/theme/search_wmark.png');
    background-repeat: no-repeat;
    background-position: left;
    border: solid 1px #ccc;
    height: 20px;
    vertical-align: middle;
    color: DarkGray;
    padding: 0px 3px 0px 20px !important;
}

.txtbox_normal
{
    padding-left: 50px;
    background-image:  url('../../image/theme/search_wmark.png');
    background-repeat: no-repeat;
    background-position: left;
    border: solid 1px #D19C67;
    height: 20px;
    vertical-align: middle;
    padding: 0px 3px 0px 20px !important;
}
/***** End - eAppraisal/eHR/eEmployee/eCrew/eCert *****/
/*End - WebControl.css*/
/* End New Theme Patch for eAppraisal/eHR/eEmployee/eCrew/eCert*/