html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ff6600;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */

/* 总栏目字体*/
.lanmu {color: #669900;}
a.lanmu:link {color: #669900;}
a.lanmu:visited {color: #669900;}
a.lanmu:hover{color: #ff0000;}
a.lanmu:active {color: #669900;}

/* 文章栏目标题文字链接的css定义1 */
.class {color: #ffffff;font-weight: bold;}
a.class:link {color: #ffffff;font-weight: bold;}
a.class:visited {color: #ffffff;font-weight: bold;}
a.class:hover{color: #ff0000;font-weight: bold;}
a.class:active {color: #ffffff;	font-weight: bold;}

/* 文章栏目标题文字链接的css定义2*/
.class2 {font-weight: bold; color: #0088ca;}
a.class2:link {font-weight: bold; color: #0088ca;}
a.class2:visited {font-weight: bold; color: #0088ca;}
a.class2:hover{font-weight: bold; color: #ff0000;}
a.class2:active {font-weight: bold; color: #0088ca;}

/* 文章栏目标题文字链接的css定义3*/
.class3 {font-weight: bold; font-size: 14px; color: #f40707;}
a.class3:link {font-weight: bold; font-size: 14px; color: #f40707;}
a.class3:visited {font-weight: bold; font-size: 14px; color: #f40707;}
a.class3:hover{font-weight: bold; font-size: 14px; color: blue;}
a.class3:active {font-weight: bold; font-size: 14px; color: #f40707;}

/* 管理登陆标题文字链接的css定义*/
.bottom {color: #333333;}
a.bottom:link {color: #333333;}
a.bottom:visited {color: #333333;}
a.bottom:hover{color: #ff6600;}
a.bottom:active {color: #333333;}

/* 广告服务文字链接的css定义*/
.myred1 {color: #ff0000;}
a.myred1:link {color: #ff0000;}
a.myred1:visited {color: #ff0000;}
a.myred1:hover{color: #0088ca;}
a.myred1:active {color: #ff0000;}

/* 文字链接的css定义*/
.myred2 {font-weight: bold; font-size: 14px;color: #0066ff;}
a.myred2:link {font-weight: bold; font-size: 14px;color: #0066ff;}
a.myred2:visited {font-weight: bold; font-size: 14px;color: #0066ff;}
a.myred2:hover{font-weight: bold; font-size: 14px;color: #ff0000;}
a.myred2:active {font-weight: bold; font-size: 14px;color: #0066ff;}

/* 农科视频文字链接的css定义*/
.mywhite1 {color: #ffffff;}
a.mywhite1:link {color: #ffffff;}
a.mywhite1:visited {color: #ffffff;}
a.mywhite1:hover{color: blue;}
a.mywhite1:active {color: #ffffff;}
/*页面总css定义*/
}
body {
	margin: 0px
}
td {
	font-size: 12px; line-height: 180%
}
p {
	line-height: 180%
}
div {
	font-size: 12px; line-height: 180%
}
input {
	font-size: 12px; line-height: 170%; height: 20px
}
select {
	font-size: 12px; line-height: 170%; height: 20px
}
textarea {
	font-size: 12px; line-height: 170%
}

/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #ff0000;}
a.guest:active {color: #ffffff;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ffffff;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#d2d3d9;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}
/* --留言频道css定义结束-- */
/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* --评论显示页的css定义开始-- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}
/* --评论显示页css定义结束-- */　　

/*文章正文模板css定义*/
.ArticleContent {
	font-weight: normal; font-size: 16px; line-height: 150%; font-style: normal; font-family: "宋体"
}
.ArticleTitle {
	font-weight: bold; font-size: 18px; line-height: 180%	
}
.ArticleSubheading {
	font-weight: bold; font-size: 14px; line-height: 150%
}
.ArtSub {
	font-size: 12px;
}

/*其他通用css定义*/
.99 {
	color: #999999;font-weight: normal; font-size: 12px; line-height: 180%; font-style: normal; font-family: "宋体"	
}
.ti-14 {
	font-weight: bold; font-size: 14px; color: #ffffff; line-height: 180%
}
.blue {
	font-weight: bold; font-size: 14px; color: #045bb4; line-height: 180%
}
.red {
	font-weight: bold; font-size: 14px; color: #ff0000; line-height: 180%
}
.red1 {
	font-weight: bold; font-size: 14px; color: #f40707; line-height: 180%
}
.red2 {
	font-weight: bold; font-size: 14px; color: #ff8a00; line-height: 180%
}
.red-12 {
	font-weight: bold; font-size: 12px; color: #ff4a11; line-height: 180%
}
.red3 {
	font-size: 12px; color: #9e2802; line-height: 180%
}
.red4 {
	font-size: 12px; color: #ff630e; line-height: 180%
}
.red5 {
	font-weight: bold; font-size: 12px; color: #4f422f; line-height: 180%
}
.red6 {
	font-size: 12px; color: #4f422f; line-height: 180%
}
.red7 {
	font-weight: bold; font-size: 12px; color: #ff630e; line-height: 180%
}
.red7_1 {
	font-size: 12px; color: #ff630e; line-height: 180%
}
.gree {
	font-weight: bold; font-size: 12px; color: #6b9d00; line-height: 180%
}
.gree1 {
	font-size: 12px; color: #72b401; line-height: 180%
}
.yellow {
	font-size: 12px; color: #ffff00; line-height: 180%
}
.white {
	font-weight: bold; font-size: 14px; color: #ffffff; line-height: 180%
}
.black-14px {
	font-weight: bold; font-size: 14px; color: #000000; line-height: 180%
}
.black1 {
	font-weight: bold; font-size: 12px; color: #525252; line-height: 180%
}
.tabel-1px {
	border-right: #999999 1px dashed; border-top: #999999 1px dashed; border-left: #999999 1px dashed; border-bottom: #999999 1px dashed
}
.new1 {
	font-weight: bold; font-size: 14px; color: #ff9900; line-height: 150%
}
.wzbg
{background:#e2dfd5;
}

/*标题文字虚线等css定义*/
bgtitle {
	font-size: 12px; 
}	
.bg1
{
background:#ffffff;height:24;
}
.bg2
{
background:#f7f7f7;height:24;
}
.bg24
{
background:url(/agrimg/24bg.gif);height:24;
}
.bg24a
{
background:url(/agrimg/line-24.gif);height:24;
}
.bg28
{
background:url(/agrimg/line-28.gif);height:28;
}
.bg32
{
background:url(/agrimg/line-32.gif);height:32;
}
.bg36
{
background:url(/agrimg/line-36.gif);height:36;
}
.bg40
{
background:url(/agrimg/line-40.gif);height:40;
}
.box
{border-right: #b9b7af 1px solid;border-left: b9b7af 1px solid;
}
.box1
{border: 3px double #c6c3ba;
}

/*图片css定义*/
.pic1
{
border: 3px double #cccccc;
}
.gg {

	font-weight: bold; font-size: 18px; color: #ff9900; line-height: 120%
}
.print {

	font-weight: normal; font-size: 14px; line-height: 150%; font-style: normal; font-family: "宋体"
}
