﻿.index_body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    background-color: #c9c2bc;
    color: Black;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
}

#header {
    width: 980px;
    margin: 0 auto;
    height: 120px;
}

#header1 {
    width: 980px;
    margin: 0 auto;
    height: 120px;
}

#content {
    width: 980px;
    margin: 0 auto;
    min-height: 460px;
    background-image: url(../images/mid.png);
    background-repeat: repeat-y;
}

#footer {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    width: 980px;
    margin: 0 auto;
    height: 35px;
    color: white;
    font-family: Verdana;
    font-size: 12px;
    padding-top: 5px;
    text-align: center;
}

#master_title {
    width: 945px;
    margin: 0 auto;
    height: 20px;
    background-image: url(../images/tbg.png);
    background-repeat: repeat;
    color: #dcf1fc;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bolder;
    background-color: #c1fbf9;
    padding-top: 1px;
    padding-bottom: 3px;
    border-bottom: 1px solid #235470;
    border-top: 1px solid white;
    text-align: center;
}

#table_id {
    width: 945px;
    margin: 0 auto;
    background-color: #ddf2f1;
    height: 430px;
}

#left {
    width: 150px;
    border-right: 1px solid #4b6c9e;
}


.menu_left {
    width: 160px;
    font-weight: bolder;
    font-family: Verdana;
    font-size: 12px;
}

    .menu_left td {
        height: 30px;
        background-image: url(../images/menu1.png);
        background-repeat: no-repeat;
        width: 150px;
        background-repeat: no-repeat;
        color: White;
    }

        .menu_left td:hover {
            width: 150px;
            height: 30px;
            background-image: url(../images/menu.png);
            background-repeat: no-repeat;
            color: White;
        }

.lblfontcss {
    margin-left: 10px;
}

.menu_td_top {
    width: 150px;
    height: 30px;
    background-image: url(../images/m1.png);
    background-repeat: no-repeat;
    color: White;
}

.link {
    color: #dcf1fc;
    text-decoration: none;
}

    .link:hover {
        color: #00FFFF;
        text-decoration: none;
    }

.link1 {
    color: #fc8c15;
    text-decoration: none;
    display: block;
    font-family: Arial;
    font-size: 16px;
    font-style: italic;
}

/*-----------------development works css */

#select_info {
   /* width: 400px;*/
    margin: 0 auto;
    color: #2a383b;
    font-family: Verdana;
    font-size: 15px;
    /*border: 1px solid #4b6c9e;*/
  /*  background-color: #efe9f2;*/
}

.fontclass {
    border: 1px solid #4b6c9e;
    padding: 4px;
    font-family: Verdana;
    font-size: 10px;
}

.lblfontcss {
    margin-left: 8px;
    display: block;
}

.workview {
    background-color: #dfe8f1;
    border: 0px solid gray;
    width: 100%;
}

#tbl_acp td {
    border: 1px solid gray;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
}

.closeCSS {
    position: fixed;
    right: 75px;
    top: 20px;
    border: none;
}

.white_content {
    display: none;
    position: absolute;
    top: 3%;
    left: 15%;
    width: 98%;
    min-height: 800px;
    padding: 15px;
    border: 5px solid #f07701;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    text-align: justify;
}

.white_content1 {
    display: none;
    position: absolute;
    top: 2%;
    left: 20%;
    width: 800px;
    min-height: 800px;
    padding: 15px;
    border: 5px solid #f07701;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    text-align: justify;
}

.closeCSS1 {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: none;
}

.head {
    display: block;
}

.head1 {
    display: none;
}

#tbl_wro {
}

.table_wro_td {
    width: 200px;
}

.fontclass_view {
    font-family: Verdana;
    font-size: 12px;
}

.wv_table_title {
    background-color: #58c0c7;
}


@media print {
    .index_body {
        background-color: White;
        background-image: none;
    }

    #content {
        background-color: White;
        background-image: none;
        min-height: 400px;
    }

    #footer {
        background-color: White;
        display: none;
        background-image: none;
        color: Black;
    }

    .white_content1 {
        display: none;
    }

    .print {
        display: none;
    }

    #left {
        display: none;
    }

    .doc {
        display: none;
    }

    #content_info {
        width: 100%;
        margin: 0 auto;
    }

    #dist_info {
        width: 100%;
        margin: 0 auto;
    }

    .workview {
        width: 100%;
        margin: 0 auto;
        background-color: White;
        color: Black;
    }

    .head {
        display: none;
    }

    .head1 {
        display: block;
        margin: 0 auto;
        width: 980px;
    }

    #master_title {
        background-color: White;
        background-image: none;
        color: Black;
    }


    .maps {
        display: none;
    }


    #tbl_acp {
        width: 100%;
        margin: 0 auto;
    }

    #table_id {
        background-color: White;
    }

    #tbl_adm {
        width: 100%;
        margin: 0 auto;
        background-color: White;
    }

    #tbltch {
        width: 100%;
        margin: 0 auto;
        background-color: White;
    }

    #tbl_tnd {
        width: 100%;
        margin: 0 auto;
        background-color: White;
    }

    #tbl_wro {
        width: 100%;
        margin: 0 auto;
        background-color: White;
    }

    #tbl_insp {
        width: 100%;
        margin: 0 auto;
        background-color: White;
    }

    #tbl_meas {
        background-color: White;
    }

    #tbl_cmplete {
        background-color: White;
    }

    .wv_table_title {
        background-color: #E6E5E5;
    }
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: Gray;
    z-index: 1001;
    opacity: .80;
}

.closeCSS {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.white_content12 {
    display: none;
    position: absolute;
    top: 15%;
    left: 20%;
    width: 810px;
    min-height: 400px;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid Gray;
    box-shadow: 0px 5px 20px Black;
    border-radius: 15px;
    background-color: white;
    z-index: 1002;
    overflow: hidden;
    text-align: justify;
}

.white_contentpay {
    display: none;
    position: absolute;
    top: 5%;
    left: 10%;
    width: 810px;
    min-height: 400px;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid Gray;
    box-shadow: 0px 5px 20px Black;
    border-radius: 15px;
    background-color: white;
    z-index: 1002;
    overflow: hidden;
    text-align: justify;
}

.black_overlay_pay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
}
