﻿
* {
    font-family: "Helvetica Neue","Arial","PingFang SC","Hiragino Sans GB","STHeiti","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif !important;
    font-size: 12px;
}

body {
  
    color: #111;
    padding: 0px;
    margin: 0px;
}

.dataTable tr:hover {
    background-color: rgb(223, 239, 252);
}

.dataTable tr .click {
    background-color: #cccccc;
}

.dataTable {
    border-collapse: collapse;
    border: none;
    font-size: 12px;
}

    .dataTable td {
        border: solid #79b7e7 1px;
        padding: 5px 2px;
        white-space: nowrap;
    }

    .dataTable th {
        border: solid #79b7e7 1px;
        background-color: #c5dbec;
        padding: 5px 2px;
        white-space: nowrap;
        font-weight: normal;
    }

input {
    border: 1px solid #79b7e7;
}
    /*input[type=submit],input[type=button] {
    border: 1px solid black;
}*/
    input:hover {
        background-color: #c5dbec;
        border: 1px solid #79b7e7;
    }

/*input[type=text],input[type=password] {
        border: none;
        border-bottom: solid 1px black;
    }*/

textarea {
    border: 1px solid #c5dbec;
}

    textarea:hover {
        background-color: #c5dbec;
        border: 1px solid #79b7e7;
    }

select {
    border: 1px solid #c5dbec;
}

    select:hover {
        background-color: #c5dbec;
        border: 1px solid #79b7e7;
    }

.btn {
    background-color: rgb(223, 239, 252);
    border: 1px solid #c5dbec;
    color: #2e6e9e;
    padding: .2em .5em;
    border-radius: 4px;
}

    .btn:hover {
        background-color: #c5dbec;
        border: 1px solid #79b7e7;
        color: #2e6e9e;
    }

    .btn:active {
        border: 1px solid #79b7e7;
        background: #f5f8f9;
        font-weight: normal;
        color: #e17009;
    }

    .btn:disabled {
        background-color: lightgray;
    }

.btnsmall {
    background-color: rgb(223, 239, 252);
    border: 1px solid #c5dbec;
    color: #2e6e9e;
    padding: 1px;
}

    .btnsmall:hover {
        background-color: #c5dbec;
        border: 1px solid #79b7e7;
        color: #2e6e9e;
    }

    .btnsmall:active {
        border: 1px solid #79b7e7;
        background: #f5f8f9;
        font-weight: normal;
        color: #e17009;
    }

    .btnsmall:disabled {
        background-color: lightgray;
        border: 1px solid gray;
        color: gray;
    }

        .btnsmall:disabled:hover {
            background-color: lightgray;
            border: 1px solid gray;
            color: gray;
        }

        .btnsmall:disabled:active {
            background-color: lightgray;
            border: 1px solid gray;
            color: gray;
        }

.btnDisabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
    padding: .2em .5em;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed lightgray;
    /*#79b7e7*/
}

a {
    color: #2e6e9e;
    cursor: pointer;
}

    a:hover {
        color: #083967;
        cursor: pointer;
    }
/*
a:active
{
	color: #e17009;
	cursor: pointer;
}*/

.TDLabel {
    width: 70px;
    white-space: nowrap;
    font-weight: bold;
}

.TDText {
    width: 100px;
    white-space: nowrap;
}

    .TDText input {
        width: 100px;
        padding: .2em .1em;
    }

    .TDText select {
        width: 104px;
        padding: .2em .1em;
    }

.TDInputText input {
    padding: .2em .1em;
}

.TDInputText select {
    padding: .2em .1em;
}

.header {
    height: 26px;
    background-color: #c5dbec;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

select {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
textarea {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
