body
{
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}
textarea[readonlyA], input[type=text][readonly]
{
    background: #eee;
}
/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.divCreate
{
    text-align: center;
}
.divCreate .title
{
    background-color: #0f8ad6;
    position: relative;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    padding-left: 5px;
}
.divCreate .tableEdit td.title
{
    background-color: #0f8ad6;
    position: relative;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
}

.htmlTitle
{
    text-align: center;
    font-size: 22pt;
    font-family: \5B8B\4F53;
    font-weight: bolder;
}
.htmlTitle img
{
    vertical-align: bottom;
    height: 30pt;
}
.InfoTitle
{
    padding: 30px 0;
    font-family: 方正小标-GBK;
    font-size: 26px;
    font-weight: bolder;
}
.InfoRelease
{
    border-bottom: 1px dotted darkgray;
    border-top: 1px dotted darkgray;
    padding: 7px;
    font-size: 15px;
}
.InfoContent, .InfoContent p
{
    font-size: 14px;
    line-height: 200%;
}

.tc
{
    text-align: center;
}

.htmj_h1
{
    color: red;
    font-size: 37px;
    margin-bottom: 30px;
    font-family: \5B8B\4F53;
    font-weight: bolder;
}

.htmj_title
{
    border-top: 5px solid red;
    font-family: 方正小标-GBK;
    font-size: 26px;
    font-weight: bolder;
    padding: 30px 0;
}

.htmj_article {
    font-size: 15px;
    padding-top: 20px;
}
