/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #454545;} /* 未访问的链接 */
a:visited {color: #454545;} /* 已访问的链接 */
a:hover{color: #4e4e4e;} /* 鼠标在链接上 */ 
a:active {color: #454545;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #0f86d8;}
a.channel:visited {color: #605e5f;}
a.channel:hover{color: #fe8600;}
a.channel:active {color: #c2c2c2;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #666666;}
a.bottom:visited {color: #666666;}
a.bottom:hover{color: #666666;}
a.bottom:active {color: #666666;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #4d76b4;}
a.class:visited {color: #4d76b4;}
a.class:hover{color: #ae0927;}
a.class:active {color:#4d76b4;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-size: 9pt;
text-decoration: none;
background:url(http://phy.fjsdfz.org/images/06mb/bg_all.gif);
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 150%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff; 
border-bottom: #7f9db9 1px solid;
border-left: #7f9db9 1px solid;
border-right: #7f9db9 1px solid;
border-top: #7f9db9 1px solid;
color: #ffffff;
height: 18px;
font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 18px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 768;border-right: 1px solid #706353;border-left: 1px solid #706353;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
height:26;important;text-align: right;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:#f2f6f9;color: #0560a6;height: 20;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:#f4f4f4;color: #0560a6;height: 30;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 768;background:#f4f4f4;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
width: 768;background:#f4f4f4;cellpadding:5;cellspacing:5;}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
align:right;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background-color:#f8f8f8;height: 24;border: 1px solid #d0d0d0;align:center;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background-color:#ffffff;line-height: 150%;padding-left:5;padding-right:8;border-right: 1px solid #d0d0d0;border-left: 1px solid #d0d0d0;border-bottom: 1px solid #d0d0d0;align:center;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
height: 10;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height:4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#ffffff;border: 1px solid #eeeeee;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;border: 1px solid #8cc3de;background:#f7f7f7;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/skin/phypower/main_top.gif);height: 226;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: 605e5f;background:#ffffff;border-right: 1px solid #5c7290;border-left: 1px solid #5c7290;text-align: left;padding-left:20;height: 24;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border-right: 1px solid #5c7290;border-left: 1px solid #5c7290;border-bottom: 1px solid #5c7290;line-height: 150%;text-align: left;padding-left:5;padding-right:5;background:#ffffff;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
color: #102c57;height: 24;border-top: 1px solid #4d76b4;border-right: 1px solid #4d76b4;border-left: 1px solid #4d76b4;border-bottom: 1px solid #a7c3ec;text-align: left;background:#ffffff;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border-right: 1px solid #4d76b4;border-left: 1px solid #4d76b4;border-bottom: 1px solid #4d76b4;line-height: 150%;line-height: 150%;text-align: left;padding-left:5;padding-right:5;background#ecf3ff;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#ffffff;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: 0234ce;font-weight:bold;font-size: 18;line-height: 150%;
}
.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 #5c7290;padding-left:5;height: 25;color: 037fa8;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border-top: 1px solid #00318a;border-bottom: 1px solid #00318a;padding: 8;
}
　　/* --文章显示页的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 770;background:#f5f5f5;border-right: 1px solid #000000;border-left: 1px solid #000000;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
color:#f5f5f5;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
color:#666666
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* 首页频道导航链接风格*/
.channel_1:link {color: #ffffff;}
.channel_1:visited {color: #ffffff;}
.channel_1:hover{color: #ffffff;}
.channel_1:active {color: #ffffff;}
/* ==自选风格中的css定义结束== */