/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {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: #66ffff;}
a:active.channel {font-family: "arial"; font-size:9pt;  color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a:link.channel2 {font-family: "arial"; font-size: 9pt;color: #ffff00;}
a:visited.channel2 {color: #ffff00;}
a:hover.channel2{color: #ff6600;}
a:active.channel2 {color: #ffff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a:link.bottom {font-family: "arial"; font-size: 9pt; color: #ffffff;}
a:visited.bottom {font-family: "arial"; font-size: 9pt; color: #ffffff;}
a:hover.bottom{font-family: "arial"; font-size: 9pt; color: #ffff00;}
a:active.bottom {font-family: "arial"; font-size: 9pt; color: #ffffff;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a:link.class {font-family: "arial"; font-size: 9pt; color: #ffffff;}
a:visited.class {font-family: "arial"; font-size: 9pt; color: #ffffff;}
a:hover.class{font-family: "arial"; font-size: 9pt; color: #ff0000;}
a:active.class {font-family: "arial"; font-size: 9pt; color: #ffffff;}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body{font-size: 9pt;background:url(/ies//ies/skin/blue/bg_all.gif);
background-position:center;
text-decoration: none;0
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}

/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{font-family: "arial", "宋体";
	font-size: 9pt;
	line-height: 20px;
	color: 575757;}






.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 {
	}

.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
}