/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #000000;}
a.class:visited {color: #000000;}
a.class:hover{color: #ff6200;}
a.class:active {color: #000000;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;background:url(/Templets/image/bg_all.gif);
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;
}
/* 单元格的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定义开始-- */

.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 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/skin/blue/main_title_760f.gif);border: 1px solid #d2d3d9;height: 28;color: 000000;
}
.main_title_760b /* 留言簿标题导航表格背景、文字颜色定义(760) */
{
background:url(/skin/blue/main_title_760f.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:#f5f5f5;
}

　　/* --文章显示页的css定义结束-- */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:url(/skin/reg/main_dibu_760.gif);color:#ffffff;
}
.bottom_adminlogo2 /* 留言薄管理信息表格背景、文字颜色定义 */
{
background:url(/skin/reg/main_dibu2_760.gif);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.guest:link {color: #000000;}
a.guest:visited {color: #000000;}
a.guest:hover{color: #ff6600;}
a.guest:active {color: #000000;} 

/* 站内链接文字颜色定义 */
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;}

/* 纪委文章内容页面定义 */
.news1          { font-size: 9pt; font-family: "宋体"; line-height: normal}
.news2          { font-size: 9pt; line-height: 130%; text-indent: 18pt; text-align: justify }
.news3          { font-size: 9pt; line-height: 130%; text-align: justify; margin-left: 18pt }
.news4          { font-family: arial; font-size: 9pt; line-height: 130% }
.news5          { font-family: 宋体; font-size: 10.2pt; line-height: 150% }
.news6          { font-size: 9pt }
.news7          { font-family: 宋体; font-size: 10.2pt; line-height: 160% }
.info        { font-family: 宋体; font-size: 10.2pt; line-height: 180% }
.n1          { font-size: 9pt; font-family: arial }
.title01     { font-family: 宋体; font-size: 36pt; color: #ff0000; line-height: 130% }
.title02     { font-family: 宋体; font-size: 24pt; color: #ff0000; line-height: 130% }
.title03     { font-family: 宋体; font-size: 18pt; line-height: 130% }
.title04     { font-family: 宋体; font-size: 14pt; line-height: 130% }
.title05     { font-family: 宋体; font-size: 12pt; line-height: 130% }
.t1          { font-family: 宋体; font-size: 12pt }
.t2          { font-size: 12pt; font-family: 宋体; color: #ff0000; text-align: center; 
               line-height: 150%; margin-top: 9pt; margin-bottom: 9pt }
.t3          { font-size: 12pt; font-family: 宋体; line-height: 130%; color: #ff0000 }
.n1          { font-size: 9pt; line-height: 14pt; text-align: left; font-family: 宋体 }
.new         { line-height: 140%; font-family: 宋体; font-size: 9pt; text-indent: 18pt; 
               text-align: justify }
.navfont     { filter: dropshadow(color=#000000, offx=2, offy=2, positive=2); font-family: "宋体"; font-size: 9pt; color: #ffffff }
.news_content{ width:550px;}

.news_content img{ max-width:530px; border:1px #666 solid;width:expression(document.body.clientWidth>document.getElementById("content").scrollWidth*9/10? "530px": "auto" );}
.B12 {

	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}