/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #676767;} /* 未访问的链接 */
a:visited {color: #676767;} /* 已访问的链接 */
a:hover{COLOR: #00A1D6;} /* 鼠标在链接上 */ 
a:active {color: #676767;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #000000;}
a.Channel:visited {color: #000000;}
a.Channel:hover{COLOR: #339999;}
a.Channel:active {color: #000000;}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {color: #339999;}
a.Channel2:visited {color: #339999;}
a.Channel2:hover{COLOR: #339999;}
a.Channel2:active {color: #339999;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {color: #000000;}
a.Bottom:visited {color: #000000;}
a.Bottom:hover{COLOR: #4DBB7C;}
a.Bottom:active {color: #000000;}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #ffffff;}
a.Class:visited {color: #ffffff;}
a.Class:hover{COLOR: #ff0000;}
a.Class:active {color: #ffffff;}

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
font-size: 9pt;
background-image: url(/Skin/vdesign/bg_all.jpg);
background-repeat: repeat-x;
background-position:top;
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定义开始== */
.Channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037FA8;height: 27;text-align: center;font-weight:bold;
}
.Channel_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 150%;
}
.Channel_pager /* 分页表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 150%;
}

　　/* --评论显示页的CSS定义开始-- */
.Comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449AE8;
}
.Comment_title /* 标题背景颜色定义(760) */
{
background:#449AE8;color: #ffffff;font-weight: normal;height: 25;
}
.Comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#FFFFFF;line-height: 120%;
}
.Comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#FAFAFA;
}
　　/* --评论显示页的CSS定义结束-- */
/* ==频道通用表格CSS定义结束== */ 

/* ==简短标题文字的CSS定义开始== */
/* [图文]简短标题文字的CSS定义 */
.S_headline1
{
color: #669900;
}
/* [组图]简短标题文字的CSS定义 */
.S_headline2
{
color: #669900;
}
/* [推荐]简短标题文字的CSS定义 */
.S_headline3
{
color: #669900;
}
/* [注意]简短标题文字的CSS定义 */
.S_headline4
{
color: #669900;
}
/* ==简短标题文字的CSS定义开始== */
/* ==圆角框的css定义开始== */
.tb_top_left
{
width:5;background:url(/Skin/vdesign/Tb_top_left.gif);
}
.tb_top_bg
{
height:5;background:url(/Skin/vdesign/Tb_top_bg.gif);
}
.tb_top_right
{
width:5;background:url(/Skin/vdesign/Tb_top_right.gif);
}
.tb_left_bg
{
width:5;background:url(/Skin/vdesign/Tb_left_bg.gif);
}
.tb_right_bg
{
width:5;background:url(/Skin/vdesign/Tb_right_bg.gif);
}
.tb_bottom_left
{
width:5;background:url(/Skin/vdesign/Tb_bottom_left.gif);
}
.tb_bottom_bg
{
height:5;background:url(/Skin/vdesign/Tb_bottom_bg.gif);
}
.tb_bottom_right
{
width:5;background:url(/Skin/vdesign/Tb_bottom_right.gif);
}


.tb2_top_left
{
width:4;background:url(/Skin/vdesign/Tb2_top_left.gif);
}
.tb2_top_bg
{
height:4;background:url(/Skin/vdesign/Tb2_top_bg.gif);
}
.tb2_top_right
{
width:4;background:url(/Skin/vdesign/Tb2_top_right.gif);
}
.tb2_left_bg
{
width:4;background:url(/Skin/vdesign/Tb2_left_bg.gif);
}
.tb2_right_bg
{
width:4;background:url(/Skin/vdesign/Tb2_right_bg.gif);
}
.tb2_bottom_left
{
width:4;background:url(/Skin/vdesign/Tb2_bottom_left.gif);
}
.tb2_bottom_bg
{
height:4;background:url(/Skin/vdesign/Tb2_bottom_bg.gif);
}
.tb2_bottom_right
{
width:4;background:url(/Skin/vdesign/Tb2_bottom_right.gif);
}

.tb3_top_left
{
width:4;background:url(/Skin/vdesign/box/box_top_left.gif);
}
.tb3_top_bg
{
height:4;background:url(/Skin/vdesign/box/box_top_bg.gif);
}
.tb3_top_right
{
width:4;background:url(/Skin/vdesign/box/box_top_right.gif);
}
.tb3_left_bg
{
width:4;background:url(/Skin/vdesign/box/box_left_bg.gif);
}
.tb3_right_bg
{
width:4;background:url(/Skin/vdesign/box/box_right_bg.gif);
}
.tb3_bottom_left
{
width:4;background:url(/Skin/vdesign/box/box_bottom_left.gif);
}
.tb3_bottom_bg
{
height:4;background:url(/Skin/vdesign/box/box_bottom_bg.gif);
}
.tb3_bottom_right
{
width:4;background:url(/Skin/vdesign/box/box_bottom_right.gif);
}

/* ==圆角框的css定义结束== */
.pic1 /*文章频道图片边框 */ 
{ 
border: 3px double #dddddd; 
}
.pic2 /*下载频道图片边框 */ 
{ 
border: 3px double #dddddd;
}
.pic3 /*图片频道图片边框 */ 
{ 
border: 3px double #dddddd; 
}
* 自定义列表标签链接文字颜色定义 */
a.aaa{text-decoration: none;}
a.aaa:link {color: #676767;FONT-SIZE: 9pt;}
a.aaa:visited {color: #676767;FONT-SIZE: 9pt;}
a.aaa:hover{color: #00A1D6;FONT-SIZE: 9pt;}
a.aaa:active {color: #676767;FONT-SIZE: 9pt;}
.bbb /* --自定义列表标签中偶数表格行背景颜色定义-- */
{
background:#ffffff;font-size:9pt;color: #676767;
}

.ccc /* --自定义列表标签中偶数表格行背景颜色定义-- */
{
background:#f7f7f7;font-size:9pt;color: #676767;
}

/* ==top.asp中的CSS定义开始== */
.top_tdbgall /* BY MBSHOW.CN_VOL2.0 顶部表格总背景颜色定义 */
{
width: 960;
}
.top_top /* BY MBSHOW.CN_VOL2.0 顶部表格左边背景颜色定义 */
{
background:#0089f7;height: 5;
}
.top_top2 /* BY MBSHOW.CN_VOL2.0 顶部表格右边背景颜色定义 */
{
background:#0089f7;height: 5;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:url(/Skin/vdesign/dao_bg.gif);color:#ffffff!important;text-align: center;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 960;background:url(/Skin/vdesign/top_path.gif);height: 30;border-left: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
width:960;
}
　　/* --网页中部左栏的CSS定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
width:222;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
font-weight:bold;color: 00A1D6;height: 30;padding-left:10;text-align: left;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
line-height: 150%;padding-left:5;padding-right:5;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
height: 10;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
.menu_title1 /* 左栏表格标题背景、文字颜色定义 */
{
background:url(/Skin/vdesign/7025_bg1.gif);background-position: 1% 100%;background-positionX: center; background-positionY: bottom; background-repeat:no-repeat;color:e2e2e2; 
}
.menu_title2 /* 左栏标题标题表格背景、文字颜色定义 */
{
background:url(/Skin/vdesign/7025_bg2.gif);background-position: 1% 100%; background-positionX: center;background-positionY: bottom; background-repeat:no-repeat;color:ffffff;
}
　　/* --网页中部左栏的CSS定义结束-- */
　　/* --网页中部中栏的CSS定义开始-- */
.main_menu_title1 /* 左栏表格标题背景、文字颜色定义 */
{
background:url(/Skin/vdesign/11325_bg1.gif);background-position: 1% 100%;background-positionX: center; background-positionY: bottom; background-repeat:no-repeat;color:bbbbbb; 
}
.main_menu_title2 /* 左栏标题标题表格背景、文字颜色定义 */
{
background:url(/Skin/vdesign/11325_bg2.gif);background-position: 1% 100%; background-positionX: center;background-positionY: bottom; background-repeat:no-repeat;color:ffffff;
}

.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
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/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;background:url(/Skin/blue/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 /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;line-height: 200%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/Skin/vdesign/main_tittle_02.gif);text-align: left;padding-left:10;height: 20;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/blue/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 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/blue/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 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;line-height: 150%;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;line-height: 150%;
}
　　/* --网页中部中栏的CSS定义结束-- */
　　/* --文章显示页的CSS定义开始-- */

.main_ArticleTitle /* 主标题文字颜色定义 */
{
color: #009900;font-weight:bold;font-size: 18;line-height: 200%;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{
color: 037FA8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);border: 1px solid #D2D3D9;height: 28;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;padding: 8;line-height: normal;
}
.Article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f6f6f6;padding-left:5;padding-right:5;
}

　　/* --文章显示页的CSS定义结束-- */
　　/* --留言频道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 #c5c5c5;padding: 8;
}
.Guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #c5c5c5;
}
.Guest_title /* 标题背景颜色定义(760) */
{
background:#84cff9;color: #ffffff;font-weight: normal;height: 25;
}
.Guest_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 150%;
}
.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;
}
.li
{
list-style-image: url(/Skin/vdesign/dot1.gif);
}
　　/* --留言频道CSS定义结束-- */
　　/* --商城的CSS定义开始-- */
.Shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449AE8;
}
.Shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Shop_title /* 标题背景颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);color: #ffffff;font-weight: normal;height: 27;
}
.Shop_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.Shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.Shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#E1F4EE;line-height: 120%;
}

　　/* --商城的CSS定义结束-- */
/* ==网页中部中的CSS定义结束== */

/* ==Bottom.asp中的CSS定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 1003;background:url(/Skin/vdesign/666.jpg);
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
color:#000000;line-height: 250%;padding-left:5;padding-right:5;
}
/* ==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.Guest:link {color: #009900;}
a.Guest:visited {color: #009900;}
a.Guest:hover{COLOR: #ff6600;}
a.Guest:active {color: #009900;} 

/* 站内链接文字颜色定义 */
a.Channel_KeyLink{text-decoration: underline;}
a.Channel_KeyLink:link {color: blue;}
a.Channel_KeyLink:visited {color: blue;}
a.Channel_KeyLink:hover{color: #ff0000;}
a.Channel_KeyLink:active {color: blue;}

/* --增加鼠标效应的css定义开始-- */ 
.header { 
    font-family: tahoma, verdana; 
    font-size: 12px; 
    color: #ffffff; 
    font-weight: normal;
    background-color:#00A1D6; 
}
.selet_bg {
    background-color: #ffffff;
}
.f_one {
    background-color: #ffffff;
}
