/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {
	color: #0066ff;
	font-size: 13px;
	text-decoration: none;
} /* 未访问的链接 */
a:visited {
        color: #0066ff;
	font-size: 13px;
	text-decoration: none;
}
a:hover{color: #EE1169;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {
	color: #ffffff;
	font-size: 13px;
}
a.channel:visited {
	color: #ffffff;
	font-size: 13px;
}
a.channel:hover{
	color: #66ff33;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff3366;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color:#5959ff;}
a.bottom:visited {color:#5959ff;}
a.bottom:hover{color: #cc00ff;}
a.bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #9966ff;}
a.class:active {color: #ffffff;}
.b
{
	background:url(/skin/star/line_01.gif) repeat-x fixed 50%;
	height: 22;
	line-height: 24px;
}
.c
{
	background:url(/skin/star/line_01.gif) repeat-x fixed 50%;
	height: 22;
	line-height: 24px;
}
.bbb /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
	background:#FCFDFE url(/skin/star/line_01.gif) repeat-x fixed 50%;
	height: 22;
	line-height: 24px;
}
.ccc /* --自定义列表标签中偶数表格行背景颜色定义-- */
{
	background:#FEFAF5 url(/skin/star/line_01.gif) repeat-x fixed 50%;
	height: 22;
	line-height: 24px;
}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	font-size: 9pt;
	background-position: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;
	background-image: url(/skin/star/moban_bg.gif);
}
/*闪字CSS特效

.color
{
behavior:url(/skin/font.htc)
}

/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 150%; 
}


/* 下拉列表框的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: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}



/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 0;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
	background:#0089f7 url(/skin/star/top_titlebg.jpg);
	color:#3ab1f5!important;
	text-align: right;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	line-height: 28px;
}
.top_channe2 /* 频道表格背景、文字颜色定义 */
{
	background:#0089f7 url(/skin/star/top_titlebg2.jpg);
	color:#3ab1f5!important;
	text-align: right;
	line-height: 28px;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(/skin/star/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/skin/star/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#f5f5f5;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}


/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	background:url(/skin/star/left_title.gif);
	font-weight:bold;
	color: ffffff;
	height: 28;
	width:180;
	padding-left:40;
	text-align: left;
	font-size: 13px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/skin/star/left_tdbg1.gif);line-height: 150%;padding-left:5;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/skin/star/left_tdbg2.gif);height: 10;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/skin/star/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.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/star/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;background:url(/skin/star/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;
}
.PhotoIntro /* 图片页图片简介正文) */
{
	border: 1px solid #d2d3d9;
	padding: 8;
	line-height: 168%;
	font-size: 14px;
	color: #666666;
}
.main_title2_760 /* 网站首页专集标题表格背景、文字颜色定义(760) */
{
color: ffffff;background:url(/skin/star/main_title_760.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: 150%;text-align: left;padding-left:5;padding-right:5;background-color:#FFFFFF;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/skin/star/main_title_575.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_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
	background:url(/skin/star/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;
	font-size: 13px;
}
.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/star/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;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}


/* 站内链接文字颜色定义 */
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;}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
	background:#0000ff url(/Skin/star/bottom_copyright.jpg);
	color:#ffffff;
	font-size: 11px;
	line-height: 58px;
}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
	background:#0089f7 url(/Skin/star/bottom.jpg);
	color:#ffffff;
	font-size: 12px;
	line-height: 28px;
}

