* {
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

body {
    font-family: Verdana Arial Sans-Serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.Company-logo {
    padding: 10px 40px;
}

.emtpl-logo {
    float: right;
    padding: 10px 30px 0;
}
/*------------------------------
        ----V9d-----
------------------------------*/

.input-read-fix, .input-read, .input-mendatory, .input-mendatory-resizable, .input-fix, .input-resize, .textarea-fix, .textarea-resizable, .textarea-mandatory, .textreadonly {
    border: 1px solid #ccc;
    font-size: 11px;
    height: 21px;
    padding: 1px 0 1px 4px;
    line-height: 16px;
    font-family: Verdana, Sans-Serif, Arial;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
}

.select-fix, .select-resize, .select-mandatory, .select-mandatory-resizable, select-mandatory-resizable-2 {
    font-family: Verdana, sans-serif, Arial;
    font-size: 11px;
    height: 23px;
    padding-left: 3px;
    border: 1px solid #cccccc;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    display: block;
    line-height: 33px;
}
/*input read--*/
.input-read-fix {
    background-color: #f5f5f5;
    color: #666666;
    font-weight: normal;
    width: 162px;
}

.input-read {
    background-color: #f5f5f5;
    color: #666666;
}

.textreadonly {
    background-color: #f5f5f5;
    color: #666666;
    font-weight: normal;
    width: 162px;
}

.input-mendatory {
    background-color: #FFFFD2;
    color: #666666;
    width: 162px;
}

.input-mendatory-resizable {
    background-color: #FFFFD2;
    color: #666666;
}
/*input--*/

.input-fix {
    color: #666666;
    width: 162px;
}

.input-resize {
    color: #666666;
}
/*select--*/
.select-fix {
    color: #666666;
    width: 164px;
}

.select-resize {
    color: #666666;
}

.select-mandatory {
    background-color: #FFFFD2;
    color: #666666;
    width: 164px;
}

.select-mandatory-resizable-2 {
    background-color: #FFFFD2;
    color: #666666;
    width: 164px;
    font-family: Verdana, sans-serif, Arial;
    font-size: 11px;
    height: 23px;
    padding-left: 3px;
    border: 1px solid #cccccc;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    display: block;
    line-height: 33px;
}

.select-mandatory-resizable {
    background-color: #FFFFD2;
    color: #666666;
}
/*--textarea--*/

.textarea-fix {
    color: #666666;
    width: 162px;
    background-image: url("../Images/txtarea.gif");
}

.textarea-mandatory {
    background-color: #FFFFD2;
    color: #666666;
    width: 162px;
    background-image: url("../Images/txtarea.gif");
}

.textarea-resizable {
    color: #666666;
}
/*--Table Properties--*/

.data-table {
    border: 1px solid #E6E6E6;
}

    .data-table td {
        background-color: #F5F5F5;
        color: #505050;
        font-size: 11px;
        padding: 3px 0 3px 4px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .data-table th {
        background-color: #d8d8d8;
        color: #333;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
        padding: 5px 0;
        text-align: left;
        vertical-align: middle;
    }

.Lbl-Name td {
    background: none repeat scroll 0 0 #fff;
    color: #888888;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
    text-align: left;
    vertical-align: middle;
}

.button-bc-fixed, input[type="submit"].button-bc-fixed {
    background: url('../images/btn-bc.gif') repeat-x;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 2px 4px;
    text-align: center;
    width: 80px;
    border: none transparent;
}

    .button-bc-fixed :hover {
        background: url('../images/btn-bc-hrv.gif') repeat-x;
        color: #fff;
        cursor: pointer;
        font-weight: normal;
        padding: 2px 4px;
        text-align: center;
        width: 80px;
        border: none transparent;
    }

.button-bc-resize, input[type="submit"].button-bc-resize {
    background: url('../images/btn-bc.gif') repeat-x;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 2px 4px;
    text-align: center;
    min-width: 80px;
    border: none transparent;
}

.PageButton {
    width: 60px;
    padding: 2px 25px 2px 2px;
    height: 23px;
    border: none;
    color: #454545;
    background-color: #DFDFDF;
    font-weight: bold;
    font-size: 10px;
}

.button-bc-resize :hover {
    background: url('../images/btn-bc-hrv.gif') repeat-x;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 2px 4px;
    text-align: center;
    min-width: 80px;
    border: none transparent;
}

.select-overflow {
    width: 164px;
    overflow: hidden;
}
/*------------------------------
        ----Navigation-----
------------------------------*/


#menuwrapper {
    background-image: url("../images/bg-navigation.gif");
    background-repeat: repeat-x;
    height: 35px;
    width: 100%;
}

#primary-nav, #primary-nav UL {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    LIST-STYLE-TYPE: none;
}

    #primary-nav LI {
        FLOAT: left;
        MARGIN-LEFT: -1px;
        COLOR: #ffffff;
    }

    #primary-nav A {
        DISPLAY: block;
        MARGIN: 0px;
        padding: 8px 10px 7px 10px;
        FONT-FAMILY: Arial, Verdana, Geneva;
        TEXT-DECORATION: none;
        FONT-SIZE: 12px;
        COLOR: #fff;
        FONT-WEIGHT: bold;
        TEXT-TRANSFORM: capitalize;
    }

        #primary-nav A:hover {
            MARGIN: 0px;
            /*BACKGROUND-COLOR: #7c7a7d;	*/
            background-image: url(../images/bg-nav-hover.gif);
            FONT-FAMILY: Arial, Verdana, Geneva;
            TEXT-DECORATION: none;
            FONT-SIZE: 12px;
            FONT-WEIGHT: bold;
            TEXT-TRANSFORM: capitalize;
            padding: 8px 10px 7px 10px;
        }

.activeLink {
    MARGIN: 0px;
    COLOR: #ffffff;
    background-image: url(../images/bg-nav-hover.gif);
    FONT-FAMILY: Arial, Verdana, Geneva;
    TEXT-DECORATION: none;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-TRANSFORM: capitalize;
    padding: 8px 10px 7px 10px;
}
/*---head button--*/


.btn-top {
    margin: 0 10px 0 0;
    position: absolute;
    right: 0;
}

.btn-red a {
    float: left;
    background-image: url(../images/bg-red01.gif);
    background-repeat: repeat-x;
    vertical-align: middle;
    height: 29px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid #8B1602;
    border-left: 1px solid #8B1602;
    border-right: 1px solid #8B1602;
    font-size: 14px;
}

    .btn-red a:hover {
        background-image: url(../images/bg-red02.gif);
        background-repeat: repeat-x;
        vertical-align: bottom;
        height: 29px;
        width: 100%;
        color: #FFFFFF;
        text-align: center;
        border-bottom: 1px solid #8B1602;
        border-left: 1px solid #8B1602;
        border-right: 1px solid #8B1602;
    }

.txt-Blue {
    color: #6F6F6F;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0;
}

.header-lable {
    font-size: 12px;
    color: #505050;
    font-weight: bold;
    margin: 4px 0;
    display: inline-block;
}

.lnk-blue {
    color: #035294;
    text-decoration: underline;
    font-size: 10px;
    font-family: verdana, Arial, Helvetica, sans-serif;
}

    .lnk-blue a {
        color: #035294;
        text-decoration: underline;
        font-size: 12px;
        font-family: Arial Verdana Sans-Serif;
    }

        .lnk-blue a:hover {
            color: #035294;
            text-decoration: none;
            font-size: 12px;
            font-family: Arial Verdana Sans-Serif;
        }

.lnk-red2 {
    color: #B92207;
    text-decoration: none;
}

.lnk-gray2 {
    color: #A6A6A6;
    text-decoration: none;
    cursor: default;
}

.lnk-red {
    color: #B92207;
    text-decoration: underline;
}

    .lnk-red:hover {
        color: #B92207;
        text-decoration: none;
    }

.lnk-grey {
    color: #666666;
    text-decoration: underline;
}

    .lnk-grey:hover {
        color: #B92207;
        text-decoration: none;
    }

.bg-grey {
    background-color: #DFDFDF;
}

.bg-lgt-grey .bgr-grey td {
    background-color: #a6a6a6;
}

.bg-lgt-grey .bgr-grey {
    background-color: #a6a6a6;
}

.onselect {
    text-decoration: none;
    cursor: pointer;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    font-weight: bold;
    color: #666666;
    height: 22px;
    padding: 3px 0 2px 0;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    background: #F5F5F5;
}

.noselect, input[type="submit"].noselect {
    text-decoration: none;
    cursor: pointer;
    border: none;
    text-align: center;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    height: 22px;
    padding: 1px 0 2px 0;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica, sans-serif;
}

.bdr-blk-btm {
    border-bottom: 1px solid #000000;
}

.bgfortable {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 11px;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bg-lgt-grey {
    border: 1px solid #E6E6E6; /*  height: 32px;*/
}

    .bg-lgt-grey td {
        background-color: #F5F5F5;
        color: #333333;
        font-size: 10px;
        padding: 2px 0 2px 4px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .bg-lgt-grey input, .bg-lgt-grey select {
        display: inline-block;
        top: 253px;
    }


        .bg-lgt-grey input[type="radio"] {
            display: inline-block;
            margin-left: 1px;
        }


td.bg-grey {
    background-color: #4D577F;
    color: #FFFFFF;
}

    td.bg-grey a {
        color: #fff;
    }

        td.bg-grey a:hover {
            color: #f4f4f4;
        }

td.bg-white {
    background-color: #ffffff;
}

td.bg-lgt-blue {
    background-color: #CDE8FF;
}

.statmark {
    color: Red;
    font-weight: bold;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 13px 10px 13px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.gif');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/success.gif');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.gif');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.gif');
}

.validation {
    color: #D63301;
    background-image: url('../images/validation.gif');
}
/* CSS Created by Surjit Singh For JQuery Accordion */
.emsl-accordion {
    cursor: hand;
    cursor: pointer;
    font: bold 12px Verdana;
    margin: 3px 0;
}

.openlanguage { /*class added to contents of 2nd demo when they are open*/
    color: #000000;
    background-color: #CFD9E1;
}

.closedlanguage { /*class added to contents of 2nd demo when they are closed*/
    color: red;
    background-color: #A6A6A6;
    color: #FFFFFF;
}

.accordion-title {
    height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    padding: 1px 0 0 0px;
}

.emsl-accordion-content {
    /*border-left:#AB1E14 1px solid; 
	border-right:#AB1E14 1px solid; 
	border-top:#AB1E14 1px solid; 
	border-bottom:#AB1E14 1px solid;*/
    text-align: justify;
    font-size: 11px;
}

.accordion-link a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #4083BB;
}

    .accordion-link a:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
    }
/* End CSS  For JQuery Accordion */

.panelInnerBorder fieldset {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0 10px 15px 10px;
    width: 97%;
    float: left;
}

.panelInnerBorder legend {
    font-weight: bold;
    padding: 10px 2px 10px 2px;
    color: #000000;
    font-size: 97%;
    margin: 0;
}

.pnlClass fieldset {
    border: 1px solid #035294;
    margin: 0;
    padding: 0 5px 5px 5px;
}

.pnlClass legend {
    font-weight: normal;
    padding: 10px 1px 10px 1px;
    color: #000;
    font-size: 100%;
    margin: 0;
}

.pnl-groupingtext {
    color: #666;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}


.bg-lgt-grey tr th {
    background-color: #4D577F;
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 4px 0 4px 4px;
    font-weight: bold;
}

img[alt='search'] {
    cursor: pointer;
    vertical-align: text-bottom;
}


/*--------Model Box Popup--------*/



.bg-model-grey {
    border: 1px solid #CCCCCC; /*  height: 32px;*/
}

    .bg-model-grey td {
        background-color: #FFFFFF;
        color: #333333;
        font-size: 11px;
        padding: 4px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .bg-model-grey input, .bg-model-grey select {
        display: inline-block;
    }


        .bg-model-grey input[type="radio"] {
            display: inline-block;
            margin-left: 1px;
        }

    .bg-model-grey tr th {
        background-color: #8C8C8C;
        color: #ffffff;
        text-align: left;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 12px;
        padding: 4px;
        font-weight: bold;
    }

/*-------- table scrolling--------*/

.table-scroll {
    width: 700px;
    overflow-x: scroll;
    overflow-y: auto;
    height: auto;
}

    .table-scroll table {
        overflow-x: scroll;
        overflow-y: auto;
        height: auto;
    }

        .table-scroll table td {
            padding: 2px 3px;
            width: 130px;
            background: none transparent;
        }

.white-td td {
    color: #fff;
}

.table-scroll table .locked {
    background-color: gray;
    color: #f1f1f1;
    cursor: default;
    line-height: 2;
    position: absolute;
    text-align: left;
}



.table-scroll table td table {
    width: 130px;
    padding: 0;
    border-right: 1px solid #ccc;
}


.footer-master {
    font-family: Verdana,Arial,sans-serif;
    color: #fff;
    font-size: 11px;
    padding: 10px 5%;
    width: 90%;
    background: #888;
}

.black-color, .black-color a {
    color: #fff;
}

.footer-master a {
    color: #fff;
    text-decoration: none;
}

    .footer-master a:hover {
        color: #444;
    }

.txt-Yellow {
    color: #9F6000;
    font-weight: bold;
    font-size: 12px;
    font-family: verdana, Arial, Helvetica, sans-serif;
}

.txt-red {
    color: #CA0000;
    font-weight: bold;
    font-size: 12px;
    font-family: verdana, Arial, Helvetica, sans-serif;
}

.txt-green {
    font-weight: bold;
    color: #009900;
    font-size: 12px;
    font-family: verdana, Arial, Helvetica, sans-serif;
}

.txt-white {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px;
    font-family: verdana, Arial, Helvetica, sans-serif;
}

.bg-pink {
    background-color: #FFF2F2;
    border: 2px solid #CA0000;
}

.bg-green {
    background-color: #E8FFE8;
    border: 2px solid #009900;
}

.bg-Yellow {
    background-color: #FEEFB3;
    border: 2px solid #9F6000;
}

.bg-Blue {
    background-color: #BDE5F8;
    border: 2px solid #00529B;
    font-size: 10px;
    font-family: verdana, Arial, Helvetica, sans-serif;
}



.backbutton {
    background-image: url('../images/back.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 80px;
    height: 24px;
    cursor: pointer;
    border: none;
}

input[type="submit"].backButton {
    background-image: url('../images/back.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 80px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.nextbutton {
    background-image: url('../images/next.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 80px;
    height: 24px;
    cursor: pointer;
    border: none;
}

input[type="submit"].nextButton {
    background-image: url('../images/next.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 80px;
    height: 24px;
    cursor: pointer;
    border: none;
}

}




input[disabled="disabled"].backbutton {
    background: url('../images/back-disable.gif')no-repeat top left;
    width: 80px;
    height: 24px;
    cursor: context-menu;
    border: none;
}



input[disabled="disabled"].nextbutton {
    background: url('../images/next-disable.gif')no-repeat top left;
    width: 80px;
    height: 24px;
    cursor: context-menu;
    border: none;
}


input[disabled="disabled"].button-bc-resize {
    background: url('../images/btn-bc.gif') repeat-x;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 2px 4px;
    text-align: center;
    min-width: 80px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border: none transparent;
}

input[disabled="disabled"].noselect {
    text-decoration: none;
    cursor: pointer;
    border: none;
    text-align: center;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    height: 22px;
    padding: 1px 0 2px 0;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border: none transparent;
}

input[disabled="disabled"].button-bc-fixed {
    background: url('../images/btn-bc.gif') repeat-x;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 2px 4px;
    text-align: center;
    width: 80px;
    border: none transparent;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border: none transparent;
}

/* AutoComplete item */

.PupUpTextBoxStyle {
    background-image: url('../Images/gosearch.gif');
    background-repeat: no-repeat;
    background-position: center left;
    color: #666666;
    width: 250px;
    border: 1px solid #ccc;
    font-size: 11px;
    height: 21px;
    padding: 1px 0 1px 4px;
    padding-left: 18px;
    line-height: 16px;
    font-family: Verdana, Sans-Serif, Arial;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0px!important;
    background-color: white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    width: auto;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: yellow;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/* Added By Praveen Kumar on 01/01/2015*/
.para {
    padding: 10px;
}

*.critical_container {
    font-size: 12px;
    line-height: 1.5;
}

.critical_box {
    width: 25%;
    border: 2px solid #5F5F5F;
    padding: 20px;
}

.critical_heading {
    font-size: 18px;
    color: #999;
}

.critical_para {
    font-size: 13px;
    color: #999;
}
