/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ff6600;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */

/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #f3f3f3;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ff9900;}
a.channel:active {color: #ffcc66;}

/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #333333;}
a.channel2:visited {color: #333333;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #333333;}

/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #333333;}
a.bottom:visited {color: #333333;}
a.bottom:hover{color: #ff6600;}
a.bottom:active {color: #333333;}

/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #333333;}
a.class:visited {color: #333333;}
a.class:hover{color: #ff6600;}
a.class:active {color: #333333;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	font-size: 9pt;background:url(sdd8/bg.gif);
	text-decoration: none;
	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:宋体;
	font-size: 9pt;
	line-height: 150%; 
}

/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
	background-color: #ffffff; 
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	color: #666666;
	height: 18px;
	border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}

/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
	font-size: 9pt;
	height: 20px;
}

/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
	font-size: 9pt;
	height: 20px;
}

/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
	color: #037fa8;
}

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
	color: #ff6600;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
	color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
	color: #ff6600;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
	color: red;
}

/* ==大表格的css定义开始== */
.tablebg {
	background-color: #ffffff;
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 12px;
}
/* 表单 css定义开始 */
/* 文本框 css定义 开始  */
.formtext {
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 12px;
	vertical-align: text-bottom;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-family: "宋体";
	background-color: #ffffff;
	width: 70px;
}
/* 按钮 css定义 开始 */
.formbutton {
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 12px;
	vertical-align: bottom;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-family: "宋体";
	background-color: #d9d9d9;
	text-align: center;
	line-height: 150%;
	text-decoration: none;
}

/* 下拉选择框 css定义 开始 */
.formselect {
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 12px;
	vertical-align: text-bottom;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-family: "宋体";
	background-color: #ffffff;
	width: 60px;
}

/* 下拉选择框 1 css定义 开始 */
.formselect1 {
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 12px;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-family: "宋体";
	background-color: #ffffff;

}
/* 下拉选择框 2 css定义 开始 */
.formselect2 {
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 12px;
	vertical-align: 10%;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-family: "宋体";
	background-color: #ffffff;
	width: 100px;
}
/* 文本框 1 css定义 开始  */
.formtext1 {
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-family: "宋体";
	background-color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	height: 20px;
	width: 70px;
}
/* ==导航栏的css定义开始== */
.navbg {
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 12px;
	text-decoration: none;
	background-color: 666666;
	background-repeat: no-repeat;
	background-position: left top;
}
/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
	width: 760;
	background:#ffffff;
	border-right: 1px solid #a7a9a7;
	border-left: 1px solid #a7a9a7;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
	background:url(/skin/adv43/ad_dhbg.gif);
	color:#333333!important;
	text-align: right;
	height: 29;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
	background:url(/skin/blue/top_nav_menu.gif);
	color: #333333;
	height: 30;
}
.top1_announce /* 公告表格背景、文字颜色定义 */
{
	text-align:
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
a.announce:link {color: #ffffff;}
a.announce:visited {color: #ffffff;}
a.announce:hover{color: #ffffff;}
a.announce:active {color: #ffffff;}

}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	background:url(/skin/blue/top_nav_menu.gif);
	color: #333333;
	height: 30;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
	width: 760;
	background:url(/skin/adv43/ad_mqdh.gif);
	border-right: 1px solid #a7a9a7;
	border-left: 1px solid #a7a9a7;
	height: 25;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
	color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
	border-top: 0px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #ffffff;

}

/* --网页中部左栏的css定义开始---------------------------- */
/* 左栏表格总背景颜色定义 */
.left_tdbgall 
{
	background:#f8f8f8;
	border-right: 1px solid #a7a9a7;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	background:url(sdd8/ad_dhtp.gif);
	font-weight:bold;
	color: 333333;
	height: 28;
}
.left_title1 {

	background:url(sdd8/ad_yhdlbg.gif);
	font-weight:bold;
	color: 333333;
	height: 28;
}
.left_title2 {

	background:url(sdd8/ad_dhtp.gif);
	font-weight:bold;
	color: 333333;
	height: 28;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	line-height: 150%;
	padding: 0;
	border-top: 0px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #f6f6f6;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
	background-image: url(sdd8/ad_bg1.gif);
	background-repeat: repeat;
	line-height: 24px;

}
.left_tdbg0 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #f6f6f6;
}
/* --网页中部左栏的css定义结束------------------------------ */

/* --网页中部中栏的css定义开始------------------------------ */

.main_tdbgall /* 中栏表格总背景颜色定义 */
{
	width: 572;
	background:#ffffff;
}

.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{

}

.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
	color: 333333;
	height: 25;
	background:url(/skin/blue/main_announce.gif);
}

.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
	color: 333333;
	height: 25;
	background:#f7f7f7;
}

.main_top /* 中栏最新推荐表格背景颜色定义 */
{
	background:url(/skin/blue/main_top.gif);
	height: 187;
}

.main_title_573 /* 中栏标题表格背景、文字颜色定义(575) */
{
	background:url(sdd8/ad_dhtp.gif);
	height: 28;
}
.main_title_161 /* 中栏标题表格背景、文字颜色定义(575) */
{
	color: 333333;
	background:url(/skin/adv43/ad_dhtp.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;

}
.main_tdbg_573 /* 中栏内容表格背景、文字颜色定义(573) */
{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;

}
.main_tdbg_573_1 /* 中栏内容表格背景、文字颜色定义(573) */
{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
	border-left-color: #e3e3e3;
	border-top-color: #e3e3e3;


}
.main_title_284 /* 栏目文章列表标题表格背景、文字颜色定义(284) */
{
background:url(sdd8/ad_dhtp.gif);
}
.main_tdbg_284 /* 栏目文章列表内容表格背景、文字颜色定义(284) */
{
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;

}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
height: 24;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
height: 24;
}
/* --网页中部中栏的css定义结束----------------------------------------- */

/* --文章显示页的css定义开始------------------------------------------- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: #ff6600;font-weight:bolder;font-size: 18;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);padding-left:5;height: 25;color: 037fa8;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
padding: 8;
}
　　/* --文章显示页的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;border-right: 1px solid #a7a9a7;border-left: 1px solid #a7a9a7;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:url(/skin/adv43/ad_dhbg.gif);color:#333333;height: 29;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#333333;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */
.left_tdbg3 {
	line-height: 22px;
	padding: 0;
	border: 0px none;
}
.main_tdbg_260 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
	background-image: url(sdd8/ad_bg1.gif);
	background-repeat: repeat;
	line-height: 24px;
}
.main_tdbg_272 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
	background-image: url(sdd8/ad_bg1.gif);
	background-repeat: repeat;
	line-height: 24px;
}
.formimage {
	border: none;
	height: 20px;
	width: 37px;
	top: auto;
}
.formimage1 {
	border: none #cccccc;
	height: 18px;
	width: 51px;
}
.login_td {
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 12px;
	text-decoration: none;
	vertical-align: super;
}
.soft1 {
	border: 1px solid #cccccc;
}
