/*commen style sheet block start */
.mandatory_mark {
    color: Red;
}

.mandatory_Line {
    color: Red;
    font-size: 10px;
}

.table_like_grid {
    border: 1px solid #CCCCCC;
    width: 100%;
    border-collapse: collapse;
}

.table_like_grid_th {
    color: White;
    background-color: #006699;
    font-weight: bold;
    text-align: center;
}

.table_like_grid tr {
}

.table_like_grid dt {
}

#gvRelatedLinks tr td {
    border: none;
}

/*commen style sheet block start */

/*---------------------------------------------------------------------------------------------*/

/*popup style sheet block start */

.popupWindow {
    display: none;
    padding: 5px;
    background-color: rgb(211, 211, 218);
    position: fixed;
    left: 37%;
    top: 30%;
    margin: auto;
    /*border-radius: 70px 20px;*/
    z-index: 100;
}

.popupWindowText {
    display: none;
    padding: 5px;
    background-color: rgb(211, 211, 218);
    position: fixed;
    left: 22%;
    top: 10%;
    margin: auto;
    /*border-radius: 70px 20px;*/
    z-index: 100;
}

.popupWindowForNews {
    display: none;
    padding: 5px;
    background-color: rgb(211, 211, 218);
    position: fixed;
    left: 25%;
    top: 15%;
    margin: auto;
    /*border-radius: 70px 20px;*/
    z-index: 100;
}

.popupWindowForQuery {
    display: none;
    padding: 5px;
    background-color: rgb(211, 211, 218);
    position: fixed;
    left: 18%;
    top: 10%;
    margin: auto;
    /*border-radius: 70px 20px;*/
    z-index: 100;
}

.popupBackground {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

.popupWindow_update_panel {
    display: none;
    width: 150px;
    height: auto;
    background-color: White;
    position: fixed;
    left: 40%;
    top: 40%;
    margin: auto;
    border-radius: 10px 10px;
    border: 2px solid black;
    z-index: 1000;
    padding: 5px;
}

#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

#theprogress {
    padding: 10px;
    width: 300px;
    height: 55px;
    line-height: 30px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

#modalprogress {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #990000;
    font-weight: bold;
    font-size: 14px;
}

.disablePanel {
    background-color: #CCCCCC;
}

/*popup style sheet block end */

/*---------------------------------------------------------------------------------------------*/

/*drop down box style sheet block start */
.drop_down_box {
    /*width: 150px;*/ /*color: rgb(0,107,139);*/
    font: 12px vardana, Helvetica, Arial, sans-serif;
    margin: 5px 0 5px 0;
    padding: 3px;
    background: -moz-linear-gradient(top,#f0f0f0 0%,#d6d6d6);
    background: -webkit-gradient(linear, left top, left bottom,from(#f0f0f0),to(#d6d6d6));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999999; /*-moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,1);     -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,1);     box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,1);*/
    text-shadow: 0px 1px 0px rgba(255,255,255,1), 0px 1px 0px rgba(255,255,255,0);
}

    .drop_down_box:focus {
        -webkit-box-shadow: 0 0 2px #a7cfdf inset;
        -moz-box-shadow: 0 0 2px #a7cfdf inset;
        -ms-box-shadow: 0 0 2px #a7cfdf inset;
        -o-box-shadow: 0 0 2px #a7cfdf inset;
        box-shadow: 0 0 2px #a7cfdf inset;
        background-color: #FFF;
        border: 1px solid #a7cfdf;
        outline: none;
    }

.normal_drop_down_box_width {
    width: 215px;
}

/*drop down box style sheet block start */

/*---------------------------------------------------------------------------------------------*/

/* button style sheet block start */
.button_css {
    border: 1px solid #1e3f53;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 6px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2D5F7C;
    background-image: linear-gradient(to bottom, #2D5F7C, #2D5F7C);
}

    .button_css:hover {
        border: 1px solid #122631;
        background-color: #1f4257;
        background-image: linear-gradient(to bottom, #1f4257, #1f4257);
    }
/* button style sheet block end */

/*---------------------------------------------------------------------------------------------*/

/* textbox style sheet block start */

.text_box {
    padding: 5px 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9D9E9E;
    text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
}

    .text_box:focus {
        background: #DFE9EC;
        color: #414848;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
        outline: 0;
    }

    .text_box:hover {
        background: #DFE9EC;
        color: #414848;
    }

.normal_text_box_width {
    width: 192px;
}

.middle_text_box_width {
    width: 600px;
}

.area_text_box_width {
}

/* textbox style sheet block end */

/*---------------------------------------------------------------------------------------------*/

/* Menu style block start */
#menu, #menu ul, #ctl00_menu, #ctl00_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu, #ctl00_menu {
    width: 970px;
    margin: 10px auto;
    background-color: #2D5F7C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2D5F7C), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #2D5F7C, #1c5a85);
    background-image: -moz-linear-gradient(top, #2D5F7C, #1c5a85);
    background-image: -ms-linear-gradient(top, #2D5F7C, #1c5a85);
    background-image: -o-linear-gradient(top, #2D5F7C, #1c5a85);
    background-image: linear-gradient(to bottom, #2D5F7C, #1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
}

    #menu:before, #menu:after, #ctl00_menu:before, #ctl00_menu:after {
        content: "";
        display: table;
    }

    #menu:after, #ctl00_menu:after {
        clear: both;
    }

#menu, #ctl00_menu {
    zoom: 1;
}

    #menu li, #ctl00_menu li {
        float: left;
        border-right: 1px solid #222;
        box-shadow: 1px 0 0 #444;
        position: relative;
    }

    #menu a, #ctl00_menu a {
        float: left;
        padding: 10px 8px;
        color: #FFF;
        text-transform: capitalize;
        font: 12px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
    }

    #menu li:hover > a, #ctl00_menu li:hover > a {
        color: #FEC823;
    }

    *html #menu li a:hover, #ctl00_menu li a:hover {
        /* IE6 only */
        color: #fafafa;
    }

    #menu ul, #ctl00_menu ul {
        margin: 20px 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 38px;
        left: 0;
        z-index: 1000;
        background: #2D5F7C;
        background: linear-gradient(#2D5F7C, #2D5F7C);
        box-shadow: 0 -1px 0 rgba(255,255,255,.3);
        border-radius: 3px;
        transition: all .2s ease-in-out;
    }

    #menu li:hover > ul, #ctl00_menu li:hover > ul {
        opacity: 1;
        visibility: visible;
        margin: 0;
    }

    #menu ul ul, #ctl00_menu ul ul {
        top: 0;
        left: 150px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
        box-shadow: -1px 0 0 rgba(255,255,255,.3);
        overflow: hidden;
    }

    #menu ul li, #ctl00_menu ul li {
        float: none;
        display: block;
        border: 0;
        _line-height: 0; /*IE6 only*/
        box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    }

        #menu ul li:last-child, #ct100_menu ul li:last-child {
            box-shadow: none;
        }

    #menu ul a, #ctl00_menu ul a {
        padding: 10px;
        /*width: 168px;*/
        _height: 10px; /*IE6 only*/
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: capitalize;
    }

        #menu ul a:hover, #ctl00_menu ul a:hover {
            background-color: #0186ba;
            background-image: linear-gradient(#04acec, #0186ba);
        }

    #menu ul li:first-child > a, #ctl00_menu ul li:first-child > a {
        border-radius: 3px 3px 0 0;
    }

        #menu ul li:first-child > a:after, #ctl00_menu ul li:first-child > a:after {
            content: '';
            position: absolute;
            left: 40px;
            top: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #444;
        }

    #menu ul ul li:first-child a:after, #ctl00_menu ul ul li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right: 6px solid #3b3b3b;
    }

    #menu ul li:first-child a:hover:after, #ctl00_menu ul li:first-child a:hover:after {
        border-bottom-color: #04acec;
    }

    #menu ul ul li:first-child a:hover:after, #ctl00_menu ul ul li:first-child a:hover:after {
        border-right-color: #0299d3;
        border-bottom-color: transparent;
    }

    #menu ul li:last-child > a, #ctl00_menu ul li:last-child > a {
        border-radius: 0 0 3px 3px;
    }
/* Menu style block end */

/*---------------------------------------------------------------------------------------------*/

/* portal menu style block start */
#portal_menu, #portal_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#portal_menu {
    width: 970px;
    margin: 10px auto;
    background-color: #2D5F7C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2D5F7C), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #2D5F7C, #1c5a85);
    background-image: -moz-linear-gradient(top, #2D5F7C, #1c5a85);
    background-image: -ms-linear-gradient(top, #2D5F7C, #1c5a85);
    background-image: -o-linear-gradient(top, #2D5F7C, #1c5a85);
    background-image: linear-gradient(to bottom, #2D5F7C, #1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
}

    #portal_menu:before, #portal_menu:after {
        content: "";
        display: table;
    }

    #portal_menu:after {
        clear: both;
    }

#portal_menu {
    zoom: 1;
}

    #portal_menu li {
        float: left;
        border-right: 1px solid #222;
        box-shadow: 1px 0 0 #444;
        position: relative;
    }

    #portal_menu a {
        float: left;
        padding: 10px 8px;
        color: #FFF;
        text-transform: uppercase;
        font: bold 12px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
    }

    #portal_menu li:hover > a {
        color: #FEC823;
    }

*html #menu li a:hover {
    /* IE6 only */
    color: #fafafa;
}

#portal_menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;
    background: #2D5F7C;
    background: linear-gradient(#2D5F7C, #2D5F7C);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

#portal_menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#portal_menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);
    overflow: hidden;
}

#portal_menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

    #portal_menu ul li:last-child {
        box-shadow: none;
    }

#portal_menu ul a {
    padding: 10px;
    width: 168px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

    #portal_menu ul a:hover {
        background-color: #0186ba;
        background-image: linear-gradient(#04acec, #0186ba);
    }

#portal_menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

    #portal_menu ul li:first-child > a:after {
        content: '';
        position: absolute;
        left: 40px;
        top: -6px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #444;
    }

#portal_menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#portal_menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
}

#portal_menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3;
    border-bottom-color: transparent;
}

#portal_menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}
/* Menu style block end */