/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #5b7a12; text-decoration: none;} /* 未访问的链接 */
a:visited {color: #8415ae; text-decoration: none;} /* 已访问的链接 */
a:hover{color: #8ab509; text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #9b17ea; text-decoration: none;} /* 点击激活链接 */
a.navlink:link {color: #ffffff; text-decoration: none;}
a.navlink:visited {color: #ffffff; text-decoration: none;}
a.navlink:hover {color: #ffffff; text-decoration: underline;}

/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {padding-right: 6px; padding-left: 6px; padding-bottom: 8px; padding-top: 15px; margin-right: 0px;color: #536b2e; background-color: #c5dc54; text-decoration: none;line-height: 200%;}

a.channel:visited {padding-right: 6px; padding-left: 6px; padding-bottom:8px; padding-top: 15px; margin-right: 0px; color: #333333; background-color: #c5dc54; text-decoration: none;line-height: 200%;}

a.channel:hover {padding-right: 6px; padding-left: 6px; padding-bottom: 8px; padding-top: 15px; margin-right: 0px; color: #6a209c; background-color: #c5dc54; text-decoration: underline;line-height: 200%;}

a.channel:active {padding-right: 6px; padding-left: 6px; padding-bottom: 8px; padding-top: 15px; margin-right: 0px; color: #333333; background-color: #c5dc54; text-decoration: none;line-height: 200%;}

/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {padding-right: 7px; padding-left: 7px; padding-bottom: 15px; padding-top: 15px; margin-right: 0px;color: #333333; background-color: #9dbd31; text-decoration: none;line-height: 200%;font-weight:normal;}

a.channel2:visited {padding-right: 7px; padding-left: 7px; padding-bottom: 15px; padding-top: 15px; margin-right: 0px; color: #333333; background-color: #9dbd31; text-decoration: none;line-height: 200%;font-weight:normal;}

a.channel2:hover {padding-right: 7px; padding-left: 7px; padding-bottom: 15px; padding-top: 15px; margin-right: 0px; color: #ff6600; background-color: #9dbd31; text-decoration: underline;line-height: 200%;font-weight:normal;}

a.channel2:active {padding-right: 7px; padding-left: 7px; padding-bottom: 15px; padding-top: 15px; margin-right: 0px; color: #333333; background-color: #9dbd31; text-decoration: none;line-height: 200%;font-weight:normal;}


/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channeljs:link {color: #536b2e;}
a.channeljs:visited {color: #333333;}
a.channeljs:hover{color: #6a209c;}
a.channeljs:active {color: #333333;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channeljs2:link {color: #333333;}
a.channeljs2:visited {color: #333333;}
a.channeljs2:hover{color: #ff6600;}
a.channeljs2: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;}
/*调用代码为<td class='wshadow' ***>***</td> */
.wshadow 
{
 filter: dropshadow(offx=1,offy=1,color=#938d8c);
 color: #000033;
 height: 0px;
 text-decoration: none
}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #333333; filter: dropshadow(offx=4,offy=4,color=#000000); color: #788932;}
a.class:visited {color: #333333;}
a.class:hover{color: #ff6600;}
a.class:active {color: #333333;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
cursor: url('/img/60du.cur');
font-size: 9pt;background: #d5f081;
text-decoration: none;
scrollbar-face-color: #96db32;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
scrollbar-highlight-color: #f2ffde; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f2ffde; scrollbar-darkshadow-color: #ffffff;
}
a{cursor:url(/img/0051.cur)}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 150%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff; 
border-bottom: #33cc33 1px solid;
border-left: #33cc33 1px solid;
border-right: #33cc33 1px solid;
border-top: #33cc33 1px solid;
color: #33cc33;
height: 18px;
border-color: #33cc33 #33cc33 #33cc33 #33cc33; 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定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#cc66ff;border-right: 1px solid #a7a9a7;border-left: 1px solid #a7a9a7;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/lm/ad_dhbg.gif);color:#333333!important;text-align: centre;height: 29;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
color: #ffffff;height: 23;
}
.top1_announce /* 公告表格背景、文字颜色定义 */
{
text-align:
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #333333;height: 30;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:url(/Skin/60du-2006/lm/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 /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/lm/ad_dhtp.gif);font-weight:bold;color: 333333;height: 28;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg1.gif);line-height: 150%;padding-left:5;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg2.gif);height: 10;
}
　　/* --网页中部左栏的css定义结束-- */

　　/* --网页中部左栏1的css定义开始-- */
.left1_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left1_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left1_01.gif);font-weight:bold;color: 333333;height: 80;padding-left: 80px; padding-top: 5px; filter: dropshadow(offx=1,offy=1,color=#000000); color: #788932;
}
.left1_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left1_02.gif);line-height: 150%;padding-left:5;padding-right:8;padding-left: 15px; padding-top: 5px;
}
.left1_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left1_03.gif);height: 19;
}
　　/* --网页中部左栏1的css定义结束-- */

　　/* --网页中部左栏2的css定义开始-- */
.left2_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left2_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left2_01.gif);font-weight:bold;color: 333333;height: 82;padding-left: 82px; padding-top: 5px; filter: dropshadow(offx=1,offy=1,color=#000000); color: #788932;
}
.left2_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left2_02.gif);line-height: 150%;padding-left:5;padding-right:8;padding-left: 15px; padding-top: 5px;
}
.left2_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left2_03.gif);height: 17;
}
　　/* --网页中部左栏2的css定义结束-- */

　　/* --网页中部左栏3的css定义开始-- */
.left3_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left3_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left3_01.gif);font-weight:bold;color: 333333;height: 78;padding-left: 78px; padding-top: 5px; filter: dropshadow(offx=1,offy=1,color=#000000); color: #788932;
}
.left3_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left3_02.gif);line-height: 150%;padding-left:5;padding-right:8;padding-left: 15px; padding-top: 5px;
}
.left3_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left3_03.gif);height: 18;
}
　　/* --网页中部左栏3的css定义结束-- */

　　/* --网页中部左栏4的css定义开始-- */
.left4_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left4_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left4_01.gif);font-weight:bold;color: 333333;width: 225;height: 29;padding-left: 78px; padding-top: 5px; filter: dropshadow(offx=1,offy=1,color=#000000); color: #788932;
}
.left4_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	background:url(/Skin/60du-2006/leftxt/left4_02.gif);
	width: 225;
	height: 28;
	padding-left: 78px;
	padding-top: 5px;
	font-weight: bold;
}
.left4_tdbg2 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left4_03.gif);width: 225;height: 158;line-height: 150%;padding-left:5;padding-right:8;
}
.left4_tdbg3 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left4_04.gif);width: 225;height: 27;
}
　　/* --网页中部左栏4的css定义结束-- */


　　/* --网页虚线图片边框1的css定义开始-- */
.left1_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.xb1_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb1_01.gif);font-weight:bold;color: 333333;height: 46;padding-left: 80px; padding-top: 5px;
}
.xb1_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb1_02.gif);line-height: 150%;padding-left:5;padding-right:8;padding-left: 15px; padding-top: 5px;
}
.xb1_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb1_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框1的css定义结束-- */

　　/* --网页虚线图片边框2的css定义开始-- */
.xb2_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.xb2_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb2_01.gif);font-weight:bold;color: 333333;height: 46;padding-left: 82px; padding-top: 5px;
}
.xb2_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb2_02.gif);line-height: 150%;padding-left:5;padding-right:8;padding-left: 15px; padding-top: 5px;
}
.xb2_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb2_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框2的css定义结束-- */

　　/* --网页虚线图片边框3的css定义开始-- */
.xb3_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.xb3_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb3_01.gif);font-weight:bold;color: 333333;height: 46;padding-left: 78px; padding-top: 5px;
}
.xb3_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb3_02.gif);line-height: 150%;padding-left:5;padding-right:8;padding-left: 15px; padding-top: 5px;
}
.xb3_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb3_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框3的css定义结束-- */

　　/* --网页虚线图片边框4的css定义开始-- */
.xb4_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.xb4_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb4_01.gif);font-weight:bold;color: 333333;width: 325;height: 46;padding-left: 78px; padding-top: 5px;
}
.xb4_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb4_02.gif);line-height: 150%;padding-left:5;padding-right:8;padding-left: 15px; padding-top: 5px;
}
.xb4_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb4_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框4的css定义结束-- */


　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#cc66ff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{

}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 333333;height: 25;background:url(/Skin/blue/main_announce.gif);
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;border-right: #a8dc2e 1px dashed; border-top: #a8dc2e 1px dashed; border-left: #a8dc2e 1px dashed; border-bottom: #a8dc2e 1px dashed;background:#f0f8e9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: 333333;background:url(/Skin/60du-2006/lm/ad_dhtp.gif);height: 28;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/60du-2006/lm/ad_dhtp.gif);color: 333333;height: 28;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articlecontent /* 文章内容页面正文定义 */
{
overflow-y: hidden; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; overflow: scroll; width: 695px; scrollbar-shadow-color: #ffffff; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #d8d8d8; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #d8d8d8; scrollbar-base-color: #ffffff;
}
.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定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
.twoline {
	font-family: 宋体;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14pt;
}
.twoline :hover{
	font-family: 宋体;
	font-size: 12px;
	color: #006a1b;
	border: 1px dotted #000000;
}
.main_shadow1 /* 首页间隔 */
{
height: 1;background:#84bf77;
}
.center_tdbgall1 /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
.indexall /* 首页背景 */
{
background:#f0f4ca;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #c4df28;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: ##7aa824;}
a.guest:visited {color: #7aa824;}
a.guest:hover{color: #7aa824;}
a.guest:active {color: #7aa824;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
border: 0px solid #333333;padding-left:5;height: 30;color: #7aa824;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #f7f7f7;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#c4df28;color: #7aa824;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定义开始-- */ 
.header	{ 
    font-family: tahoma, verdana; 
    font-size: 12px; 
    color: #ffffff; 
    font-weight: normal;
    background-color:#72c11a; 
}
.selet_bg {
    background-color: #ffffff;
}
.f_one {
    background-color: #ffffff;
}
/* --增加缩略图边框文章频道-- */ 
.pic1
{
border: 3px double #aea9a9;
}
/* --增加缩略图边框-- */ 
.pic2
{
border: 1px double #aea9a9;
}
/* --增加缩略图边框图片频道-- */ 
/* 图片频道样式 */
.pic_photo{
width:115px;height:120px;float :left;background-image : url(/Skin/60du-2006/qq/port_right.gif);
padding : 12px 25px 5px 25px;margin-left : 0px;margin-bottom : 5px;
}
.pic3 {
	border-width : 1px;
	border-style : solid;
	border-color : #7D7D7D;
	padding : 2px;
}
.text1{
         padding-bottom : 15px;
         padding-top : 0px;
	padding-left : 30px;
         padding-right : 30px;
}
/* 图片频道样式结束 */
/* ==调用的文章每行之间有一条虚线的效果== */
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#;border-bottom: 1px dashed #84c549; height: 24;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#;border-bottom: 1px dashed #84c549; height: 24;
}
.listbg3 /* --栏目文章列表内容间隔颜色的定义3-- */
{
background:#;border-bottom: 1px dashed #84c549; font-size: 12px; line-height: 24px;
}
/* ==顶部菜单风格开始== */
td {
	font-size: 12px
}
td.content {
	font-size: 14px; color: #000000; line-height: 140%
}
td.list {
	line-height: 148%
}
hr {
	color: #000000; height: 1px
}
textarea {
	font-size: 12px; font-family: "tahoma", "ms shell dlg"
}
.codetextarea {
	font-size: 12px; width: 515px; word-break: keep-all; font-family: "&euml;&icirc;ì&aring;"; height: 310px; word-wrap: normal
}
.navlight {
	color: #ffffff; background-color: #9dbd31
}
.navmedium {
	background-color: #f2f3f7
}
.navdark {
	background-color: #c5dc54
}
.logobackground {
	background-color: #ffffff
}
.pageseparator {
	background-color: #ccccd4
}
.pageselect {
	font-size: 9px; font-family: arial
}
.border {
	margin: auto; background-color: #ffffff
}
.pegeone {
	margin: auto; background-color: #ffffff;padding-left: 2px;padding-top: 5px; padding-bottom: 5px
}
.pegetwo {
	background-color: #f2f3f7;padding-left: 2px;padding-top: 5px; padding-bottom: 5px
}
.pagelighter {
	background-color: #fafafa
}
.pagelight {
	background-color: #f2f3f7
}
.pagemedium {
	background-color: #8c8ea3
}
.pagemediumer {
	background-color: #ccccd4
}
.pagedark {
	background-color: #666688
}
.pagesubject {
	background-color: #d9dce8
}
.pageicon {
	font-size: 12px; font-family: "&euml;&icirc;ì&aring;"; background-color: #ffffff
}
.columntitle {
	background-color: #cfcdaf
}
.columncontent {
	background-color: #ebeadd
}
.hottitle {
	background-color: #abd3a5
}
.hotcontent {
	background-color: #e0efde
}
.listtitle {
	background-color: #ccccd4
}
.listcontent {
	background-color: #f2f3f7
}
.pagesimages {
	border-right: #bbbbbb 1px solid; border-top: #bbbbbb 1px solid; border-left: #bbbbbb 1px solid; border-bottom: #bbbbbb 1px solid
}
.titletable {
	background-color: #ccccd4
}
.listtable {
	background-color: #f2f3f7
}
.code {
	border-right: #0099cc 1px solid; padding-right: 5px; border-top: #0099cc 1px solid; padding-left: 5px; font-size: 12px; padding-bottom: 5px; margin: 5px; border-left: #0099cc 1px solid; width: 480px; color: #000000; line-height: 18px; padding-top: 5px; border-bottom: #0099cc 1px solid; font-family: "verdana" , "courier new", "courier", "mono"; background-color: #ddedfb
}
.codesamp_bak {
	border-right: #0099cc 1px solid; padding-right: 5px; border-top: #0099cc 1px solid; padding-left: 5px; font-size: 12px; padding-bottom: 5px; margin: 5px; overflow: hidden; border-left: #0099cc 1px solid; width: 480px; color: #000000; line-height: 18px; padding-top: 5px; border-bottom: #0099cc 1px solid; font-family: "courier new", "courier", "mono"; background-color: #ddedfb
}
.codesamp {
	border-right: #888888 1px solid; padding-right: 0.5em; border-top: #888888 1px solid; margin-top: 1em; padding-left: 0.5em; margin-bottom: 1em; padding-bottom: 0.5em; margin-left: 0pt; overflow: hidden; border-left: #888888 1px solid; width: 480px; padding-top: 0.5em; border-bottom: #888888 1px solid; font-family: "courier new"; background-color: #eeeeee
}
.docparameter {
	background-color: #efefef
}
.docparameter td {
	color: #999999
}
.listcontentmedium {
	background-color: #e4e3e8
}
.location {
	color: #333366
}
select {
	font-size: 12px; font-family: "ms shell dlg"
}
form {
	margin-top: 3px; font-size: 12px; margin-bottom: 0px; font-family: "tahoma", "ms shell dlg"
}
input {
	font-size: 12px; font-family: "tahoma", "ms shell dlg"
}
.dotline {
	padding-right: 0px; padding-left: 0px; background-image: url(/img/common/bg_dot.gif); padding-bottom: 0px; padding-top: 0px; height: 1px
}
.votebar {
	font-size: 9px; font-family: "verdana", "arial", "helvetica", "sans-serif"
}

/* ==虚线边框== */
.bk1 {border-right: #a8dc2e 1px dashed; border-top: #a8dc2e 1px dashed; border-left: #a8dc2e 1px dashed; border-bottom: #a8dc2e 1px dashed}
.bk2 {border-right: #b304c6 1px dashed; border-top: #b304c6 1px dashed; border-left: #b304c6 1px dashed; border-bottom: #b304c6 1px dashed}
.bk3 {border-right: #b193fb 1px dashed; border-top: #b193fb 1px dashed; border-left: #b193fb 1px dashed; border-bottom: #b193fb 1px dashed}
.bk4 {border-right: #fad31d 1px dashed; border-top: #fad31d 1px dashed; border-left: #fad31d 1px dashed; border-bottom: #fad31d 1px dashed}
.bk5 {border-right: #fc47a6 1px dashed; border-top: #fc47a6 1px dashed; border-left: #fc47a6 1px dashed; border-bottom: #fc47a6 1px dashed}
.bk6 {border-right: #4391fa 1px dashed; border-top: #4391fa 1px dashed; border-left: #4391fa 1px dashed; border-bottom: #4391fa 1px dashed}
.bk7 {border-right: #a8b56f 1px dashed; border-top: #a8b56f 1px dashed; border-left: #a8b56f 1px dashed; border-bottom: #a8b56f 1px dashed}
.bk8 {border-right: #12b81f 1px dashed; border-top: #12b81f 1px dashed; border-left: #12b81f 1px dashed; border-bottom: #12b81f 1px dashed}
/* ==顶部菜单风格结束== */
/* ==顶部菜单风格结束== */
/* ==顶部菜单风格结束== */
/* ==自选风格中的css定义结束== */
.style1 {color: #ffffff}
#menu {
	z-index:1;
	left: 210px;
	top: 290px;
         margin:0 auto;
}
#channel {
	position:absolute;
	width:700px;
	height:150px;
	z-index:1;
	left: 206px;
	top: 250px;
}
#count {
	position:absolute;
	width:500px;
	height:28px;
	z-index:1;
	left: 223px;
	bottom: 30px;
}
#qt {
	position:absolute;
	width:120px;
	height:120px;
	z-index:1;
	left: 223px;
	top: 30px;
}
#star {
	position:absolute;
	width:250px;
	height:270px;
	z-index:2;
	left: 730px;
	top: 44px;
}
#fc {
	position:absolute;
	width:250px;
	height:270px;
	z-index:2;
	left: 43px;
	top: 60px;
}
#layer1 {
	position:absolute;
	width:120px;
	height:120px;
	z-index:1;
	left: 223px;
	top: 30px;
}
#layer2 {
	position:absolute;
	width:120px;
	height:120px;
	z-index:2;
	left: 369px;
	top: 506px;
}
#layer3 {
	position:absolute;
	width:120px;
	height:120px;
	z-index:3;
	left: 514px;
	top: 506px;
}
#layer4 {
	position:absolute;
	width:120px;
	height:120px;
	z-index:4;
	left: 662px;
	top: 506px;
}
.style3 {color: #ff0000}
.style5 {color: #ffffff; font-weight: bold; }