*{FILTER: gray;} /*全站灰色定义

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #0000cc;} /* 未访问的链接 */
a:visited {color: #666666;} /* 已访问的链接 */
a:hover{color: #ff0000;} /* 鼠标在链接上 */ 
a:active {color: #0000cc;} /* 点击激活链接 */
img{border:0px;} /*去掉图片链接的边框*/
/*导航类被选中的链接字体颜色设定*/
a.titlemenu:link {color: #ffffff;} /* 未访问的链接 */
a.titlemenu:visited {color: #ffffff;} /* 已访问的链接 */
a.titlemenu:hover{color: #ff0000;} /* 鼠标在链接上 */ 
a.titlemenu:active {color: #0000cc;} /* 点击激活链接 */


dd
{
margin-left: 1px;float: left;font-family:宋体;font-size: 10pt;width:97px;display:inline;
}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
background-color: #fffffa; 
font-size: 9pt;
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: 10pt;line-height: 125%; 
word-break:break-all; word-wrap:break-word;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #fffffa; 
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: 10pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 10pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
color: #666666;
font-size: 10pt;height: 20px;
}
/*顶部登录表格定义*/
.toptd
{
background-color: #eeeeee;
border: 1px solid #cccccc;
font-family:宋体;font-size: 10pt;line-height: 125%; color:#666666;
width:100%;
}
/*定义大字标题*/
.mtitle
{
font-family:宋体;font-size: 12pt;line-height: 125%;text-align: center;color:#666666;
width:80px;
}
/*定义灰色字体*/
.font{color:#666666;font-size:10pt;}
/*跳转页显示信息的表格定义*/
.gotable{border-collapse: collapse;}
.gotd
{
border: 1px solid #cccccc;width:400;height:200;
color:#666666;
background:#eeeeee;
font-family:宋体;font-size: 11pt;text-align: center;line-height:150%;padding:20;
}
.leftpage{background-color:#eeeeee;color:#666666;}
/*定义频道分类中非当前状态*/
.menu
{
background:#eeeeee;
font-family:宋体;font-size: 12pt;line-height: 120%;text-align: center;
}
/*定义频道分类中被选中状态*/
.dmenu
{
background:#ff0000;
font-family:宋体;font-size: 12pt;line-height: 120%;text-align: center;font-weight:bold;
}



/*以下为搜索部分的css定义*/
/*搜索框的css定义，比其它输入框更高*/
.soinput
{
background-color: #fffffa; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 28px;
width: 450px;
border-color: #666666 #666666 #666666 #666666; font-size: 12pt;line-height: 150%;
}
.soinput1
{
background-color: #fffffa; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 28px;
width: 214px;
border-color: #666666 #666666 #666666 #666666; font-size: 12pt;line-height: 150%;
}
.sobutton
{
font-size: 12pt;height: 28px;
}
/*定义搜索分类中非当前状态*/
.title
{
background:#eeeeee;
font-family:宋体;font-size: 12pt;line-height: 120%;text-align: center;
width: 80px;
}
/*定义搜索分类中被选中状态*/
.dtitle
{
background:#ff0000;
font-family:宋体;font-size: 12pt;line-height: 120%;text-align: center;font-weight:bold;
width: 80px;
}
/*搜索底部工具栏表格边框定义*/
.tools
{
border-collapse: collapse;
}
/*搜索底部工具栏表格单元格定义*/
.toolstd
{
border: 1px solid #cccccc;padding-left:2;
}
/*搜索底部工具栏表格标题定义*/
.toolstitle
{
border: 1px solid #cccccc;
color:#666666;
background:#eeeeee;
font-family:宋体;font-size: 11pt;line-height: 150%;text-align: center;
}

/*以下为网站导航部分定义*/
/*顶部logo及工具栏表格定义*/
.toptable{border-collapse: collapse;}
.toptabletd
{
border-top: 0px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding-left:6;
padding-right:6;
color:#666666;
}
/*定义地区分类中非当前状态*/
.city
{
background:#eeeeee;
font-family:宋体;font-size: 10pt;line-height: 150%;text-align: center;
width: 80px;
}
/*定义地区分类中被选中状态*/
.dcity
{
background:#ff0000;
font-family:宋体;font-size: 10pt;line-height: 150%;text-align: center;
width: 80px;
}
/*定义网站分类的状态*/
.class1
{
background:#eeeeee;
font-family:宋体;font-size: 10pt;line-height: 150%;text-align: center;
width: 80px;
}
/*网站列表表格标题栏定义*/
.tableborder{border-collapse: collapse;}
.tabletitle
{
border: 1px solid #cccccc;
color:#666666;
background:#eeeeee;
font-family:宋体;font-size: 11pt;text-align: center;line-height:150%;
}
/*站点列表表格定义*/
.sitetd{border: 1px solid #cccccc;padding-left:5;padding-reght:5;line-height:180%;}
.sitespan{align:left;font-family:宋体;font-size: 10pt;line-height: 180%;}
/*被选中的分类*/
.dclasstd{border: 1px solid #cccccc;background:#ff0000;width:80px;text-align:center;line-height:180%;}
/*没被选中的分类*/
.classtd{border: 1px solid #cccccc;width:80px;text-align:center;line-height:180%;}
/*城市分类上部蓝线*/
.citytop{background:#0000dd;}



/*以下为留言本部分定义*/
/*留言本分类定义*/
/*被选中的分类*/
.gdclasstd{border: 1px solid #cccccc;background:#ff0000;width:100px;text-align:center;line-height:150%;}
/*没被选中的分类*/
.gclasstd{border: 1px solid #cccccc;background:#eeeeee;width:100px;text-align:center;line-height:150%;}
/*留言表格标题*/
.gbtableborder{border-collapse: collapse;table-layout: fixed; }
.gbtitle
{
border: 1px solid #cccccc;
color:#666666;
background:#eeeeee;
font-family:宋体;font-size: 11pt;text-align: center;line-height:150%;
}
/*留言内容表格*/
.gbcont
{
border: 1px solid #cccccc;line-height:150%;color:#666666;padding:10;
word-break:break-all; word-wrap:break-word;overflow:hidden;
}

/*登录页表格定义*/
.logintd{border: 0px;padding:10;color:#666666;}
.logintitle{font-family:宋体;font-size: 12pt;line-height: 125%;text-align: center;color:#666666;}

/*后台管理*/
.configborder{border-collapse: collapse;}
.configtitle
{
border: 1px solid #cccccc;
color:#666666;
background:#eeeeee;
font-family:宋体;font-size: 11pt;line-height:150%;text-align:left;padding-left:10;
}
.configtd
{
background:#fffffa;
color:#666666;
border: 1px solid #cccccc;padding-left:5;padding-right:5;line-height:200%;
}

/*名站推荐表格*/
.famborder {border-collapse: collapse; border: 1px solid #CCCCCC;}
.famtitle {font-family:宋体;font-size: 11pt;color:666666;line-height:150%;background:#EEEEEE;text-align:center;height:24px;border-bottom : 1px solid #cccccc;}
.famtd {border: 1px solid #CCCCCC;font-size:11pt;color:666666;line-height:160%;}
.famsite {font-size:11pt;color:666666;padding:3px;padding-left:5px;padding-top:3px;padding-bottom:2px;text-align:left;}

/*友情链接表格*/
.tableborder {border-collapse: collapse; border: 1px solid #CCCCCC;}
.tabletitle {font-family:宋体;font-size: 11pt;color:666666;line-height:150%;background:#EEEEEE;text-align:center;height:24px;}
.tabletd {border: 1px solid #CCCCCC;font-size:10pt;color:666666;line-height:160%;padding:5px;}

/*广告单元的表格定义*/
.adtable{border-collapse: collapse;}
.adtd
{
border: 1px solid #cccccc;
}

/*以下为顶部导航条更多下拉菜单定义*/

.topmenu
{
position:relative;
width:390px;
height:16px;
padding:2px;
line-height:15px;
}
.m1
{
position:absolute;
left:2px;
line-height:15px;
}
#m2
{
position:absolute;
left:310px;
width:80px;
height:16px;
text-align:left;
}
.m21
{
border:1px solid #666666;
}
.m22
{
display:none;
}
.m221
{
position:absolute;
display:block;
border-left:1px solid #cccccc;
border-right:1px solid #666666;
border-bottom:1px solid #666666;
top:20px;
width:80px;
line-height:20px;
}
.ff_m221
{
position:absolute;
display:block;
border-left:1px solid #cccccc;
border-right:1px solid #666666;
border-bottom:1px solid #666666;
top:27px;
width:80px;
line-height:20px;
}

.msdiv
{
background:#155FD1;
padding-left:4px;
padding-top:2px;
padding-bottom:2px;
color:#ffffff;
cursor:hand;
}
.gdiv
{
background:#FFFFFF;
padding-left:4px;
padding-top:2px;
padding-bottom:2px;
color:#0000cc;
}

/*以下是网站导航一级分类文字颜色定义*/
.red {
width:80px;
background:#ff0000;
}
.yellow {
width:80px;
background:#ffff00;
}
.green {
width:80px;
background:#008000;
}
.blue {
width:80px;
background:#000080;
}
.purple {
width:80px;
background:#800080;
}
.black {
width:80px;
background:#000000;
}
.pink {
width:80px;
background:#ff00ff;
}
.gray {
width:80px;
background:#808080;
}

.redfont {
color:#ff0000;
}
.yellowfont {
color:#ffff00;
}
.greenfont {
color:#008000;
}
.bluefont {
color:#000080;
}
.purplefont {
color:#800080;
}
.blackfont {
color:#000000;
}
.pinkfont {
color:#ff00ff;
}
.grayfont {
color:#808080;
}




#search_suggest
{
font-family:宋体;
font-size: 11pt;
position:absolute;
background:#FFFFFF;
text-align:left;
border:1px solid #666666;
width:400px;
height:auto;
display:none;

}

.suggest_link_over
{
background-color:#155FD1;
padding:2px 6px;
color:#FFFFFF;
}

.suggest_link
{
padding:2px 6px;
background-color:#FFFFFF;
}

.none
{
display:none;
}

