﻿body
{
    background-color: White;
    font-family: "宋体";
    font-size: 9pt;
    color: #666666;
    margin: 0px 8px 8px 8px;
    background-color: White;
    line-height: 160%;
    behavior: url( '/js/body.htc' );
}
table
{
    background-color: transparent;
    border-collapse: collapse;
}
td
{
    font-family: "宋体";
    font-size: 9pt;
    color: #666666;
    line-height:130%;
}

form
{
    margin: 0px;
}

input
{
    font-size: 9pt;
    font-family: "宋体";
    padding: 2px;
}

textarea
{
    font-size: 9pt;
    font-family: "宋体";
    background-color: #A6CAF0;
    line-height: 160%;
}
select
{
    background-color: #A6CAF0;
    height: 22px;
}
a
{
    margin: 0px 0px 0px 0px;
    word-break: break-all;
}

a:link
{
    color: #003399;
    text-decoration: none underline;
}
a:visited
{
    color: #003399;
    text-decoration: none underline;
}
a:hover
{
    color: #FF6600;
    text-decoration: none underline;
}

/*正常的link*/
.CA
{
    margin: 0px;
    word-break: break-all;
}

/*标注的超链接*/
a:link.ABiaoZhu
{
    color: #A0A0A0;
    font-size: 9pt;
    text-decoration: none underline;
}
a:visited.ABiaoZhu
{
    color: #A0A0A0;
    font-size: 9pt;
    text-decoration: none underline;
}
a:hover.ABiaoZhu
{
    color: #A0A0A0;
    font-size: 9pt;
    text-decoration: none underline;
}


/*白色文字的超链接*/
a:link.whitehref
{
    color: white;
    text-decoration: none;
}
a:visited.whitehref
{
    color: white;
    text-decoration: none;
}
a:hover.whitehref
{
    color: #FF6600;
    text-decoration: none underline;
}


/*数据验证控件的css*/
.warn
{
    color: #cc0000;
}

/*标题div，reg.aspx有用*/
.titlediv
{
    /*background-color: #B2CAF6;*/
    font-size:10pt;padding:4px;font-weight:bold;
    background-color:#7890C0;
    color: white;
}

/*Head.ascx中的包含导航链接的div*/
#TopNavDiv
{
    background-color: #EDF5FF;
    color: White;
    padding: 4px;
    border-bottom: solid 2px #4171B9;
    margin: 0px 0px 16px 0px;
}

.hw
{
    width: 900px;
    text-align:left;
}

/*Head.asxc中的表格*/
#table_nav
{
}

#table_nav td
{
    padding: 0px 8px 0px 8px;
    color: White;
}
#table_nav a.link
{
    color: White;
}

/*body中包含主要内容的 div*/
.BodyDiv
{
    width: 900px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}


/*标注文字*/
.BiaoZhu
{
    color: #A0A0A0;
    font-size: 9pt;
}

.biankuan
{
    border: 1px solid #C6D5F5;
}

.beijin
{
    background-color: #EAF0FB;
}

.biaoti
{
    font-size: 10pt;
    font-weight: bold;
    padding: 6px;
}

.rongqi
{
    padding: 8px;
}

.youduiqi
{
    text-align: right;
}

.kyibai
{
    width: 100%;
}

.hintdiv
{
    color: #666688;
    border: 1px solid #FF7300;
    background-color: #FFF5D8;
    background-image: url( '../images/a/icon_hint_16x16.gif' );
    background-repeat: no-repeat;
    padding-left: 22px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-position-x: 4px;
    background-position-y: 4px;
}

.hintk
{
    width: 450px;
    display: none;
}

.right
{
    text-align: right;
}
.vtop
{
    vertical-align: top;
}

/*表格*/
.main_table
{
}

.main_table td
{
    border: 1px solid #C6D5F5;
    padding: 3px;
}
.main_table .celltitel
{
    border: 1px solid #C6D5F5;
    padding: 3px;
    background-color: #EAF0FB;
    font-size: 9pt;
}

.main_table .right_td
{
    padding-left: 6px;
}

.blank_table td
{
    border: 0px solid #CCCCCC;
    padding: 0px;
}
/*只读*/
.ReadOnlyEdit
{
    background-color: Gray;
    font-weight: bold;
}

.myimg
{
    cursor: hand;
    behavior: url(    "/js/myimg.htc" );
}

/*导航*/
.NavDiv
{
    text-align: center;
    line-height:30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}
.NavDiv A:link
{
    color: #000;
    background-color: #fff;
    text-decoration: none;
    border: solid 1px black;
    padding: 1px 3px 1px 3px;
}
.NavDiv A:visited
{
    color: #000;
    background-color: #fff;
    text-decoration: none;
    border: solid 1px black;
    padding: 1px 3px 1px 3px;
}
.NavDiv A:hover
{
    color: #fff;
    background-color: red;
    text-decoration: none;
    border: solid 1px black;
    padding: 1px 3px 1px 3px;
}
.floatDiv
{
    position: absolute;
    left: 10px;
    top: 10px;
    margin-top: 10px;
    border-top: solid 2px #b0b0b0;
    border-left: solid 2px #b0b0b0;
    border-right: solid 2px #404040;
    border-bottom: solid 2px #404040;
    padding: 4px;
    background-color: #D4D0C8;
}
