﻿html, body, table, tr, td, div, ul, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, p, span, label, em {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #c75f3e;
}

    a:hover {
        color: green;
    }

    a:focus, a:visited, a:active {
        outline: none;
    }

ul, li, dl, dd, dt {
    list-style-type: none;
}

.layer-btns-content {
    position: absolute;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    background-color: #ebebeb;
    border-top: 1px solid #d5d5d5;
    bottom: 0;
    margin-top: 30px;
    padding: 5px 0;
}

    .layer-btns-content a {
        text-decoration: none;
        display: inline;
        padding: 3px 2.1em;
        color: #666;
        text-align: center;
        overflow: hidden;
        width: 120px;
        height: 26px;
        line-height: 26px;
        width: 80px;
        background-color: #dddddd;
        border: 1px solid #bbbbbb;
    }

        .layer-btns-content a:hover {
            background-color: #bbbbbb;
            color: #fff;
        }

        .layer-btns-content a:active {
            background-color: #0094ff;
            color: #fff;
        }



.c-layer-btns {
    position: fixed;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    background-color: #ebebeb;
    border-top: 1px solid #d5d5d5;
    bottom: 0;
    margin-top: 30px;
    padding: 5px 0;
}

    .c-layer-btns a {
        text-decoration: none;
        display: inline;
        padding: 3px 2.1em;
        color: #666;
        text-align: center;
        overflow: hidden;
        width: 120px;
        height: 26px;
        line-height: 26px;
        width: 80px;
        background-color: #dddddd;
        border: 1px solid #bbbbbb;
    }

        .c-layer-btns a:hover {
            background-color: #bbbbbb;
            color: #fff;
        }

        .c-layer-btns a:active {
            background-color: #0094ff;
            color: #fff;
        }

.dv_title {
    width: 100%;
    background-color: #f8f8f8;
    text-align: left;
    line-height: 25px;
    font-weight: bold;
}

#dvsearch {
    width: 1050px;
    line-height: 25px;
    border: 1px solid #cccccc;
    margin-left: 5px;
    margin-top: 5px;
}

#dvcontent {
    width: 1050px;
    margin-top: 5px;
    margin-left: 5px;
}

#dvlist {
    width: 100%;
    height: 380px;
    overflow-y: scroll;
}

#dvpage {
    width: 1050px;
    margin-top: 5px;
    margin-left: 5px;
    border: 1px solid #cccccc;
    height: 40px;
}

.input-text {
    width: 150px;
    height: 18px;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #cccccc;
}

.input-text-70 {
    width: 70px;
    height: 18px;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #cccccc;
}

.input-text-200 {
    width: 200px;
    height: 18px;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #cccccc;
}

.input-area {
    width: 270px;
    height: 80px;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #cccccc;
}

.select {
    width: 150px;
    height: 24px;
    line-height: 18px;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #cccccc;
}

.default {
    border: 1px solid #ff3800;
    padding: 2px 5px;
    color: #f30;
    background: #ffd6cc;
    border-radius: 3px;
}

.default-set {
    display: none;
    padding: 4px 5px;
    background: #f60;
    color: #fff;
    border: 1px solid #f60;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}

#overOut {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
    z-index: 1000;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
    z-index: 1000;
}


#tbfailure td {
    color: red;
}

#tbsuccess td {
    color: green;
}

.page_title {
    width: 100%;
    width: 100%;
    background: #f8f8f8;
    font-size: 14px;
    height: 35px;
}

.page_title_left {
    float: left;
    width: 30%;
    height: 100%;
    line-height: 35px;
    font-size: 14px;
}

.page_title_right {
    float: left;
    width: 50%;
    height: 100%;
    color: blue;
    text-align: right;
    line-height: 35px;
    font-size: 14px;
}

.table_title {
    height: 33px;
    line-height: 32px;
    background-color: #8aa4af;
    color: #FFF;
    font-weight: bold;
    padding: 0 10px;
}

.abroad {
    width: 98%;
    margin: 5px;
    line-height: 25px;
}

.single_from {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}

#dv_print {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 160px;
    padding: 0px 0px 0px 50px;
}

#dvsuccess_outer {
    height: 100%;
    overflow-y: scroll;
    float: left;
    width: 48%;
}

#dvfailure_outer {
    height: 100%;
    overflow-y: scroll;
    float: left;
    padding-left: 50px;
    width: 48%;
}

.dv_title {
    width: 1050px;
    background-color: #f6f6f6;
    text-align: left;
    line-height: 25px;
    font-weight: bold;
}

.datepicker {
    background-image: url(/js/My97DatePicker/skin/datePicker.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 80px;
}
