body
{
    font-family: Arial;
    font-size: 12px;
    color: black;
    background-color: transparent;
    background-image: url("images/HomePageBG.gif");
    margin: 0px;
    padding: 0px;
}

.forKioskBody
{
    font-family: Arial;
    font-size: 12px;
    color: black;
    background-color: #336699;
    margin: 0px;
    padding: 0px;
}

.newlyadd_forhdr
{
    float: left;
    width: 100%;
    height: 116px;
    background: url(Images/bgr.jpg) repeat-x;
}

.watermarked
{
    color: Gray;
}

.btnClass
{
    margin: 10px;
    background-color: #D65953;
    cursor: pointer;
    height: 35px;
    width: 100px;
    color: White;
    font-weight: bold;
    border: solid 1px #D65953;
    border-radius: 5px;
}

.btnClass:hover
{
    background-color: #285260;
    cursor: pointer;
    height: 35px;
    width: 100px;
    color: White;
    font-weight: bold;
    border: solid 1px #285260;
    border-radius: 5px;
}







.stdHeader
{
    float: left;
    width: 1000px;
    height: 116px;
    background: url(Images/header.jpg) no-repeat;
}
.stdFooter
{
    float: left;
    width: 1000px;
    height: 50px;
    background: url(images/footer.jpg)no-repeat;
}
.stdHeigthContainer
{
    float: left;
    height: 416px;
    width: 1px;
}




.stdMakeCenter
{
    text-align: center;
}

.stdPageBottom
{
    float: left;
    width: 975px;
    height: 30px;
    background: url(images/PageBottom.png) no-repeat;
    margin-bottom: 65px;
}

.stdPageBottom2
{
    float: left;
    width: 975px;
    height: 22px;
    background: url(images/PageBottom2.png) no-repeat;
    margin-bottom: 10px;
    margin-left: 10px;
}


.stdPageTop
{
    float: left;
    width: 975px;
    height: 22px;
    background: url(images/PageTop.png) no-repeat;
    margin-top: 10px;
    margin-left: 10px;
}
.stdPageTop2
{
    float: left;
    width: 500px;
    height: 22px;
    background: url(images/PageTop2.png) no-repeat;
    margin-top: 10px;
    margin-left: 10px;
}
.stdPageCenterRepeater
{
    float: left;
    width: 100%;
    background-color: white;
    margin-left: 10px;
}
.stdPageTitle
{
    background: url(Images/PageTitle.png) no-repeat;
    width: 350px;
    height: 34px;
    padding-top: 8px;
    float: left;
}



.title_strip
{
    font-size: 15px;
    float: left;
    font-weight: bold;
    color: #089797;
}


.std_main
{
    float: left;
    width: 973px;
}

.stdHighlightMsg
{
    font-weight: bold;
    font-size: 18px;
    color: Gray;
    cursor: pointer;
}
.stdHighlightDesc
{
    font-weight: bold;
    font-size: 12px;
    color: #BCC0C0;
    text-align: right;
    width: 145px;
    height: 30px;
    padding-top: 10px;
    text-align: left;
    padding-left: 20px;
}
.stdHomeBox
{
    width: 165px;
    height: 112px;
    border: solid 1px lightgray;
}
.stdHomeBoxHighlight
{
    width: 165px;
    height: 112px;
    border: solid 1px #089797;
}
.stdHomeLink
{
    color: gray;
    text-decoration: none;
}
.stdLink3
{
    font-weight: bold;
    color: white;
    cursor: pointer;
    text-align: center;
    background-color: orange;
    padding: 5px 3px 5px 5px;
    border: solid 1px orangered;
}
.stdLink2
{
    color: #089797;
}
.stdTabbed
{
    width: 100px;
    height: 40px;
    color: White;
    background: url(Images/Tab.png) no-repeat;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}
.stdTabbedHighlight
{
    width: 100px;
    height: 40px;
    color: White;
    background: url(Images/TabHighlight.png) no-repeat;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}
.stdMsg
{
    background-color: #ffff99;
    color: Red;
    font-weight: bold;
    text-align: center;
}
.stdControls
{
    float: left;
    color: Gray;
    width: 180px;
    font-size: 12px;
    border: solid 1px lightgray;
    height: 20px;
    border-radius: 3px;
}


.buttonClass
{
    background: rgb(8,151,151);
    background-image: -webkit-linear-gradient(top, rgb(8,151,151), rgb(8,151,151));
    background-image: -moz-linear-gradient(top, rgb(8,151,151), rgb(8,151,151));
    background-image: -ms-linear-gradient(top, rgb(8,151,151), rgb(8,151,151));
    background-image: -o-linear-gradient(top, rgb(8,151,151), rgb(8,151,151));
    background-image: linear-gradient(to bottom, rgb(8,151,151), rgb(8,151,151));
    border-radius: 20px;
    font-family: Arial;
    color: White;
    font-size: 18px;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
}

.buttonClass:hover
{
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}


.stdControlsDTP
{
    float: left;
    color: Gray;
    width: 165px;
    font-size: 12px;
    border: solid 1px lightgray;
    height: 20px;
}
.stdControlsCombo
{
    display: block;
    width: 250px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.stdLabels
{
    float: left;
    color: dimGray;
    width: 100px;
    text-align: left;
}
.stdMandatory
{
    font-weight: bold;
    color: orange;
    text-align: left;
}
.stdRowHeight
{
    height: 35px;
}
.stdLabelColor
{
    font-weight: bold;
    color: #089797;
    font-size: 11px;
}
.stdTempFontColor
{
    color: Gray;
}
.stdTextSmall
{
    width: 50px;
    border: solid 1px lightgray;
    color: Gray;
}
.stdTextMedium
{
    width: 90px;
    border: solid 1px lightgray;
    color: Gray;
}
.stdRowHeight2
{
    height: 30px;
    vertical-align: top;
}

.stdSearchControls
{
    float: right;
    margin-right: 10px;
    color: Gray;
    width: 125px;
    font-size: 12px;
    border: solid 1px lightgray;
    height: 20px;
}

.modalBackground
{
    background-color: #CCCCFF;
    filter: alpha(opacity=40);
    opacity: 0.5;
    border: solid 0.5px steelblue;
}

.stdSearcgBGSmall
{
    float: left;
    background: url(Images/Search_BG_Small.png) no-repeat;
    height: 33px;
    vertical-align: bottom;
    padding-left: 8px;
    width: 190px;
    padding-right: 5px;
    padding-bottom: 7px;
    color: dimGray;
}



.stdSearcgBG
{
    float: left;
    background: url(Images/Search_BG.gif) no-repeat;
    height: 33px;
    vertical-align: bottom;
    padding-left: 8px;
    width: 250px;
    padding-right: 5px;
    padding-bottom: 7px;
    color: dimGray;
}


.stdSearcgBG2
{
    float: left;
    background: url(Images/Search_BG_Small.png) no-repeat;
    height: 33px;
    vertical-align: bottom;
    padding-left: 8px;
    width: 200px;
    padding-right: 10px;
    padding-bottom: 7px;
    color: dimGray;
}




.stdControlsNoBorder
{
    float: left;
    color: Gray;
    width: 170px;
    font-size: 12px;
    border: solid 0px lightgray;
    height: 20px;
}
.stdControlsAlter
{
    float: left;
    color: Gray;
    width: 170px;
    font-size: 12px;
    border: solid 0px lightgray;
    background-color: #f5f5f5;
    height: 20px;
}
/*Menu*/

#popitmenu
{
    position: absolute;
    background-color: white;
    border: 1px solid gray;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
    visibility: hidden;
}

#popitmenu a
{
    text-decoration: none;
    padding-left: 6px;
    color: black;
    display: block;
}

#popitmenu a:hover
{
    /*hover background color*/
    background-color: #089797;
    color: White;
}


/*start 2*/

#popitmenu2
{
    position: absolute;
    background-color: white;
    border: 1px solid gray;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
    visibility: hidden;
}

#popitmenu2 a
{
    text-decoration: none;
    padding-left: 6px;
    color: black;
    display: block;
}

#popitmenu2 a:hover
{
    /*hover background color*/
    background-color: #089797;
    color: White;
}


/* start 3*/



.divs2
{
    float: left;
    width: 150px;
}


.divs2:hover
{
    background-color: #089797;
    color: White; /*-moz-border-radius: 10px;  border-radius: 10px;*/
}





.divs
{
    float: left;
    width: 180px;
}


.divs:hover
{
    background-color: #089797;
    color: White; /*-moz-border-radius: 10px;  border-radius: 10px;*/
}

.stdCalendar
{
    float: left;
    color: Gray;
    width: 150px;
    font-size: 12px;
    border: solid 1px lightgray;
    height: 20px;
}

/*Menu*/
.gridHeaderLeft
{
    font-size: 13px;
    font-weight: bold;
    background-color: #848484;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000; /*text-shadow: 1px 1px #FFCC00;*/
    color: #fff;
    height: 30px;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
.gridHeaderCenter
{
    font-size: 13px;
    font-weight: bold;
    background-color: #848484;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000; /*text-shadow: 1px 1px #FFCC00;*/
    color: #fff;
    height: 30px;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
.gridHeaderRight
{
    font-size: 13px;
    font-weight: bold;
    background-color: #848484;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000; /*text-shadow: 1px 1px #FFCC00;*/
    color: #fff;
    height: 30px;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
.gridBorderLeft
{
    font-size: 12px;
    border-bottom: solid 1px #363435;
    border-left: solid 1px #363435;
    color: Black;
    height: 30px;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
.gridBorderRight
{
    font-size: 12px;
    border-bottom: solid 1px #363435;
    border-left: solid 1px #363435;
    border-right: solid 1px #363435;
    color: Black;
    height: 30px;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}


.grdAltColor1
{
    background-color: white;
}
.grdAltColor2
{
    background-color: #f5f5f5;
}
.grdFooterBorder
{
    border-left: solid 1px gray;
    border-right: solid 1px gray;
    border-bottom: solid 1px gray;
    font-weight: bold;
    height: 25px;
    text-align: right;
}

.stdExpandeLayout
{
    float: left;
    border-left: solid 1px gray;
    border-right: solid 1px gray;
}


.e-audit147
{
    margin: 0 auto;
    width: 100%;
}


.stdPageTitle11
{
    font-size: 15px; /*background:url(Images/PageTitle.png) no-repeat;*/
    width: 500px;
    height: 25px;
    font-weight: bold;
    color: #089797;
    padding-top: 8px;
    background-color: #e5e5e5;
    text-align: center;
    float: left;
}


.stdHomePageMenuItems
{
    color: White;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.HightBG
{
    background: url(images/rounded_corners.png) no-repeat;
    height: 35px;
    width: 171px;
}

.stdPaySlipItems
{
    border: DOTTED 1px #089797;
    width: 120px;
    height: 30px;
    font-size: 18px;
    color: Gray;
    vertical-align: middle;
}

.stdPaySlipItemHeader
{
    font-weight: bold;
    color: Gray;
}



/*new bg Added for All pages */

.newbgs
{
    float: right;
    width: 1007px;
    background: url(Images/12.png) no-repeat;
    height: 50px;
    margin-left: 3px;
}

.title_strip
{
    font-size: 15px;
    float: left;
    font-weight: bold;
    color: #089797;
    margin-left: 15px;
    margin-top: 6px;
}

.Accountimg
{
    float: right;
    width: 17px;
    height: 16px;
    background: url(Images/account_man.png) no-repeat;
}


.border-design
{
    background: url(Images/bg-border.png) top no-repeat;
    background-size: 100%;
}

.bg-color
{
    background-color: #125aeb;
    color: #fff;
}


.SearchPopUpNew
{
    margin-top: 3px;
    background-color: #EAEAEA;
    border: 2px solid #69B7AB;
    border-radius: 10px;
    padding: 10px;
    margin-left: -25%;
}
.pagination
 {
    line-height: 30px;
}
.pagination span
{
    background: White none repeat scroll 0 0;
    border: 1px solid #14c9ec;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
    white-space: nowrap;
}
.pagination a, .pagination a:visited
{
    color: #142f8a;
    padding: 6px;
    text-decoration: none;
    white-space: nowrap;
}
.pagination a:hover, .pagination a:active
{
    background: #014f7a none repeat scroll 0 0;
    border: 1px solid gray;
    border-radius: 10px;
    color: White;
    padding: 5px;
    text-decoration: none;
    white-space: nowrap;
}
.pagination table
{
    width: 20px;
}

   #widget
        {
            margin-top: -14px;
        }
        #widgetField1
        {
            width: 419px;
            height: 26px;
            background: url(../Images/field.png);
            overflow: hidden;
            position: relative;
        }
        #widgetField1 a
        {
            display: block;
            position: absolute;
            width: 42px;
            height: 26px;
            top: 0;
            right: 0;
            text-decoration: none;
            text-indent: -3000px;
        }
        #widgetField1 span
        {
            font-size: 12px;
            font-weight: bold;
            color: #000;
            position: absolute;
            top: 0;
            height: 26px;
            line-height: 26px;
            left: 5px;
            width: 250px;
            text-align: center;
        }
        #widgetCalendar
        {
            position: absolute;
            left: 715px;
            height: 0px;
            overflow: hidden;
            width: 400px;
            background: #B9B9B9;
        }
        #widgetCalendar .datepicker
        {
            position: absolute;
            bottom: 0;
            top: auto;
        }
        #widgetCalendar .datepickerContainer, #widgetCalendar .datepickerBorderT, #widgetCalendar .datepickerBorderB, #widgetCalendar .datepickerBorderL, #widgetCalendar .datepickerBorderR, #widgetCalendar .datepickerBorderTL, #widgetCalendar .datepickerBorderTR, #widgetCalendar .datepickerBorderBL, #widgetCalendar .datepickerBorderBR
        {
            background: transparent !important;
        }
        #widgetCalendar .datepicker a:hover
        {
            color: #b6f063;
        }
        
         .groupBoxCSS legend
        {
            color: #0587DA;
            font-size: 17px;
            font-weight: bold;
        }
        .mandatory
        {
            color: Red;
            font-size: 15px;
        }
        .groupBoxCSS fieldset
        {
            border: 1px solid #0587DA;
        }
        .stdControls
        {
            width: 86% !important;
        }
        .stdControls_TextArea
        {
            background-image: url(../images/inputfeld.png);
            background-repeat: repeat-x;
            border: solid 1px #afcadd;
            padding: 3px;
            background-position: center top;
            margin: 1px;
        }
        .OuterPagesTitle
        {
            border-bottom: 1px dashed #a0988e;
            color: #014f7a;
            font-size: 21px;
            padding-bottom: 2px;
            padding-right: 1px;
            padding-top: 1px;
            text-align: left;
        }
        .select2 select2-container select2-container--default
        {
            display: none;
        }
        .stdPopupInnerMain
        {
            background-color: White;
            border-radius: 10px;
            margin: 10px;
            float: left;
            width: 95%;
        }
        .stdPopInnerMsg
        {
            font-weight: bold;
            float: left;
            color: Red;
            text-align: center;
            margin-top: 6px;
        }
        .stdPopupClose
        {
            padding-right: -20px;
            cursor: pointer;
            margin-bottom: -27px;
            margin-top: -8px;
            margin-right: -11px;
            background-position: top;
            position: relative;
        }