/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #000000;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a:link.channel {color: #ffffff; background:url('/skin/bw2/menu_1.gif'); width:63; height:23; text-align:center } /* 未访问的链接 */
a:visited.channel {color: #ffffff;background:url('/skin/bw2/menu_1.gif'); width:63; height:23; text-align:center } /* 已访问的链接 */
a:hover.channel{color: #ff0000;background:url('/skin/bw2/menu_2.gif'); width:63; height:23; text-align:center } /* 鼠标在链接上 */
a:active.channel {color: #ffffff;background:url('/skin/bw2/menu_1.gif'); width:63; height:23; text-align:center } /* 点击激活链接 */
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a:link.channel2 {color: #ff0000;background:url('/skin/bw2/menu_2.gif'); width:63; height:23; text-align:center }
a:visited.channel2 {color: #ff0000;background:url('/skin/bw2/menu_2.gif'); width:63; height:23; text-align:center }
a:hover.channel2{color: #ffff00; background:url('/skin/bw2/menu_1.gif'); width:63; height:23; text-align:center }
a:active.channel2 {color: #ff0000;background:url('/skin/bw2/menu_2.gif'); width:63; height:23; text-align:center }
/* 更多链接的css定义－－将更多文字链接与网站链接总的css定义分开，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='genduo' ***>***</a> */
a:link.genduo {color: #ecb100;font-size:9pt; font-family:宋体}
a:visited.genduo {color: #ecb100;font-size:9pt; font-family:宋体}
a:hover.genduo{color: #ff0000;font-size:9pt; font-family:宋体}
a:active.genduo {color: #ecb100;font-size:9pt; font-family:宋体}
/* 栏目标题链接的css定义－－将更多文字链接与网站链接总的css定义分开，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='title' ***>***</a> */
a:link.title {color: #ff0000;font-size:12pt; font-weight:bold;}
a:visited.title {color: #ff0000;font-size:12pt; font-weight:bold;}
a:hover.title{color: #ff0000;font-size:12pt; font-weight:bold;}
a:active.title {color: #ff0000;font-size:12pt; font-weight:bold;}
/* 底部版权信息文字链接的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 {color: #ff0000;}
a:visited.class {color: #ff0000;}
a:hover.class{color: #ff0000;}
a:active.class {color: #ff0000;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;background:url('/skin/bw2/bg_all.gif') center;
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
{
height: 18px;
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定义开始== */
/* 边框单元格的定义 */
.wtd{background:#02b1fd;width:4}
.htd{background:#02b1fd;height: 4;}
/* 导航表格的定义 */
.dhtd 
{
background:url('/skin/bw2/dhtd.gif');height: 28;
}
/* 用户登录表格背景、文字css定义 */
.top_user{background:url('/skin/bw2/top_user.gif');width:760;height:40; font-size:9pt}
.top_user1{background:url('/skin/bw2/top_user1.gif');width:760;height:40; font-size:9pt}
.left_bg
{width:180;background:url('/skin/bw2/left_bg.gif');}
.main_lefttd{width:400;}
.main_righttd{width:180;}

/* 更多单元格的定义 */
.genduo_td{width:80}
/* 更多单元格的定义 */
.titletd{width:320;height: 28;color: ff0000;padding-left:80
}
.search
{
color: #ff0000;background:url('/skin/bw2/search.gif');border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;height: 30; font-size:10pt; font-weight:bold
}
.search1
{
color: #ff0000;background:url('/skin/bw2/search_1.gif');border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;height: 30; font-size:10pt; font-weight:bold
}
/* 邮局登录表格背景、文字css定义 */
.youju{background:url('/skin/bw2/youju.gif');height:120}
.left_title1
{
background:url('/skin/bw2/left_title1.gif');height: 40;width:180;
}
.main_title2_392
{
background:url('/skin/bw2/main_title2_392.gif');height: 28
}
.main_title3_392
{
background:url('/skin/bw2/main_title3_392.gif');color: #ffffff;height: 28
}
.main_tdbg_392
{
line-height: 150%;text-align: left;padding-left:20px;padding-right:20px;
}
.main_290
{
background:url('/skin/bw2/main_290.gif');color: #ecb100;height: 28;padding-left:40; font-size:12pt
}
.main_tdbg760{background:url('/skin/bw2/main_760.gif');}
.gonggao
{width:170;height:160;background:url('/skin/bw2/gonggao.gif')}
.iframe{width:580;height:22;background:url('/skin/bw2/iframe.gif')}
.iframe_main{width:580;background:url('/skin/bw2/iframe_main.gif')}
.iframe_end{width:580;height:16;background:url('/skin/bw2/iframe_end.gif')}
.left_title_top{background:url('/skin/bw2/left_title_top.gif');height:32;padding-left:60;}
.left_dctop{background:url('/skin/bw2/left_dctop.gif');height:32}
.left_top1{background:url('/skin/bw2/left_top1.gif');height:32}
.left_dcmain{background:url('/skin/bw2/left_dcmain.gif');padding-left:10;text-align: left}
.left_dcend{background:url('/skin/bw2/left_dcend.gif');height:6}
/* ==首页专用表格css定义结束== */

/* ==频道通用表格css定义开始== */
.gu_title
{background:url('/skin/bw2/title.gif');height:30}
.channel_border
{
border: 1px solid #cccccc;
}
.channel_title
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg
{
background:#fafafa;line-height: 120%;
}
.channel_pager
{
background:#fafafa;line-height: 120%;
}

/* --评论显示页的css定义开始-- */
.comment_border
{
border: 1px solid #449ae8;
}
.comment_title
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25;
}
.comment_tdbg1
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2
{
background:#fafafa;
}
/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall
{
width: 760;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2;
}
.top_channel
{
background:url('/skin/bw2/dhtd1.gif');height: 23;color:#3ab1f5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_announce
{
background:url('/skin/bw2/top_nav_menu.gif');color: #0560a6;height: 30
}
.top_nav_menu
{
background:url('/skin/bw2/top_nav_menu.gif');color: #0560a6;height: 30
}
.top_path
{
width: 760;background:#ffffff;height: 30;
}

/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall
{
background:#ffffff;
}
/* --网页中部左栏的css定义开始-- */
.left_tdbgall
{
background:#ffffff;
}
.left_title
{
background:url('/skin/bw2/left_title.gif');font-weight:bold;color: ff0000;height: 28;width:180;padding-left:40;text-align: left
}
.left_tdbg1
{
background:url('/skin/bw2/left_tdbg1.gif');line-height: 150%;padding-left:5;padding-right:8
}
.left_tdbg2
{
background:url('/skin/bw2/left_tdbg2.gif');height: 10
}
.right_170_176{background:url('/skin/bw2/170.gif');height: 176;width:170}
.right_title
{
background:url('/skin/bw2/right_title.gif');font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left
}
/* --网页中部左栏的css定义结束-- */
/* --网页中部中栏的css定义开始-- */
.main_tdbgall
{
width: 580;background:url('/skin/bw2/main_tdbgall.gif');align:center; valign:top
}
.main_shadow
{
height: 4;
}
.main_announce
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search
{
color: 037fa8;height: 25;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top
{
background:url('/skin/bw2/main_top.gif');height: 187
}
.main_title_760i
{
color: ffffff;background:url('/skin/bw2/main_title_760i.gif');border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:40;height: 29
}
.main_tdbg_760i
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575
{
color: ff0000;background:url('/skin/bw2/main_title_575.gif');text-align: left;padding-left:40;height: 29
}
.main_tdbg_575
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i
{
background:url('/skin/bw2/main_title_282i.gif');color: ffffff;height: 29;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:40
}
.main_tdbg_282i
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282
{
background:url('/skin/bw2/main_title_282.gif');color: ffffff;height: 29;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:40
}
.main_tdbg_282
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
/* 文章列表单元格背景颜色 */
.listbg
{
background-position: 0% 0%; background-repeat:repeat; background-attachment:scroll
}
.listbg2
{
background-position: 0% 0%; background-image:none; background-repeat:repeat; background-attachment:scroll
}
/* --网页中部中栏的css定义结束-- */
/* --文章显示页的css定义开始-- */

.main_articletitle
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articlesubheading
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760
{
background:url('/skin/bw2/main_title_760.gif');border: 1px solid #d2d3d9;height: 28;color: ffffff
}
.main_tdbg_760
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.article_tdbgall
{
background:#f5f5f5;
}

/* --文章显示页的css定义结束-- */
/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a:link.guest {color: #000000;}
a:visited.guest {color: #000000;}
a:hover.guest{color: #ff0000;}
a:active.guest {color: #000000;}

.guest_title_760
{
background:url('/skin/bw2/main_title_760.gif');border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ffffff
}
.guest_tdbg_760
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border
{
border: 1px solid #449ae8;
}
.guest_title
{
background-color:#d7ffff 
}
.guest_tdbg
{
background:#fafafa;line-height: 120%;
}
.guest_tdbg_1px
{
background:#d2d3d9;
}
.guest_border2
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
.guest_replyadmin
{
color: #ff0000;
}
.guest_replyuser
{
color: #449ae8;
}
/* --留言频道css定义结束-- */
/* --商城的css定义开始-- */
.shop_border
{
border: 1px solid #449ae8;
}
.shop_border3
{
border: 1px solid #cccccc;
}
.shop_title
{
background:url('/skin/bw2/main_title_760.gif');color: #ffffff;font-weight: normal;height: 27
}
.shop_tdbg
{
background:#fafafa;line-height: 120%;
}
.shop_tdbg2
{
background:#f5f5f5;line-height: 120%;
}
.shop_tdbg3
{
background:#ffffff;line-height: 120%;
}
.shop_tdbg4
{
background:#e1f4ee;line-height: 120%;
}

/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall
{
width: 760;background:#ffffff;
}
.bottom_adminlogo
{
background:#0089f7;color:#ffffff;
}
.bottom_copyright
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的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定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a:link.guest {color: #000000;}
a:visited.guest {color: #000000;}
a:hover.guest{color: #ff6600;}
a:active.guest {color: #000000;}