﻿html, body, form {
    height: 100%;
    width: 100%;
    font-size: 12px;
    margin: 0px;
}

.MenuTop {
    background-image: url(IMG/MenuTop.gif);
}

textarea {
    border-color: #01AAEE;
    border: 1px solid #A8AAAD;
    margin-left: -1px;
    outline: none;
}

.MenuFoot {
    background-image: url(IMG/MenuFoot.gif);
}


.MenuBg {
    background: #0a5c8e;
}

.Accdiv {
    background-image: url(IMG/MenuBg.gif);
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    color: white;
}

.AccBg {
    background: #e5f4fd;
}

.TableMain {
    border-collapse: collapse;
    border-top: 1px solid #b5d6e6;
    border-left: 1px solid #b5d6e6;
    border-right: 1px solid #b5d6e6;
    border-bottom: 1px solid #b5d6e6;
    font-size: 12px;
    letter-spacing: 1px;
}

    .TableMain td {
        border-top: 1px solid #b5d6e6;
        border-left: 1px solid #b5d6e6;
        border-right: 1px solid #b5d6e6;
        border-bottom: 1px solid #b5d6e6;
        height: 22px;
        font-size: 12px;
    }

    .TableMain th {
        border-top: 1px solid #b5d6e6;
        border-left: 1px solid #b5d6e6;
        border-right: 1px solid #b5d6e6;
        border-bottom: 1px solid #b5d6e6;
        height: 22px;
        font-size: 12px;
    }


.TableList {
    border-collapse: collapse;
    border-top: 1px solid #b5d6e6;
    border-left: 1px solid #b5d6e6;
    border-right: 1px solid #b5d6e6;
    border-bottom: 1px solid #b5d6e6;
    font-size: 12px;
    letter-spacing: 1px;
    width: 100%;
}

.TableListReplace {
    background-color: #e5f4fd;
}

.TableListOver {
    background-color: #CBCFE9;
}

.TableList td {
    border-top: 1px solid #b5d6e6;
    border-left: 1px solid #b5d6e6;
    border-right: 1px solid #b5d6e6;
    border-bottom: 1px solid #b5d6e6;
    height: 23px;
}

.TableList th {
    border-top: 1px solid #b5d6e6;
    border-left: 1px solid #b5d6e6;
    border-right: 1px solid #b5d6e6;
    border-bottom: 1px solid #b5d6e6;
    height: 23px;
    text-wrap: none;
}

.TableListTitleTD {
    background-image: url(../../images/bg.gif);
}

.lietou {
    text-align: center;
    background-color: #CDEAF9;
}

.ColHead {
    text-align: center;
    background-color: #CDEAF9;
}

.EditInput {
    border-style: groove;
    font-size: 12px;
}

.Td_b {
    vertical-align: bottom;
}

.UInput {
    border-style: none none groove none;
    font-size: 12px;
}

.EditDDL {
    border-style: groove;
}

.button_blue {
    background-image: url(../../Images/btn.GIF);
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    height: 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #b5d6e6;
    font-size: 12px;
}

.gvTitleBg {
    background-image: url(/images/bg.gif);
}

.gvTable {
    border-collapse: collapse;
    border-top: 1px solid #b5d6e6;
    border-left: 1px solid #b5d6e6;
    border-right: 1px solid #b5d6e6;
    border-bottom: 1px solid #b5d6e6;
    font-size: 12px;
    letter-spacing: 1px;
}

    .gvTable td {
        border-top: 1px solid #FFFFFF;
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #b5d6e6;
        border-bottom: 1px solid #b5d6e6;
        height: 15px;
        font-size: 12px;
    }

.watermark {
    color: gray;
    border-style: groove;
    font-size: 12px;
}


.myCalendar .ajax__calendar_container /*日历控件的整体内容部分*/ {
    border: 1px solid #646464;
    background-color: #e5f4fd;
    width: 200px;
    text-align: center;
    color: purple;
}

.myCalendar .ajax__calendar_header /*日历控件的页眉*/ {
    /*background-color:#B5AEF7;*/
    color: #0060F8;
}

.myCalendar .ajax__calendar_other .ajax__calendar_day /*不在本月份中日期的样式*/ {
    font-size: 12px;
    color: #faac38;
}

.myCalendar .ajax__calendar_other .ajax__calendar_year /*单击年后，首尾年的样式*/ {
    color: green;
}

.myCalendar .ajax__calendar_hover .ajax__calendar_day /*鼠标放置于日期上的样式*/ {
    color: red;
    background-color: #8CAAFF;
}

.myCalendar .ajax__calendar_active .ajax__calendar_day /*上次被选日期的样式（被激活）*/ {
    color: maroon;
    font-weight: bolder;
    background-color: #8CAAFF;
}

.myCalendar td {
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #b5d6e6;
    border-bottom: 1px solid #b5d6e6;
    height: 22px;
    font-size: 12px;
}



.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: #F0F0F0;
    color: windowtext;
    padding: 1px;
    height: 15px;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #b5d6e6;
    color: black;
    padding: 1px;
    height: 15px;
    font-size: 13px;
}
