﻿body, img, p, h1, h2, h3, h4, h5, h6, ul, ol {
    border: medium none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.0em;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

ul li {
}


body {
    background: url("Image/round_bg.png") repeat scroll 0 0 transparent;
    color: #222222;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    margin: 0 auto;
    /* min-width: 1024px;*/
    min-width: 950px;
    padding: 0;
}

input[type="text"], input[type="password"], input[type="checkbox"], select, textarea {
    border: 1px solid #CCCCCC;
    color: #333333;
    font-family: inherit;
    font-size: 11px;
    padding: 4px;
}

input[type="text"], input[type="password"], textarea, select {
    width: 230px;
}

select {
    width: 240px;
}

legend {
    color: #015281;
    font: bolder 16px arial,serif;
    padding: 0 10px;
}

fieldset {
    border: dashed 1px #A1A1A1;
}

.focus {
    border: 1px solid #DF7E0D !important;
}

#container {
    clear: both;
    position: relative;
    margin: 0 auto;
}


#header {
    /*background: url("Image/bkg_main.jpg") repeat scroll 0 0 transparent;*/
    background-color: #333333;
    font-size: 10px;
    left: 0;
    min-width: 1000px;
    overflow: hidden;
    padding-top: 33px;
    position: relative;
    top: 0;
    width: 100%;
    min-height: 50px;
}

    #header > .navigation > .name {
        left: 50%;
        margin-left: -80px;
        position: absolute;
        text-align: center;
        top: 20px;
    }


#companyname {
    margin-bottom: 0;
    margin-top: -17px;
    padding-bottom: 0;
    padding-left: 30px;
    position: absolute;
}

/**************** Login **********
#loginform {
    -moz-border-radius: 11px 11px 11px 11px;
    -moz-box-shadow: 0 4px 18px #C8C8C8;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    font-weight: normal;
    margin-left: 8px;
    padding: 16px 16px 40px;
}*/

/********** Navigation **********/

#menu {
    margin-right: 15px;
}

#main-nav {
    float: right;
    position: relative;
}

    #main-nav > li {
        display: inline;
    }

        #main-nav > li > a {
            background: url(Image/main-nav_bg.png);
            color: #caeafc;
            display: block;
            float: left;
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            margin-left: 10px;
            position: relative;
            text-align: center;
            text-decoration: none;
            padding: 0 12px; /*width: 114px; */
        }

            #main-nav > li > a:link, #main-nav > li > a:visited {
                background-color: #217A00;
                color: #FFFFFF;
            }

            #main-nav > li > a:hover {
                text-decoration: underline;
            }

            #main-nav > li > a.current {
                background-color: #FFF1AF;
                color: #4e4e4e;
            }

                #main-nav > li > a.current:hover {
                    text-decoration: none;
                }

            #main-nav > li > a > .active {
                background: url(Image/main-nav-current_bg.png) center #f00;
                display: none;
                height: 30px;
                position: absolute;
                width: 114px;
            }

        #main-nav > li > ul {
            position: absolute;
            display: none;
            right: 0;
            top: 30px;
        }

            #main-nav > li > ul > li {
                display: inline;
            }

                #main-nav > li > ul > li > a {
                    color: #323232;
                    display: block;
                    float: left;
                    font-size: 12px;
                    line-height: 44px;
                    padding-left: 35px;
                }

                    #main-nav > li > ul > li > a:hover {
                        color: #6b6b6b;
                    }

                    #main-nav > li > ul > li > a.current {
                        color: #6b6b6b;
                        text-decoration: none;
                    }

                        #main-nav > li > ul > li > a.current:hover {
                            cursor: default;
                        }

#sub-menu {
    /* background: none repeat scroll 0 0 #FFF1AF;*/
    background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #A1A1A1;
    clear: both;
    height: 32px;
    position: relative;
    z-index: -100;
}

#nav {
    margin: 0;
    padding: 0;
}

    #nav li.on ul, #nav li.off ul {
        margin: 0;
        padding: 0;
    }

    #nav a {
        text-decoration: none;
    }

    #nav li {
        /*float the main list items*/
        margin: 0;
        float: left;
        display: block;
        padding-right: 15px;
    }

        #nav li ul {
            display: none;
        }

        #nav li.off ul, #nav li.on ul {
            /*put the subnav below*/
            position: absolute;
            top: 33px;
            left: 5px;
            padding-top: 10px;
            background: #d6e3b0;
            height: 28px;
            width: 640px;
        }

        #nav li a {
            color: #d6e3b0;
            font-weight: bold;
            display: block;
            height: 15px;
            width: 100px;
            border: 2px solid #d6e3b0;
            padding: 5px;
        }

        #nav li.on a {
            border: 2px solid #7a8566;
            color: #7a8566;
        }

        #nav li.on ul a, #nav li.off ul a {
            float: left; /*ie doesn't inherit the float*/
            border: 0;
            color: #7a8566;
            width: auto;
            margin-right: 15px;
        }

        #nav li.on ul {
            display: block;
        }

        #nav li.off:hover ul {
            display: block;
            z-index: 6000;
        }

        #nav li.off a:hover, #nav li:hover a {
            background: #d6e3b0;
            color: #7a8566;
        }


/**************** content *****************/

#content {
    clear: both;
    height: auto;
    margin: 0 auto;
    min-width: 950px;
    overflow: hidden;
    padding: 20px 23px 0 30px;
    position: relative;
    text-align: center;
}


#left_content {
    float: left;
    border: solid 1px #BCBCBC;
    -moz-box-shadow: 3px 3px 4px #CDCDCD;
    -webkit-box-shadow: 3px 3px 4px #CDCDCD;
    box-shadow: 3px 3px 4px #CDCDCD;
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    min-width: 700px;
    padding: 0;
    position: relative;
    text-align: left;
    width: 70%;
}

#right_content {
    background-color: #FFFFFF;
    border: 1px solid #BCBCBC;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    width: 24%;
}


.project_notifications h1 {
    background-color: #EDF3FE;
    color: #015281;
    font-size: 12px;
    border-bottom: 1px solid #DEDEDE;
    padding: 6px 8px;
    text-align: left;
}

.top-border {
    border-top: 1px solid #DEDEDE !important;
    margin-top: 20px;
}

.project_notifications h1.late {
    border-bottom: 1px solid #DCDCDC;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 4px 0 2px;
}

.indent {
    padding-left: 8px;
}

.category {
    margin-bottom: 10px;
    margin-top: 10px;
    background: url("Image/arrow_bullet.gif") no-repeat scroll 1px 0 transparent;
}

a.category_link {
    font-size: 11px;
    margin: 0 0 0 15px;
    padding: 4px;
}

a:link, a:visited {
    color: #333333;
    /* padding-left: 20px;*/
}

.col {
    text-align: left;
}

.current-view {
    color: #004E98 !important;
    font-weight: bold;
    margin-left: 17px;
    text-decoration: none;
}

.collapse-box {
    margin: 20px 10px 10px;
}

.widget-head {
    background-color: #F0F0F0;
}


.collapse {
    display: inline;
    float: right;
    font-size: 11px;
    font-weight: normal;
    outline: medium none;
}

.widget-head h3 {
    color: #000000;
    padding: 5px;
    font-size: 12px;
}

.page_header {
    background: none repeat scroll 0 0 #EDF3FE;
    border-bottom: 1px solid #DCDCDC;
    overflow: hidden;
    padding: 5px 30px 5px 15px;
}

    .page_header h1 {
        color: #015281;
        /* float: left;*/
        font-size: 12px;
        margin: 0;
        padding: 0;
        text-transform: capitalize;
        width: 60%;
    }

.page_header_links {
    float: right;
    font-size: 11px;
    margin-top: 0;
    text-align: right;
    white-space: nowrap;
    width: 40%;
}

.admin {
    background: url("Image/add_new.gif") no-repeat scroll 0 0 transparent;
    padding-bottom: 2px;
    padding-left: 23px;
}

.widget-heading {
    background-color: #F0F0F0;
    border-bottom: 1px solid #A1A1A1;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}


.show-employee-leave-hostory {
    background: url("Image/history_icon.gif") no-repeat scroll 0 0 transparent !important;
    clear: both !important;
    cursor: pointer !important;
    float: right !important;
    height: 20px !important;
    padding-left: 25px !important;
    padding-top: 2px !important;
    width: 145px !important;
}


/****************** table class ************************/


.new_row {
    margin-right: 10px;
    margin-top: 3px;
    text-align: right;
    width: 220px;
    padding-right: 10px;
}

.new_row1 {
    clear: both;
    margin: 10px;
}

    .new_row1 label {
        float: left;
        margin-right: 10px;
        margin-top: 3px;
        text-align: right;
        width: 220px;
    }

.help {
    margin-left: 10px;
}

.required-field {
    color: #d60000;
    margin-left: 5px;
}

/************************* widget ***********/
.widget-content {
    clear: both;
}


#task_description {
    background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #DEDEDE;
    font-size: 11px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    #task_description .title {
        font-weight: bold;
        text-align: right;
    }

    #task_description .value {
        padding-left: 20px;
        text-align: left;
    }

    #task_description td {
    }

tbody tr {
    height: 4.3ex;
}



/**************** menu2****************/
/*.placemainmenu
{
 float: right;
    height: 27px;
    margin-right: 15px;
    margin-top: 15px;
    top:41px;
    position:absolute;
    right:0px;
    }*/

.placemainmenu {
    float: right;
    height: 27px;
    margin-right: 15px;
    margin-top: -28px;
    position: relative;
    right: 0;
}

.twoLevelMenu {
    list-style: none;
    height: 27px;
    float: left;
    margin: 0px;
    background: url(sepmenu.png) no-repeat 0 2px;
    position: relative;
}

    .twoLevelMenu li {
        /*float: left;*/
        height: 27px;
        /*background: url(sepmenu.png) no-repeat 100% 0;*/
        padding: 0 2px 0 0;
    }

        .twoLevelMenu li a {
            background: none repeat scroll 0 0 #7AC141;
            color: #fff !important;
            display: inline;
            float: left;
            font-size: 12px;
            font-weight: normal;
            height: 20px;
            padding: 7px 17px 0;
            text-decoration: none;
            text-transform: uppercase; /*A5CF40*/
        }

        .twoLevelMenu li:hover a, .twoLevelMenu li.active a {
            background-color: #EFEFEF;
            color: #000000 !important;
            /*font-weight: bold;*/
            height: 20px !important;
            text-decoration: none; /* background-color: #FFF1AF;*/
        }

.placemainmenu ul ul {
    list-style: none;
    position: absolute;
    display: none;
    border: 1px solid #000000;
    top: 29px;
    left: 0;
    padding: 0;
    margin-right: 10px;
    width: 100%;
}

.placemainmenu ul li ul li {
    height: 27px;
    background: none;
    padding: 3px 0 0 0;
    margin: 0;
    float: left;
    background: none repeat scroll 0 0 #e1e1e1;
    border-bottom: solid 1px #000;
    color: #FFFFFF;
    width: 100%;
}

.placemainmenu .twoLevelMenu li ul li a {
    color: #4d4d4d;
    font-size: 1.1em;
    height: 20px;
    font-weight: bold;
    text-transform: none;
    text-align: right;
    margin: 0;
    background: none;
    float: left;
}

.placemainmenu .twoLevelMenu li:hover ul li:hover a:hover {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}



/************************* Search-Panel **************************/

#search-panel {
    /*background-color: #FFF1AF;*/
    background-color: #EFEFEF;
    border-color: #D1D1D1;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 9px;
    position: relative;
    z-index: 100;
    left: 30px;
    float: left;
}

.add {
    background: url("Image/add_new.gif") no-repeat scroll 0 0 transparent;
    padding-bottom: 2px;
    padding-left: 23px;
}

.page_header_links {
    float: right;
    font-size: 11px;
    margin-top: 0;
    text-align: right;
    white-space: nowrap;
    width: 300px;
}



/*-----------------TABLE-GRID CSS *********/
.header-row {
    /* background: url("Image/grid_bg_gradient.jpg") repeat scroll 0 0 transparent;*/
    background: none repeat scroll 0 0 #EDF3FE;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

table .header-row {
    /* background: url('Image/grid_bg_gradient.jpg') repeat-x 0 0 transparent;*/
    height: 35px;
}

.blue-grid .header-row {
    /* background-color: #0C477F !important;     color: #FFFFFF;     text-align: center;*/
    background-color: #C8DFB5 !important;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.table-grid {
    border-color: #AEAEAE;
    margin: 5px auto;
    padding: 5px;
    width: 99%;
}


#LogoBox {
    margin-bottom: 15px;
    text-align: center;
}

.leavetbl {
    background: none repeat scroll 0 0 #FAFAFA;
    border-collapse: collapse;
    border-color: #AEAEAE;
}


.lblbold {
    color: #666666;
    font-weight: bold;
    text-transform: capitalize;
}

.blue-grid {
    border-color: white;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    text-align: center;
    margin: 10px;
    width: 98%;
    clear: both;
}
/*-------------------Dashboard quick -list --------------------- */

#quick-list {
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

    #quick-list .list-box {
        border: 1px solid #DEDEDE;
        float: left;
        margin: 10px;
        width: 23%;
    }

        #quick-list .list-box .list-header {
            background-color: #DEDEDE;
            color: #464646;
            font-size: 12px;
            font-weight: bold;
            padding: 5px;
            text-align: left;
        }

.list-box .list-content {
    clear: both;
    font-family: "Lucida Grande",Verdana,Arial, "Bitstream Vera Sans",sans-serif;
    font-size: 13px;
    height: 20px;
    margin: 5px;
}

    .list-box .list-content .label-title {
        float: left;
        text-align: right;
        width: 40%;
    }

    .list-box .list-content .value {
        float: right;
        width: 40%;
    }

.brown {
    color: #8F7D2C;
}

.red {
    color: #d60000;
}

.green {
    color: #366F07;
}


/********************** Footer *************************/

#footer {
    bottom: 0;
    clear: both;
    float: right;
    margin-top: 50px;
    min-height: 55px;
    min-width: 1000px;
    right: 0;
}

.footer-logo {
    float: right;
    position: relative;
    text-align: left;
    width: 100px;
}

.footer-links {
    float: right;
    font-size: 70%;
    margin-right: 0.6667em;
    padding: 25px 0.5em 0.5em;
}

    .footer-links ul {
        float: right;
    }

        .footer-links ul li {
            border-right-color: #808080 !important;
            border-right-style: solid;
            border-right-width: 1px;
            color: #808080 !important;
            display: inline;
            float: left;
            font-family: Arial,Verdana,Tahoma,sans-serif;
            font-size: 10px !important;
            padding: 0 8px;
        }

#footer .copyright {
    color: #808080 !important;
    float: left;
    font-family: Verdana,Arial;
    font-size: 10px !important;
}

/********************************* PopUp *********************/

#popup2 iframe {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 445px;
    height: 217px;
    overflow: hidden;
    border: none;
}

#pContent {
}

.bClose {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 5px;
}

#popup, #popup2, #popup3, #xlink {
    background: #fff;
    display: none;
    height: 252px;
    padding: 15px;
    width: 454px;
}

    #popup p, #xlink p {
        font-size: 160%;
        left: 40px;
        position: absolute;
        text-align: center;
        top: 55px;
        width: 400px;
    }

    #xlink a {
        color: #6666CC;
        cursor: pointer;
        font-weight: normal;
        left: 65px;
        margin: 0 0 0 15px;
        position: relative;
        text-decoration: none;
        top: 165px;
    }

pre {
    background-image: url("img/codebg.jpg");
    border: 1px dashed #000;
    margin: 0 0 20px;
    padding: 15px 0 0;
}

.reklame {
    border: 1px dashed #000;
    margin: 25px auto;
    padding: 10px;
    text-align: center;
}

/*************** Button Class *****************/


.button-action {
    /*margin: 10px 10px 10px 177px;*/
    margin: 10px 10px 10px 240px;
    /*clear: both;
    width: 400px;*/
}

.input {
    background-color: #015281;
    border: medium none navy;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
    padding: 4px;
    text-align: center;
}


/************* Welcome User ********/

#welcome {
    color: #FFFFFF;
    float: left;
    margin-right: 25px;
    margin-top: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
}

    #welcome a {
        color: #ffffff;
    }


#companyname h1 {
    color: #FFFFFF;
    float: left;
    left: 30px;
    position: absolute;
    top: 20px;
}

/*************** User Roles ****************/

#role-access-rights {
    /*border-bottom:solid 1px #C79F9F;*/
    border-top: 1px solid #A1A1A1;
    border-collapse: collapse;
}

    #role-access-rights tbody {
    }

    #role-access-rights td {
    }

.RoleDetail {
}

#role-access-rights .module-name {
    background: url("Image/grid_bg_gradient.jpg") repeat scroll 0 0 transparent;
    border-color: #C1C1C1;
    border-style: solid;
    border-width: 1px 0 1px 0;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    line-height: 30px;
}

#role-access-rights .lebel-filed {
    padding-left: 5px;
}


#role-access-rights .header-row {
    background: url("Image/grid_bg_gradient.jpg") repeat scroll 0 0 transparent;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    font-size: 12px;
    height: 22px;
}

    #role-access-rights .header-row td {
        margin: 4px;
    }

#role-access-rights input {
    border: solid 1px #A1A1A1;
}

.biggrid-row {
    background-color: #fff !Important;
}



/*******************   auto *******************/

#ucHeader_Menu1_Menu1 {
    width: 100% !important;
}

    #ucHeader_Menu1_Menu1 a.static {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #ucHeader_Menu1_Menu1 ul ul {
        /*   min-width:945px !important;*/
    }

    #ucHeader_Menu1_Menu1 ul li ul li {
        height: 27px !important;
        margin: 0 !important;
        padding: 3px 0 0 !important;
    }

    #ucHeader_Menu1_Menu1 a.popout {
        /*padding-right:0 !important;*/
    }



.staticMenuItemStyle {
    text-align: center;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 0;
}

.staticMenuItemSelectedStyle {
    border: solid 1px #000;
}

.staticHoverStyle {
    background-image: url(Image/bg-black.gif);
}

.menuItem {
    display: block;
}

.dynamicMenuItemStyle {
    border: solid 1px #000;
    background-color: Silver;
    color: Red;
    z-index: 200;
    position: relative;
}

.background {
    border: solid 1px #000;
    background-image: url(Image/bg-black.gif);
}

.NavigationMenu {
    font-family: Verdana;
    font-size: 10pt;
    color: #FFF;
    font-weight: 600;
    z-index: 101;
    background-image: url(Image/bg-black.gif);
}

#h {
    background: #CCCFFF;
    padding: 5px 0 6px 10px;
}

#e {
    border: solid 1px #919191;
    background-image: url(Image/sub.gif);
    padding: 0 0 1px;
}

.menuItemMouseOver, .menuItemSelected {
    border: solid 1px Navy;
    background-image: url(Image/bg-black.gif);
}

.NavigationMenu A:link, .NavigationMenu A:visited, .NavigationMenu A:active {
    text-decoration: none;
    color: #FFF;
    display: block;
}

.currentNodeStyle, .nodeStyle, .rootNodeStyle, a.siteMapPath {
    text-decoration: none;
    font-family: Verdana;
    font-size: 10pt;
}

.DynamicSubMenuItem {
}

.EditItem {
    background-image: url(Image/edit.png);
    cursor: pointer;
}

.displayMessage {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    margin-left: 15px;
    margin-top: 10px;
    padding-left: 22px;
    padding-top: 5px;
}

.blue-grid tr:nth-child(odd), .gridOddAternate {
    background-color: #DDDDDD;
}

.blue-grid tr:nth-child(even), .gridEvenAternate {
    background-color: #F1F1F1;
}


.pagenumber {
    border: solid 1px #386a8b;
    border-collapse: collapse;
    line-height: 15px;
    padding: 3px;
    color: #333333;
    text-decoration: none;
    font-family: Verdana;
}

    .pagenumber:hover {
        border: solid 1px #386a8b;
        border-collapse: collapse;
        line-height: 15px;
        padding: 3px;
        color: #333333;
        text-decoration: none;
        font-family: Verdana;
    }

.pagenumber-selected {
    border: solid 1px #386a8b;
    border-collapse: collapse;
    line-height: 15px;
    padding: 3px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #386a8b;
    text-decoration: none;
    font-family: Verdana;
}


.collapse {
    background: url("Image/buttons.gif") no-repeat scroll -52px 0 transparent;
    display: inline;
    float: right;
    height: 14px;
    margin: 8px 5px 8px 4px;
    outline: medium none;
    text-indent: -9999em;
    width: 14px !important;
}

.collapseclosed {
    background: url("Image/buttons.gif") no-repeat scroll -38px 0 transparent;
    display: inline;
    float: right;
    height: 14px;
    margin: 8px 5px 8px 4px;
    outline: medium none;
    text-indent: -9999em;
    width: 14px !important;
}



/***********paging style**********************/
/* Page Numbers */
.pages {
    font: 100%/1.4 arial,helvetica,sans-serif;
    height: 31px;
    margin: 0 auto;
    text-align: center;
    background-color: #D3E1F1;
    background: url("Image/grid_bg_gradient.jpg") repeat-x scroll 0 0 transparent;
    border-color: #99BBE8;
    padding: 2px;
    border-top: 1px solid #A1A1A1;
}

    .pages a, .pages span {
        color: #003366;
        display: block;
        float: left;
        height: 18px;
        padding: 0.2em 0.5em;
        margin-right: 0.1em;
        /* border: 1px solid #fff;*/
        /*  background: #fff;*/
    }

        .pages span.current {
            border: 1px solid #2E6AB1;
            font-weight: bold;
            background: #2E6AB1;
            color: #fff;
        }

    .pages a {
        /* border: 1px solid #9AAFE5;*/
        text-decoration: none;
    }

        .pages a:hover {
            border-color: #2E6AB1;
        }

        .pages a.nextprev {
            font-weight: bold;
        }

    .pages span.nextprev {
        color: #666;
    }

    .pages span.nextprev {
        border: 1px solid #ddd;
        color: #999;
    }

    .pages .nextprev-next {
        float: right;
    }

.listing-details {
    float: right;
    padding: 5px;
    color: #000;
    min-width: 175px;
}
/*****************end of paging***************************************/











/*-*****************commom ***********************/

.left {
    float: left !important;
}

.block {
    display: block !important;
}

.nodisplay {
    display: none !important;
}

.success {
    background: transparent url(Image/tick.png) no-repeat scroll 0 0;
    color: green;
}

.delete {
    background: transparent url(Image/deletemsg.png) no-repeat scroll 0 0;
    color: red;
}

.failure {
    background: transparent url(Image/failuremsg.gif) no-repeat scroll 0 0;
    color: red;
}
/***************************************************/

.MainModukeRow {
    background-color: #D0E2C5;
    border-bottom: 1px solid #366F07;
    border-top: 1px solid #366F07;
    font-weight: bold;
    padding-left: 4px;
}

.SubMudleRow {
    margin-left: 15px;
    padding-left: 22px;
}

.Leaf {
    margin-left: 55px;
    padding-left: 52px;
}


.profileImg {
    padding-bottom: 10px;
    max-width: 160px;
    max-height: 160px;
}

.disablePaging {
    color: #999999 !important;
}

.background1 {
    margin: 5px;
    overflow: hidden;
    border: solid 1px #BCBCBC !important;
    float: left;
    border: solid 0px #BCBCBC;
    -moz-box-shadow: 3px 3px 4px #CDCDCD;
    -webkit-box-shadow: 3px 3px 4px #CDCDCD;
    box-shadow: 3px 3px 4px #CDCDCD;
    background: none repeat scroll 0 0 #FFFFFF;
    min-width: 700px;
    padding: 0;
    position: relative;
    text-align: left;
    width: 99%;
}

.redstar {
    color: Red;
}

.PagerStyle {
    border-color: white;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    text-align: center;
    margin: 10px;
    width: 98%;
    clear: both;
}

    .PagerStyle a:link {
        /*border: 1px solid #333333;*/
        padding: 2px;
        /*border-radius: 10px;
 -moz-border-radius: 10px;*/
        margin: 0px 1px;
        /*color:#333333;*/
    }

    .PagerStyle span {
        border: 1px solid #333333;
        padding: 2px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        color: #000000;
        background-color: #C8DFB5 !important;
        margin: 0px 1px;
    }

    .PagerStyle .header-row {
        /* background-color: #0C477F !important;     color: #FFFFFF;     text-align: center;*/
        background-color: #C8DFB5 !important;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }

.DashboardFont {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    float: left;
    color: #222222;
}

select[disabled] {
    background-color: #EBEBE4;
}

input[type=image][disabled], input[type=submit][disabled] {
    background-color:gray;
    cursor:not-allowed;
}

.ajax__combobox_textboxcontainer input {
    background-color: white;
    border-right: 0px;
    width: 212px;
}

.ajax__combobox_buttoncontainer button {
    background-color: #EDF3FE !important;
    width: 20px !important;
    height: 23px !important;
}

.ajax__combobox_itemlist {
    background-color: window;
    border: 1px solid buttonshadow;
    color: windowtext;
    cursor: default;
    list-style-type: none;
    margin: 20px;
    padding: 20px;
    text-align: left;
    position: absolute !important;
    left: 250px !important;
    top: 102px !important;
    width: 238px !important;
    height: 200px !important;
    z-index: 80000 !important;
    overflow: scroll;
}

.full-width{
    width:100% !important;
}


.blue-grid .no-bg {
    background-color: transparent !important;
    border-bottom:1px solid lightgray;
    height:50px;
}

span + input[type="image"] {
    display:block;
    padding-top:10px;
}

.toster.success .inner-center {
    color: white;
    background-color:#006400;
    background-image: none;
}

.toster.error .inner-center{
    background-color: #FFE4C4;
    color: red;
    background-image: none;

}



.toster {
    overflow: auto;
    position: fixed;
    top: 85px;
    font-size: 15px;
    display:none;
    z-index:999;
    width:100%;
}

.outer-center {
    float: right;
    right: 50%;
    position: relative;
    
}

.inner-center {
    width: auto;
    height: auto;
    float: right;
    right: -50%;
    position: relative;
    padding:10px 30px;
}
