﻿TD {
	FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: "Times New Roman";
}

TD.header {
	FONT-SIZE: 13px;
	COLOR: #360170;
	FONT-FAMILY: "Times New Roman";
	font-weight: bold;
}
INPUT {
	FONT-SIZE: 13px; COLOR: #360170; FONT-FAMILY: "Times New Roman";
}
SELECT {
	FONT-SIZE: 13px; COLOR: #360170; FONT-FAMILY: "Times New Roman";
}

TD.z1 {
	COLOR: #66ffff
}
TD.z2 {
	COLOR: #006666
}
TD.cline {
	LINE-HEIGHT: 150%
}
TD.baise
{
	font-size: 12px;
	color: #ffffff;
	font-family: "Times New Roman";
}
A:link {
	FONT-SIZE: 13px; COLOR: #000; font-family: "Times New Roman";TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 13px; COLOR: #000; font-family: "Times New Roman";TEXT-DECORATION: none
}
A:active {
	FONT-SIZE: 13px;  COLOR: #000; font-family: "Times New Roman";TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 13px; COLOR: #000; font-family: "Times New Roman";TEXT-DECORATION: underline
}

A.a1:link 
{
	font-weight: bold;
	FONT-SIZE: 13px; 
	font-family:"Arial Narrow";
	COLOR: white;
	TEXT-DECORATION: none
}
A.a1:visited
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: "Arial Narrow";
	text-decoration: none;
}
A.a1:active 
{
	font-weight: bold;
	FONT-SIZE: 13px; 
	font-family:"Arial Narrow";
	COLOR: white;
	TEXT-DECORATION: none
}
A.a1:hover 
{
	font-weight: bold;
	FONT-SIZE: 13px; 
	font-family:"Arial Narrow";
	COLOR: red;
	TEXT-DECORATION: underline
}

A.a11:link 
{
	FONT-SIZE: 12px; 
	font-family:"Times New Roman";
	COLOR: #000;
	TEXT-DECORATION: none
}
A.a11:visited
{
	font-size: 12px;
	color: #000;
	font-family: "Times New Roman";
	text-decoration: none;
}
A.a11:hover 
{
	FONT-SIZE: 12px; 
	font-family:"Times New Roman";
	COLOR: red;
	TEXT-DECORATION: underline
}
A.a11:active 
{
	FONT-SIZE: 12px; 
	font-family:"Times New Roman";
	COLOR: #000;
	TEXT-DECORATION: none
}


A.a2:link 
{
	font-weight: bold;
	FONT-SIZE: 12px; 
	font-family:"Times New Roman";
	COLOR: #7C03FE;
	TEXT-DECORATION: none
}
A.a2:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #7C03FE;
	font-family: "Times New Roman";
	text-decoration: none;
}
A.a2:active 
{
	font-weight: bold;
	FONT-SIZE: 12px; 
	font-family:"Times New Roman";
	COLOR: #7C03FE;
	TEXT-DECORATION: none
}
A.a2:hover 
{
	font-weight: bold;
	FONT-SIZE: 12px; 
	font-family:"Times New Roman";
	COLOR: #7C03FE;
	TEXT-DECORATION: underline
}

A.a3:link {
	FONT-SIZE: 12px; COLOR: #7C03FE; TEXT-DECORATION: none
}
A.a3:visited {
	FONT-SIZE: 12px; COLOR: #7C03FE; TEXT-DECORATION: none
}
A.a3:active {
	FONT-SIZE: 12px; TEXT-DECORATION: none
}
A.a3:hover {
	FONT-SIZE: 13px; COLOR: #7C03FE; TEXT-DECORATION: underline
}

.a5:link {
	FONT-SIZE: 12px; COLOR: red; TEXT-DECORATION: none
}
.a5:visited {
	FONT-SIZE: 12px; COLOR:red; TEXT-DECORATION: none
}
.a5:active {
	FONT-SIZE: 12px; COLOR: red;TEXT-DECORATION: none
}
.a5:hover {
	FONT-SIZE: 12px; COLOR: red; TEXT-DECORATION: underline
}

A.a6:link {
	FONT-SIZE: 12px; COLOR:#ffff66; TEXT-DECORATION: none
}
A.a6:visited
{
	font-size: 12px;
	color: #ffff66;
	text-decoration: none;
}
A.a6:active {
	FONT-SIZE: 12px; COLOR: #ffffff;TEXT-DECORATION: none
}
A.a6:hover {
	FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: underline
}

A.a66:link {
	FONT-SIZE: 13px; COLOR:red; TEXT-DECORATION: none
}
A.a66:visited
{
	font-size: 13px;
	color: red;
	text-decoration: none;
}
A.a66:active {
	FONT-SIZE: 13px; COLOR: red;TEXT-DECORATION: none
}
A.a66:hover {
	FONT-SIZE: 13px; COLOR: red; TEXT-DECORATION: underline
}

.aheader:link {
	FONT-SIZE: 13px; font-weight: bold; COLOR:#ffffff;  TEXT-DECORATION: none
}
.aheader:visited
{
	font-size: 13px; font-weight: bold; COLOR: #ffffff;	TEXT-DECORATION: none;
}
.aheader:active {
	FONT-SIZE: 13px; font-weight: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
.aheader:hover {
	FONT-SIZE: 13px; font-weight: bold; COLOR: #ffffff; TEXT-DECORATION: underline
}

.blocktextoverflow {
display:block;/*内联对象需加*/
width:31em;/*指定宽度*/
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象。不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;/* IE 专有属性，当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

.tableoverflow{
width:320px;
table-layout:fixed;/* 只有定义了表格的布局算法为fixed，下面td的定义才能起作用。 */
}
.tdoverflow{
width:100%;
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
} 

INPUT.submit {
	FONT-SIZE: 12px;
	COLOR: #5A6583;
	FONT-FAMILY: "Arial Narrow";
	background-color: #E6E6EE;
	height: 20px;
	width: 40px;
	border: 1px solid #5A6583;
	margin: 1px;
	padding: 1px;
}

INPUT.username {
	FONT-SIZE: 12px;
	COLOR: #7C03FE;
	FONT-FAMILY: "Arial Narrow";
	background-color: #FFFFFF;
	height: 20px;
	width: 90px;
	border: 1px solid #5A6583;
	margin: 1px;
	padding: 1px;
}

select.search {
	FONT-SIZE: 12px;
	COLOR: #7C03FE;
	FONT-FAMILY: "Arial Narrow";
	background-color: #FFFFFF;
	height: 20px;
	width: 70px;
	border: 1px solid #5A6583;
	margin: 1px;
	padding: 1px;
}
body {
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #5A6583;
	margin: 0px;
}

.lanse13 {
	font-size: 13px;
	font-weight: bold;
	color: #7C03FE;
}

body,td,th { font-size: 12px; color: #000000; font-family:Arial, Helvetica, sans-serif,"宋体" }
body { margin: 0px; background:url(../../images/bg.gif) repeat-x; line-height:150%; }
a { font-size: 12px; color:red; }
a:link { text-decoration: none;  }
a:visited { text-decoration: none; color: #3B3B3B; }
a:hover { text-decoration: none; color: red; }
a:active { text-decoration: none; color: #000000; }
.bt_blue1_bg{ background:url(../../images/kk1.gif) no-repeat top left; }
.bt_blue1 a:link{
	color:#01458b;
	font-size:13px;
	font-weight:bold;
}
.bt_blue1 a:visited{
	color:#01458b;
	font-size:13px;
	font-weight:bold;
}
.bt_blue1 a:hover{
	color:#000;
	font-size:13px;
	font-weight:bold;
}
.bt_blue1 a:active{
	color:#01458b;
	font-size:13px;
	font-weight:bold;
}

A.bt_blue2:link{ color:#000000; font-size:12px; }
A.bt_blue2:visited{ color:#000000; font-size:12px; }
A.bt_blue2:hover{ color:red; font-size:12px; }
A.bt_blue2:active{ color:#000000; font-size:12px; }

.bt_bq a:link{ color:#02498c; }
.bt_bq a:visited{ color:#02498c; }
.bt_bq a:hover{ color:#000; }
.bt_bq a:active{ color:#02498c; }
.b2{ color:#147dc2; }
.b1 tr td a:link{ color:#147dc2; padding-left:7px; }
.b1 tr td a:visited{ color:#147dc2; padding-left:7px; }
.b1 tr td a:hover{ color:#000; padding-left:7px; }
.b1 tr td a:active{ color:#147dc2; padding-left:7px; }

.b3 tr td a:link{ color:#005494; }
.b3 tr td a:visited{ color:#005494; }
.b3 tr td a:hover{ color:#000; }
.b3 tr td a:active{ color:#005494; }
.bt_14{
	color:#313131;
	font-size:14px;
	font-weight:bold;
	/*text-decoration:underline;*/
}
.bg{ background:url(../../images/bgg.gif) repeat-x; }
.bt_blue_bg{ background:url(../../images/bt_bg1.gif) no-repeat top left; }
.bt_blue
{
    color: #01458b;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
}

.bt_gray_bg{ background:url(../../images/bt_bg2.gif) no-repeat top left; }
.bt_gray
{
    color: #df0000;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
}

.fc1{ color:#013a80; }
.fc2{ color:#e00909; }
.fc_999{ color:#999999; font-size:11px; }
.gd{ color:#014993; font-weight:bold; /*text-decoration:underline;*/ }
img{ border:none; }
.input1{
	width:135px;
	height:14px;
	border:none;
	background-color:#d9f0fe;
}
.input2{ width:135px; height:18px; }
.input3 input{ width:65px; height:14px; }
.input4 input{ width:130px; height:14px; }
.i_bg{ background:url(../../images/i_bg.gif) repeat-y; }

.line_h{
	line-height:200%;
}
.l_bk{ 
	border-bottom:#acd4ec solid 1px; 
	border-left:#acd4ec solid 1px; 
	border-right:#acd4ec solid 1px;
}

.l_bk a:link{ color:#005494; }
.l_bk a:visited{ color:#005494; }
.l_bk a:hover{ color:#000; }
.l_bk a:active{ color:#005494; }

.l_bk_zy{
	border-left:#acd4ec solid 1px;
	border-right:#acd4ec solid 1px;
	background:url(../../images/xxgk_bg.gif) repeat-x #ecf6fd;
}
.l_bk_zy1{
	border-left:#acd4ec solid 1px;
	border-right:#acd4ec solid 1px;
}
.l_bk_1{
	border-bottom:#acd4ec dashed 1px;
	border-left:#acd4ec solid 1px;
	border-right:#acd4ec solid 1px;
	background-color:#e9f4fc;
}
.l_bk_gray{
	border-bottom:#e5e5e5 solid 1px;
	border-left:#e5e5e5 solid 1px;
	border-right:#e5e5e5 solid 1px;
	background-color:#fcfcfc;
}.l_bk_gray_bg{
	border-bottom:#e5e5e5 solid 1px;
	border-left:#e5e5e5 solid 1px;
	border-right:#e5e5e5 solid 1px;
	background:url(../../images/bga.gif) no-repeat bottom right #fcfcfc;
}
.line1{ border-bottom:#c7c7c7 1px dashed; }
.line2{
	border-bottom:#c7c7c7 1px dashed;
	border-top:#c7c7c7 1px dashed;
}
.sj_red{ color:#df0000; font-weight:bold; }
.xxxx{ color:#0573c0; }

        * {
            padding:0; 
            margin:0;
        }
        #navigation, #navigation li ul {
            list-style-type:none;
		
        }
        #navigation {
            margin:0;
			float:left;
        }
        #navigation li {
            float:left;
            text-align:center;
            position:relative;
        }
        #navigation li a:link, #navigation li a:visited {
		
		
 		background:url(../../images/menubg1.jpg) repeat-x;
            display:block; 
            text-decoration:none; 
            color:#fff;
		 
            width:80px; 
            height:29px; 
            line-height:29px;
			
		filter:alpha(opacity=100);
        }
        #navigation li a:hover {
		background:url(../../images/menubg2.jpg) repeat-x;
            color:#fff;
            
			
			
        }
		 #navigation li ul li a:link {
            color:#000;
            background:#ADD4EE; 
        }
		 #navigation li ul li  {
		 width:82px;
            color:#000;
            background:#ADD4EE; 
        }
		
        #navigation li ul li a:visited {
            color:#ffffff;
            background:#036bbd; 

        }

      #navigation li ul li a:hover {
            color:#000;
            background:#ffffff; 
        }

        #navigation li ul {
            display:none;
            position:absolute; 
            top:28px;
            left:0;
            margin-top:1px;
            margin-left:-1px;
            width:80px;
        }
        #navigation li ul li ul {
            display:none;
            position:absolute; 
            top:0px;
            left:80px; 
            margin-top:0;
            margin-left:1px;
            width:80px;
        }

.textcss
{
	text-align:center;
	
}

.headcss
{
	font-weight:bold;

}
.tddotted
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}


