html, form
{
    border: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body
{
    font-family: Tahoma, Verdana, 宋体;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    background-color: #f4f2f2;
}
li
{
    list-style: none;
}
a
{
    text-decoration: none;
    border: 0;
}
img
{
    border: 0;
}
.clear
{
    clear: both;
    height: 0;
}
object
{
    position: absolute;
    top: -100px;
    height: 0;
    width: 0;
}
hr
{
    height: 1px;
    border: none;
    border-top: 1px solid #A5ACB5;
}


/*页面头部--top*/
.Header
{
    margin: 0;
    width: 100%;
    height: 72px;
    background-image: url(../Images/Frame/welcomtopbg.gif);
}
.Header_Left
{
    float: left;
    width: 610px;
}
.Header_Right
{
    position: absolute;
    right: 0;
}
.Header_Right_Choose
{
    height: 72px;
    float: right;
}
.Header_Right_Choose a
{
    width: 105px;
    display: inline-block;
    height: 60px;
    text-align: center;
    border-left: 1px solid #e9e9eb;
    border-right: 1px solid #fcfcfc;
    margin: 0;
    padding-top: 6px;
    float: left;
    line-height: 26px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}
.Header_Right_Choose a:hover
{
    background: url(../Images/Frame/welcomiconbg.gif) repeat-x;
    color: #f0950f !important;
}
.Header_Right_Choose_Select
{
    color: #ffffff !important;
    background: url(../Images/Frame/welcomleftbg.gif) repeat-x !important;
}
.Header_Logo
{
    background: url(../Images/Frame/logo.png) no-repeat;
    width: 180px;
    height: 48px;
    float: left;
    margin: 10px 16px 0 35px;
}
.Header_Tit
{
    height: 45px;
    width: 320px;
    float: left;
    margin-top: 18px;
}
.Header_English_Tit
{
    background: url(../Images/Frame/welcomEnglishfont.png) no-repeat;
    height: 45px;
    width: 377px;
    float: left;
    margin-top: 14px;
}
.Header_font
{
    float: right;
    text-align: right;
    margin-top: 40px;
    margin-right: 15px;
}
.Header_font a
{
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
}
.Header_font span
{
    display: inline-block;
    margin: 0 8px;
    cursor: default;
}
.Header_font a:hover
{
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
    text-decoration: underline;
}
.Header_Home
{
    background: url(../Images/Frame/home.png) no-repeat left center;
    padding-left: 15px;
    color: #0000ff;
}
.Header_Copant
{
    background: url(../Images/Frame/topicon1.png) no-repeat left center;
    padding-left: 21px;
}
.Header_User
{
    background: url(../Images/Frame/topuser.png) no-repeat left center;
    padding-left: 17px;
    color: #0000ff;
}
.Header_Policy
{
    background: url(../Images/Frame/todo.png) no-repeat left center;
    padding-left: 17px;
    color: #0000ff;
}
.Header_Channel
{
    background: url(../Images/Frame/icon2.png) no-repeat left center;
    padding-left: 18px;
}
.Header_email
{
    background: url(../Images/Frame/email.png) no-repeat left center;
    padding-left: 18px;
    color: #0000ff;
}
.Header_Help
{
    background: url(../Images/Frame/help.png) no-repeat left center;
    padding-left: 13px;
    color: #0000ff;
}
.Header_Quit
{
    color: #ff0000;
}
.Header_font font
{
    font-weight: bold;
}

.welcometopbor
{
    border-right: none !important;
}

/*    hc 2012-11-2 ----------------------------*/
#ContentUp
{
    width: 100%; /*display:block;*/
    padding-left: 5px;
    text-align: left;
    min-height: 30px;
    overflow: hidden;
    padding-top: 5px;
}
.ContentUp_Child
{
    margin: 2px 5px 2px 0;
    float: left;
    padding: 0;
}
.ContentUp_QueryBtn
{
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}
.mini-toolbar .ContentUp_Child
{
    margin: 0 4px 0 0;
}

#pager
{
    background: none;
}


.fieldset_Query
{
    margin: 0;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

.table2
{
    border-collapse: collapse;
}
.table2 td
{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 0;
}

.frame_Login_UL
{
    list-style: none;
    margin: 0;
    padding: 0 10px;
}
.frame_Login_UL li
{
    line-height: 14px;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.frame_Login_UL li .mini-textbox
{
    width: 100%;
    height: 30px;
    background: none;
}
.frame_Login_UL li .mini-textbox-border
{
    width: 100%;
    height: 30px;
    padding: 0;
    background: none;
}
.frame_Login_UL li .mini-textbox-input
{
    width: 256px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d5d4d4;
    background: none;
}
.frame_Login_UL li .mini-errorIcon
{
    top: 5px;
    right: 4px;
}
.frame_Login_UL li .frame_Login_Btn
{
    margin-top: 5px;
    width: 100%;
    height: 40px;
    border: none;
    text-align: center;
    display: inline-block;
    background: #ff6f20;
    color: #fff;
    line-height: 40px;
    font-family: Tahoma,Verdana,宋体;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 10px;
    cursor: pointer;
}
.frame_Login_UL li .frame_Login_Btn:hover
{
    background: #9b0b0b;
}
.frame_Login_UL li .frame_Login_Btn:active
{
    line-height: 42px;
    background: #79080c;
}

input[type=checkbox], label
{
    vertical-align: middle;
    outline: none;
}
.progress
{
    border: solid 1px #aaa;
    height: 30px;
    position: relative;
    margin: 12px 20px;
}
.progress div
{
    background-color: #5FB878;
    height: 100%;

}
.progress span
{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 30px;
    text-align: center;
}
