﻿body
{
    color: #1E1E1E;
    font-size: 12px;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    line-height: 20px;
    margin: 0px;
}
form
{
    width: 760px;
    margin: auto;
}
b
{
    color: #1E1E1E;
    font-size: 15px;
    font-family: 黑体;
    font-weight: normal;
}
a
{
    color: #1E1E1E;
    text-decoration: underline;
}
a:hover, a:active
{
    color: #CC0000;
}
input，textarea
{
    color: #003060;
}
Select
{
    height: 21px;
    color: #003060;
    font-size: 12px;
}

/*按钮*/
.Button
{
    margin-right: 30px;
    height: 25px;
}
/*文本框*/
.Text
{
    height: 15px;
}
/*文本框水印*/
.TextBoxWatermark
{
    padding: 2px 0 0 2px;
    background-color: #E6F3FF;
    color: #999999;
}
/*密码框水印*/
.TextBoxWatermarkPassword
{
    background-color: #E6F3FF;
    color: #E6F3FF;
}
/*背景1*/
.Background1
{
    background-image: url('Images/Background1.jpg');
    background-repeat: repeat-x;
}

/*专项设置*/
/*用于控制招标切换面板。用于Invite.ascx、Xzbf.ascx控件。*/
.Invite
{
    height: 180px;
    padding: 8px;
}
/*交易平台按钮*/
.JyptButton
{
    margin-left: 12px;
    margin-top: 20px;
    text-decoration: none;
    color: #000000;
    height: 19px;
    width: 133px;
    text-align: left;
    cursor: pointer;
    float: left;
}
/*交易平台项目*/
.JyptContent
{
    border: 1px solid #BAB798;
    width: 529px;
    height: 103px;
    margin-left: 1px;
    margin-bottom: 22px;
}
/*交易平台绑定按钮隐藏模式*/
.JyptBindButtonHidden
{
    margin-left: 3px;
    float: left;
    margin-top: 20px;
    visibility: hidden;
}
/*交易平台绑定按钮显示模式*/
.JyptBindButtonVisible
{
    margin-left: 3px;
    float: left;
    margin-top: 20px;
    visibility: visible;
    color: #006699;
}
