/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000077;} /* 未访问的链接 */
a:visited {color: #000077;} /* 已访问的链接 */
a:hover{color: #0066cc;} /* 鼠标在链接上 */ 
a:active {color: #0066cc;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #000077; padding: 5px 6px 2px 9px;}
a.channel:visited {color: #000077; padding: 5px 6px 2px 9px;}
a.channel:hover{color: #0066cc; padding: 5px 6px 2px 9px;}
a.channel:active {color: #0066cc; padding: 5px 6px 2px 9px;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #000077; padding: 5px 6px 2px 9px;}
a.channel2:visited {color: #000077; padding: 5px 6px 2px 9px;}
a.channel2:hover{color: #0066cc; padding: 5px 6px 2px 9px;}
a.channel2:active {color: #0066cc; padding: 5px 6px 2px 9px;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000077;}
a.bottom:visited {color: #000077;}
a.bottom:hover{color: #0066cc;}
a.bottom:active {color: #0066cc;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #000077;}
a.class:visited {color: #000077;}
a.class:hover{color: #0066cc;}
a.class:active {color: #0066cc;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt; color: #000077; font-family:times new roman,宋体; background:url(/skin/blueguitar/bg_all.gif); background-position:center;background-attachment: fixed;
text-decoration: none;
scrollbar-face-color: #cbd0e8;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #6475bd; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #6475bd; scrollbar-track-color: #eceef7; scrollbar-darkshadow-color: #eceef7;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:times new roman,宋体;font-size: 9pt;line-height: 150%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff;
border-bottom: #7180c2 1px solid;
border-left: #8c98cd 1px solid;
border-right: #7180c2 1px solid;
border-top: #8c98cd 1px solid;
color: #000077;
height: 20px;
font-family:宋体; font-size: 9pt
}
hr
{
color: #8c98cd; height: 1; 
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt; font-family:times new roman,宋体; height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
background-color: #ffffff;
border-bottom: #7180c2 0px solid;
border-left: #8c98cd 1px solid;
border-right: #7180c2 0px solid;
border-top: #8c98cd 1px solid;
color: #000077;
height: 20px;
font-family:times new roman,宋体; font-size: 9pt
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #8c98cd;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #b4c0e6;color: #000077;height: 25;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#f1f3fa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fbebd7;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #8c98cd;
}
.comment_title /* 标题背景颜色定义(760) */
{
background:#8c98cd;color: #fff;font-weight: normal;height: 25;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:transparent;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
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: transparent;
}
.top_top
{
background:transparent;height: 2;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:url(..//skin/blueguitar/bg_menu.gif);color:#98664b!important;text-align: center;height: 38;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(/skin/blueguitar/top_nav_menu.gif);color: #98664b;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background: #b4c0e6;color: #000077;height: 25; border-top: 1px solid #8c98cd; border-bottom: 1px solid #8c98cd;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 736;background:transparent;height: 25;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#transparent;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:transparent;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/skin/blueguitar/left_title.gif);font-weight:bold;color: #000077;transparent;height: 48;width:200;padding-left:55;text-align: left; 
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/skin/blueguitar/left_tdbg1.gif);line-height: 150%;padding-left:15;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/skin/blueguitar/left_tdbg2.gif);height: 7;
}
.left_title1 /* 左栏统计标题表格背景、文字颜色定义 */
{
background:url(/skin/blueguitar/left_title1.gif);height: 7;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 554;background:transparent;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 6;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #8c98cd;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: #000077;height: 25;border: 1px solid #8c98cd;background:#b4c0e6;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/skin/blueguitar/main_top.gif);height: 215;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: #98664b;background:url(/skin/blue/main_title_760i.gif);border: 0px;text-align: left;padding-left:40;height: 29;
}
.main_title_348 /* 网站首页中栏标题表格背景、文字颜色定义(348) */
{
background:url(/skin/blueguitar/main_title_348.gif);border: 0px;height: 6;
}
.main_title_348_1 /* 中栏标题表格背景、文字颜色定义(348) */
{
color: 000077;background:url(/skin/blueguitar/main_title_348_1.gif);border: 0px; text-align: left; padding-left: 55; height: 46;
}
.main_title_468 /* 网站首页中栏标题表格背景、文字颜色定义(468) */
{
background:url(/skin/blueguitar/main_title_468.gif);border: 0px;height: 6;
}
.main_tdbg_468_2 /* 中栏底部表格背景、文字颜色定义(468) */
{
background:url(/skin/blueguitar/main_tdbg_468_2.gif);height: 8;
}
.main_tdbg_468_3 /* 中栏内容表格背景、文字颜色定义(468) */
{
background:url(/skin/blueguitar/main_tdbg_468_3.gif);
}
.main_title_286 /* 网站首页中栏标题表格背景、文字颜色定义(286) */
{
background:url(/skin/blueguitar/main_title_286.gif);border: 0px;height: 6;
}
.main_tdbg_286_2 /* 中栏底部表格背景、文字颜色定义(286) */
{
background:url(/skin/blueguitar/main_tdbg_286_2.gif);height: 8;
}
.main_tdbg_286_3 /* 中栏内容表格背景、文字颜色定义(286) */
{
background:url(/skin/blueguitar/main_tdbg_286_3.gif);
}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #8c98cd;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: 000077;background:#b4c0e6;border-top: 1px solid #8c98cd;border-left: 1px solid #8c98cd;border-right: 1px solid #8c98cd;height: 25;color: #000077;font-weight: bold;padding-left: 8;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: 000077;background:#b4c0e6;border-top: 1px solid #8c98cd;border-left: 1px solid #8c98cd;border-right: 1px solid #8c98cd;height: 25;color: #000077;font-weight: bold;padding-left: 8;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border-top: 0px solid #8c98cd; border-left: 1px solid #8c98cd; border-bottom: 1px solid #8c98cd; border-right: 1px solid #8c98cd;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_tdbg_348_1 /* 中栏标题表格背景、文字颜色定义(348) */
{
color: #000077;background:url(/skin/blueguitar/main_tdbg_348_1.gif);border: 0px;text-align: center;padding-top: 8;font-weight:bold;height: 122;
}
.main_tdbg_348_2 /* 中栏底部表格背景、文字颜色定义(348) */
{
background:url(/skin/blueguitar/main_tdbg_348_2.gif);height: 8;
}
.main_tdbg_348_3 /* 中栏内容表格背景、文字颜色定义(348) */
{
background:url(/skin/blueguitar/main_tdbg_348_3.gif);
}
.main_tdbg_348_4 /* 中栏内容表格背景、文字颜色定义(348) */
{
line-height: 150%;text-align: left;padding-left:10;padding-right:10;padding-top:5;padding-bottom:5;
}
.main_tdbg_link /* 网站首页友情链接内容表格背景、文字颜色定义 */
{
border-top: 1px solid #8c98cd; border-left: 0px solid #8c98cd; border-bottom: 0px solid #8c98cd; border-right: 0px solid #8c98cd; line-height: 150%;text-align: left;padding-left:12;padding-right:12;
}
.anniu /* 中栏专题按钮背景、文字颜色定义 */
{
color: 000077;background:url(/skin/blueguitar/anniu.gif);border: 0px;text-align: left;padding-left: 55;padding-top: 3;height: 40;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:transparent;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:transparent;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: #828fc9;font-weight:bold;font-size: 16;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: #828fc9;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:#b4c0e6;border-top: 1px solid #8c98cd;border-left: 1px solid #8c98cd;border-right: 1px solid #8c98cd;height: 25;color: #000077;font-weight: bold;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
background:#fff;border: 1px solid #8c98cd;padding: 8;line-height: normal;line-height: 150%;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#eceef7;
}

　　/* --文章显示页的css定义结束-- */
　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #000077;}
a.guest:visited {color: #000077;}
a.guest:hover{color: #0066cc;}
a.guest:active {color: #0066cc;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:#b4c0e6;border: 1px solid #8c98cd;padding-left:5;height: 29;color: ffffff;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #8c98cd;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #8c98cd;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#b4c0e6;color: #ffffff;font-weight: normal;height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background:#eceef7;line-height: 120%;
}
.guest_tdbg2 /* 表格背景颜色定义(760) */
{
background:#eceef7;line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#8c98cd;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #8c98cd;background: #eceef7;color: #0066cc;padding-left:8;padding-right:8;
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}
　　/* --留言频道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:transparent;line-height: 120%;
}
.shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#e1f4ee;line-height: 120%;
}

　　/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background: transparent;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:url(/skin/blueguitar/bottom_menu.gif);height: 42;color:#000077; text-align: left;padding-left:15;padding-right:5;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background: b4c0e6;color: #334b75; line-height: 150%; padding-top: 6; padding-left: 8; padding-right: 8; padding-bottom: 6;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
/* --文章频道图片边框的css定义开始-- */ 
.pic1
{
border: 1px solid #8c98cd; filter:progid:dximagetransform.microsoft.dropshadow(color=#8c98cd,offx=3,offy=3,positives=true);
}
/* --下载频道图片边框的css定义开始-- */ 
.pic2
{
border: 1px solid #8c98cd; filter:progid:dximagetransform.microsoft.dropshadow(color=#8c98cd,offx=3,offy=3,positives=true);
}
/* --图片频道图片边框的css定义开始-- */ 
.pic3
{
border: 1px solid #8c98cd; filter:progid:dximagetransform.microsoft.dropshadow(color=#8c98cd,offx=3,offy=3,positives=true);
}
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: transparent;
}
/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* --评论显示页的css定义开始-- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}
/* --评论显示页css定义结束-- */
/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #000077;}
a.guest:visited {color: #000077;}
a.guest:hover{color: #0066cc;}
a.guest:active {color: #0066cc;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: #000077;}
a.channel_keylink:visited {color: #000077;}
a.channel_keylink:hover{color: #0066cc;}
a.channel_keylink:active {color: #0066cc;}
/* -- designed by: blue guitar www.8go8.com -- */