﻿
textarea
{
    font-family: 宋体;
    font-size: 9pt;
}
input
{
    font-family: 宋体;
    font-size: 9pt;
}
select
{
    font-family: 宋体;
    font-size: 9pt;
}
p, h1, h2, h3, h4, h5, h6
{
    line-height: 12.5pt;
}
A:link
{
    color: #000000;
    text-decoration: none;
    font-family: "宋体";
    font-size: 9pt;
}

A:visited
{
    color: #000000;
    text-decoration: none;
    font-family: "宋体";
    font-size: 9pt;
}

A:active
{
    color: #ff0000;
    text-decoration: none;
    font-family: "宋体";
    font-size: 9pt;
}

A:hover
{
    color: #000000;
    text-decoration: underline;
    font-family: "宋体";
    font-size: 9pt;
}

html, body
{
    margin: 0px;
    color: #1F1F1F;
    background-color: #ffffff;
    font-size: 12px;
    font-family: 宋体;
    line-height: 12.5pt;
    padding: 0px;
}

#bg
{
    height: 100%;
    width: 100%;
    background-color:#E9E9E9;
}

#bgtop
{
    background-image: url(      'Images/bgtop.gif' );
    background-position: top;
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
}

#bgfoot
{
    background-image: url(      'Images/bgfoot.gif' );
    background-position: bottom;
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
}

#contentborder
{
    width: 771px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    border-top: solid 1px #0073AC;
    border-bottom: dotted 1px blue;
}

#content
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin-top:10px;
    margin-bottom: 50px;
}

#contenttopbg
{
    background-image: url(  'Images/topbg.gif' );
    background-position:top;
    background-repeat: no-repeat;
}

#contentfootbg
{
    background-image: url(  'Images/footbg.gif' );
    background-position: bottom;
    background-repeat: no-repeat;
}

#main
{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    min-height: 600px;
}

#lantern table
{
}

#location
{
    margin-top: 4px;
    margin-bottom: 4px;
}

#navigate
{
    margin-top: 4px;
    width: 750px;
    height: 30px;
    text-align:right;
    float:right;
}

#navigate a:link.headerLink, a:visited.headerLink
{
    color: #F4F3F3;
    text-decoration: none;
}
#navigate a:hover.headerLink, a:active.headerLink
{
    color: #FFCC33;
    text-decoration: none;
}

.footer
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 42px;
}


.img_v
{
    text-align: center; /*水平居中*/
    vertical-align: middle; /*垂直居中,针对FF*/
    position: relative; /*相对定位,为下属的p采用绝对定位打好基础*/
    display: table-cell; /*把块作为表格单元格,针对FF*/
}
.img_v p
{ +position:absolute;/*绝对定位,前面加了+,针对IE*/
top:50%;/*向上偏移图片自身宽度的50%,针对IE*/
}
.img_v img
{ +position:relative;/*相对定位,IE*/
top:-50%;/*向下偏移图片自身高度的50%,针对IE,*/
left:-50%;/*向左偏移图片自身宽度的50%,针对IE,*/
}

.font14
{
    font-size: 14px;
}

.tbsty
{
    border: 1px solid #5C9DD6;
    background-color: #FFFFFF;
}	

.table,.gridview
{
    width: 100%;
    border: 1px solid #2F81C4;
    text-align: left;
}

.table td, .gridview td
{
    border-top: 1px solid #C6DBEE;
    border-right-color: #C6DBEE;
    border-bottom-color: #C6DBEE;
    border-left-color: #C6DBEE;
    background-color: #F0F9FF;
    line-height: 140%;
    text-align: left;
}

.table th,.gridview th
{
    background-color: #59A2DD;
    text-align: center;
    border-style: none;
    border-width: 1px;
    padding: 0px;
    line-height: 27px;
    vertical-align: middle;
    background-image: url(images/table_title.gif);
    background-repeat: repeat-x;
}

.table td table, .gridview td table
{
    border: 0px;
}

.table td table td, .gridview td table td
{
    border: 0px;
}

input, textarea, select
{
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    font-size: 9pt;
}

.divpanel
{
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}

.progress_bg
{
    height: 11px;
    background: #CDCDCD;
    overflow: hidden;
    float: left;
    margin-left: 13px !important;
    margin-left: 13px;
    margin-right: 10px;
}

.progress
{
    height: 11px;
    background: url(    'progress/progress_bg.gif' ) repeat-x;
    border-left: 1px solid #2A64AE;
    border-right: 1px solid #2A64AE;
   