﻿input
{
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    height: 19px;
    line-height: 20px;
    border: #CCCCCC 1px solid;
}
.ckBox
{
    margin: 0px;
    padding: 0px;
    height: 18px;
    border-style: none;
}
.TextBox
{
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    height: 19px;
    line-height: 20px;
    border: #CCCCCC 1px solid;
}
.TextBoxFocus
{
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    height: 19px;
    line-height: 20px;
    border: #FFCC33 1px solid;
}
.DropDownList
{
    font-size: 13px;
    color: #000000;
    border: 1pt solid #CCCCCC;
    height: 21px;
    margin-top: 1px;
}
.DropDownListFocus
{
    font-size: 13px;
    color: #000000;
    border: 1pt solid #FFCC33;
    height: 21px;
    margin-top: 1px;
}
#main .button, .OperateView input
{
    background: url(../Images/buttonbg.png) repeat-x;
    padding: 0 5px;
    border: #659EEB 1px solid;
    line-height: 22px;
    color: #1F68C2;
    margin-right: 10px;
    min-width: 75px;
    height: 22px;
    margin-top: 2px;
    cursor: pointer;
}
/*操作按钮*/
.OperatePushbutton, .NodeOperatePushbutton
{
    width: 50px;
    text-align: center;
    cursor: pointer;
    color: Blue;
}
.tableList a:hover
{
    color: Red;
}
/*分页器*/
.Paging
{
    text-align: center;
    margin-top: 10px;
    width: 95%;
    margin: 0px auto;
}
.Paging a
{
    border: 1px solid #d4e3e9;
    padding: 0 3px;
    margin-right: 5px;
}
.Paging .num_btns
{
    float: right;
    font-family: Tahoma;
}
.Paging .oran_pg_cur
{
    border: 1px solid #D5D5D5;
    background-color: #5984ac;
    color: #fff;
}
.Paging a:hover
{
    color: Red;
    text-decoration: none;
}
.Paging .cust_txt
{
    float: left;
}
.Paging .oran_pg_fp
{
    font-weight: bold;
}
.Paging .oran_pg_pp
{
    font-weight: bold;
}
.Paging .oran_pg_np
{
    font-weight: bold;
}
.Paging .oran_pg_lp
{
    font-weight: bold;
}
.Paging select
{
    margin-top: 5px;
}
.Paging .oran_pg_txt
{
    height: 15px;
    border: solid 1px #d4e3e9;
    width: 20px;
    margin-left: 5px;
}
.Paging .oran_pg_btn
{
    height: 15px;
    border: solid 1px #d4e3e9;
    margin-left: 5px;
    font-size: 9px;
    background: #5984ac;
    color: #fff;
}
/*jquery-msgbox页面弹窗 */
.jquery-msgbox
{
    background: url(../images/LogoImg/background.png) repeat-x left bottom;
    padding-bottom: 55px;
}

.jquery-msgbox-wrapper
{
    padding: 20px 20px 20px 100px;
}

.jquery-msgbox-buttons
{
    padding: 15px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.jquery-msgbox-buttons button, .jquery-msgbox-buttons input
{
    margin-left: 10px;
    min-width: 85px;
    cursor: pointer;
}

.jquery-msgbox-inputs
{
    margin-top: 4px;
}

.jquery-msgbox-inputs input
{
    display: block;
    padding: 3px 2px;
    border: 1px solid #dddddd;
    margin: 3px 0 6px 0;
    width: 95%;
}

.jquery-msgbox-label
{
    font-weight: bold;
    font-size: 11px;
}

.jquery-msgbox-ok
{
    background: url(../Images/LogoImg/ok.png) no-repeat 20px 20px;
}

.jquery-msgbox-alert
{
    background: url(../Images/LogoImg/alert.png) no-repeat 20px 20px;
}

.jquery-msgbox-info
{
    background: url(../Images/LogoImg/info.png) no-repeat 20px 20px;
}

.jquery-msgbox-error
{
    background: url(../Images/LogoImg/error.png) no-repeat 20px 20px;
}

.jquery-msgbox-prompt
{
    background: url(../Images/LogoImg/question.png) no-repeat 20px 20px;
}

.jquery-msgbox-confirm
{
    background: url(../Images/LogoImg/confirm.png) no-repeat 20px 20px;
}
/*jquery-OranMsg页面弹窗*/
.MsgBox
{
    display: none;
    z-index: 1001;
    width: 398px;
    border: 1px solid #ccc;
    background: #fff;
    padding-bottom: 20px;
}
.MsgBox div
{
    border: 1px solid #E4E3E3;
    background: #EBECEB;
    height: 18px;
    padding: 4px .5em 0;
    margin-bottom: 10px;
}
.MsgBox_dl
{
    width: 370px;
    margin: 0 auto;
}
.MsgBox_dl dt
{
    float: left;
    width: 105px;
    overflow: hidden;
}
.MsgBox_dl dd
{
    width: 265px;
    float: right;
}
.HRMsgBox_Icon_OK
{
}
.HRMsgBox_Icon_Information
{
}
.HRMsgBox_Icon_Question
{
}
.HRMsgBox_Icon_Error
{
}
.HRMsgBox_Icon_Defalut
{
}

