﻿
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}

html {
    height: 100%;
}

* {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif
}

.mytable {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
    color: #000000 !important;
}

    .mytable th {
        background-image: url(1.jpg);
        background-repeat: repeat-x;
        background-size: cover;
        padding: 6px;
        border: solid #4f93e3 1px;
        color: #000000 !important;
        font-weight: normal !important;
        font-size: 15px;
    }

    .mytable td {
        padding: 3px;
        border: solid #bfd3ee 1px;
        font-weight: normal !important;
        background-color: #FFFFFF;
    }
/*gridview*/
.table table tbody tr td a, .table table tbody tr td span {
    position: relative;
    float: left;
    padding: 2px 4px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a, .table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a, .table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover, .table table > tbody > tr > td > span:hover, .table table > tbody > tr > td > a:focus, .table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

a {
    text-decoration: none;
    color: #262626;
}

.pager table {
    float: right
}

.Footsty td {
    font-weight: bold;
    font-size: 15px;
    color: #e00e0e
}

.colorR {
    color: #e00e0e;
}

.dis_ {
    color: #A70310;
    padding: 2px;
    cursor: pointer;
}

.long_ {
    color: #FF925E;
    padding: 2px;
    cursor: pointer;
}

.sch_ {
    color: #FF66CC;
    padding: 2px;
    cursor: pointer;
}

.fg_ {
    color: #2392B6;
    padding: 2px;
    cursor: pointer;
}

.fec_ {
    color: #74743A;
    padding: 2px;
    cursor: pointer;
}

.re_ {
    color: #9797CC;
    padding: 2px;
    cursor: pointer;
}


.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
    background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
    background-color: #74ad5a;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 12px;
    text-decoration: none;
    margin-bottom: 10px;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
        background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
        background-color: #68a54b;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }


.myprint {
    -moz-box-shadow: inset 0px 1px 0px 0px #869acc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #869acc;
    box-shadow: inset 0px 1px 0px 0px #869acc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5b88ab), color-stop(1, #4b72a3));
    background: -moz-linear-gradient(top, #5b88ab 5%, #4b72a3 100%);
    background: -webkit-linear-gradient(top, #5b88ab 5%, #4b72a3 100%);
    background: -o-linear-gradient(top, #5b88ab 5%, #4b72a3 100%);
    background: -ms-linear-gradient(top, #5b88ab 5%, #4b72a3 100%);
    background: linear-gradient(to bottom, #5b88ab 5%, #4b72a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b88ab', endColorstr='#4b72a3',GradientType=0);
    background-color: #5b88ab;
    border: 1px solid #22316e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 12px;
    text-decoration: none;
}

    .myprint:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4b72a3), color-stop(1, #5b88ab));
        background: -moz-linear-gradient(top, #4b72a3 5%, #5b88ab 100%);
        background: -webkit-linear-gradient(top, #4b72a3 5%, #5b88ab 100%);
        background: -o-linear-gradient(top, #4b72a3 5%, #5b88ab 100%);
        background: -ms-linear-gradient(top, #4b72a3 5%, #5b88ab 100%);
        background: linear-gradient(to bottom, #4b72a3 5%, #5b88ab 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b72a3', endColorstr='#5b88ab',GradientType=0);
        background-color: #4b72a3;
    }

    .myprint:active {
        position: relative;
        top: 1px;
    }
