/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {font-family: "Arial"; font-size: 9pt; color: #CC6600;} /* 未访问的链接 */
a:visited {font-family: "Arial"; font-size: 9pt; color: #CC6600;} /* 已访问的链接 */
a:hover{font-family: "Arial"; font-size: 9pt; color: #FF9900;} /* 鼠标在链接上 */ 
a:active {font-family: "Arial"; font-size: 9pt; color: #0000ff;} /* 点击激活链接 */


/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a:link.channel {font-family: "Arial"; font-size: 9pt; color: #ffffff;}
a:visited.channel {font-family: "Arial"; font-size: 9pt; color: #ffffff;}
a:hover.channel{font-family: "Arial"; font-size: 9pt; color: #00FFFF;}
a:active.channel {font-family: "Arial"; font-size: 9pt; color: #00ffff;}

/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a:link.channel2 {font-family: "Arial"; font-size: 9pt; color: #ffff00;}
a:visited.channel2 {font-family: "Arial"; font-size: 9pt; color: #ffff00;}
a:hover.channel2{font-family: "Arial"; font-size: 9pt; color: #ff6600;}
a:active.channel2 {font-family: "Arial"; font-size: 9pt; color: #ffff00;}

/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a:link.bottom {color: #ffffff;}
a:visited.bottom {color: #ffffff;}
a:hover.bottom{color: #ffff00;}
a:active.bottom {color: #ffffff;}

/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a:link.class {font-family: "Arial"; font-size: 9pt; color: #FFCC00;}
a:visited.class {font-family: "Arial"; font-size: 9pt; color: #ffcc00;}
a:hover.class{font-family: "Arial"; font-size: 9pt; color: #ff0000;}
a:active.class {font-family: "Arial"; font-size: 9pt; color: #ffcc00;}






.small {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
.background {
	background-color: #4696FF;
	border-top: 1px solid #000000;
	border-right: 1px #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px #000000;
	font-size: 14px;
	height: 22px;
	text-align: center;
}
.background1 {
	border-top: 3px solid #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
}
.panebg {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
}
.bgs {
	background-color: #B4D7FF;
}
.smallInput {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	height: 15px;
	border: 1px solid #006600;
}
.buttonface {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	height: 18px;
	border: 1px solid #006600;
	background-color: #EEFFEE;
}
.tableface {
	background-color: #d89e21;
	
}
.tt {
	COLOR: white;
	FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=90, FinishY=100);
	FONT-SIZE: 14px;
	HEIGHT: 20px;
	font-weight: 800;
	text-indent: 6px;
}
.txt {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
.list {
	border: 1px solid #006600;
}
.tablegb {
	background-color: #B6E06F;
}
.imgbgdn {
	height: 6px;
	background-image: url("../../images/bgdn.gif");
	font-size: 5px;
}
.imggbleft {
	width: 5px;
	background-image: url("../../images/bgleft.gif");
	font-size: 6px;
	background-attachment: scroll;
	background-repeat: repeat;
}
td {
	font-family: "Arial", "宋体";
	font-size: 9pt;
	line-height: 20px;
	color: 575757;}

.listTD {
	BORDER-RIGHT: buttonshadow 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: buttonhighlight 1px solid; PADDING-LEFT: 3px; OVERFLOW: hidden; BORDER-LEFT: buttonhighlight 1px solid; BORDER-BOTTOM: buttonshadow 1px solid; HEIGHT: 20px
}
