/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: #FF6600;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #333333;}
a.Channel:visited {color: #333333;}
a.Channel:hover{COLOR: #FF6600;}
a.Channel:active {color: #333333;}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {color: #333333;}
a.Channel2:visited {color: #333333;}
a.Channel2:hover{COLOR: #FF6600;}
a.Channel2:active {color: #333333;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {color: #333333;}
a.Bottom:visited {color: #333333;}
a.Bottom:hover{COLOR: #FF6600;}
a.Bottom:active {color: #333333;}
/*调用代码为<td class='wShadow' ***>***</td> */
.wShadow 
{
 FILTER: dropShadow(offX=1,offY=1,color=#938D8C);
 COLOR: #000033;
 HEIGHT: 0px;
 TEXT-DECORATION: none
}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #333333; FILTER: dropShadow(offX=4,offY=4,color=#000000); COLOR: #788932;}
a.Class:visited {color: #333333;}
a.Class:hover{COLOR: #FF6600;}
a.Class:active {color: #333333;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 12pt;
line-height: 150%;
text-decoration: none;
scrollbar-face-color: #96db32;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
scrollbar-highlight-color: #f2ffde; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f2ffde; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 12pt;line-height: 150%; 
}
/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{
BACKGROUND-COLOR: #ffffff; 
BORDER-BOTTOM: #33CC33 1px solid;
BORDER-LEFT: #33CC33 1px solid;
BORDER-RIGHT: #33CC33 1px solid;
BORDER-TOP: #33CC33 1px solid;
COLOR: #33CC33;
HEIGHT: 18px;
border-color: #33CC33 #33CC33 #33CC33 #33CC33; font-size: 9pt
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 12pt;HEIGHT: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 顶部用户登录文字链接的CSS定义 */
.top_UserLogin
{
color: #037FA8;
}

/* ==简短标题文字的CSS定义开始== */
/* [图文]简短标题文字的CSS定义 */
.S_headline1
{
color: #FF6600;
}
/* [组图]简短标题文字的CSS定义 */
.S_headline2
{
color: #FF6600;
}
/* [推荐]简短标题文字的CSS定义 */
.S_headline3
{
color: #FF6600;
}
/* [注意]简短标题文字的CSS定义 */
.S_headline4
{
color: red;
}
/* ==简短标题文字的CSS定义开始== */

/* ==top.asp中的CSS定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#CC66FF;border-right: 1px solid #A7A9A7;border-left: 1px solid #A7A9A7;
}
.top_Channel /* 频道表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/lm/ad_dhbg.gif);color:#333333!important;text-align: centre;height: 29;
}
.top_Announce /* 公告表格背景、文字颜色定义 */
{
color: #FFFFFF;height: 23;
}
.top1_Announce /* 公告表格背景、文字颜色定义 */
{
text-align:
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
a.Channel:link {color: #9900FF;}
a.Channel:visited {color: #9900FF;}
a.Channel:hover{COLOR: #ffffff;}
a.Channel:active {color: #6666FF;}
a.Channel2:link {color: #6666FF;}
a.Channel2:visited {color: #FF66FF;}
a.Channel2:hover{COLOR: #ffffff;}
a.Channel2:active {color: #ffffff;}


}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #333333;height: 30;
}
.top_Path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:url(/Skin/60du-2005/lm/ad_mqdh.gif);border-right: 1px solid #A7A9A7;border-left: 1px solid #A7A9A7;height: 25;
}
.top_UserLogin /* 顶部用户登录文字链接的CSS定义 */
{
color: #037FA8
}
/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
　　/* --网页中部左栏的CSS定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#FFFFFF;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/lm/ad_dhtp.gif);font-weight:bold;color: 333333;height: 28;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg1.gif);line-height: 150%;padding-left:5;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg2.gif);height: 10;
}
　　/* --网页中部左栏的CSS定义结束-- */

　　/* --网页中部左栏1的CSS定义开始-- */
.left1_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#FFFFFF;
}
.left1_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left1_01.gif);font-weight:bold;color: 333333;height: 80;PADDING-LEFT: 80px; PADDING-TOP: 5px; FILTER: dropShadow(offX=1,offY=1,color=#000000); COLOR: #788932;
}
.left1_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left1_02.gif);line-height: 150%;padding-left:5;padding-right:8;PADDING-LEFT: 15px; PADDING-TOP: 5px;
}
.left1_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left1_03.gif);height: 19;
}
　　/* --网页中部左栏1的CSS定义结束-- */

　　/* --网页中部左栏2的CSS定义开始-- */
.left2_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#FFFFFF;
}
.left2_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left2_01.gif);font-weight:bold;color: 333333;height: 82;PADDING-LEFT: 82px; PADDING-TOP: 5px; FILTER: dropShadow(offX=1,offY=1,color=#000000); COLOR: #788932;
}
.left2_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left2_02.gif);line-height: 150%;padding-left:5;padding-right:8;PADDING-LEFT: 15px; PADDING-TOP: 5px;
}
.left2_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left2_03.gif);height: 17;
}
　　/* --网页中部左栏2的CSS定义结束-- */

　　/* --网页中部左栏3的CSS定义开始-- */
.left3_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#FFFFFF;
}
.left3_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left3_01.gif);font-weight:bold;color: 333333;height: 78;PADDING-LEFT: 78px; PADDING-TOP: 5px; FILTER: dropShadow(offX=1,offY=1,color=#000000); COLOR: #788932;
}
.left3_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left3_02.gif);line-height: 150%;padding-left:5;padding-right:8;PADDING-LEFT: 15px; PADDING-TOP: 5px;
}
.left3_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left3_03.gif);height: 18;
}
　　/* --网页中部左栏3的CSS定义结束-- */

　　/* --网页中部左栏4的CSS定义开始-- */
.left4_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#FFFFFF;
}
.left4_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left4_01.gif);font-weight:bold;color: 333333;width: 225;height: 29;PADDING-LEFT: 78px; PADDING-TOP: 5px; FILTER: dropShadow(offX=1,offY=1,color=#000000); COLOR: #788932;
}
.left4_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	background:url(/Skin/60du-2005/leftxt/left4_02.gif);
	width: 225;
	height: 28;
	padding-left: 78px;
	padding-top: 5px;
	font-weight: bold;
}
.left4_tdbg2 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left4_03.gif);width: 225;height: 158;line-height: 150%;padding-left:5;padding-right:8;
}
.left4_tdbg3 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/left4_04.gif);width: 225;height: 27;
}
　　/* --网页中部左栏4的CSS定义结束-- */






　　/* --网页虚线图片边框1的CSS定义开始-- */
.left1_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#FFFFFF;
}
.xb1_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb1_01.gif);font-weight:bold;color: 333333;height: 46;PADDING-LEFT: 80px; PADDING-TOP: 5px;
}
.xb1_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb1_02.gif);line-height: 150%;padding-left:5;padding-right:8;PADDING-LEFT: 15px; PADDING-TOP: 5px;
}
.xb1_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb1_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框1的CSS定义结束-- */

　　/* --网页虚线图片边框2的CSS定义开始-- */
.xb2_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#FFFFFF;
}
.xb2_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb2_01.gif);font-weight:bold;color: 333333;height: 46;PADDING-LEFT: 82px; PADDING-TOP: 5px;
}
.xb2_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb2_02.gif);line-height: 150%;padding-left:5;padding-right:8;PADDING-LEFT: 15px; PADDING-TOP: 5px;
}
.xb2_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb2_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框2的CSS定义结束-- */

　　/* --网页虚线图片边框3的CSS定义开始-- */
.xb3_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#FFFFFF;
}
.xb3_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb3_01.gif);font-weight:bold;color: 333333;height: 46;PADDING-LEFT: 78px; PADDING-TOP: 5px;
}
.xb3_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb3_02.gif);line-height: 150%;padding-left:5;padding-right:8;PADDING-LEFT: 15px; PADDING-TOP: 5px;
}
.xb3_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb3_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框3的CSS定义结束-- */

　　/* --网页虚线图片边框4的CSS定义开始-- */
.xb4_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#FFFFFF;
}
.xb4_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb4_01.gif);font-weight:bold;color: 333333;width: 325;height: 46;PADDING-LEFT: 78px; PADDING-TOP: 5px;
}
.xb4_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb4_02.gif);line-height: 150%;padding-left:5;padding-right:8;PADDING-LEFT: 15px; PADDING-TOP: 5px;
}
.xb4_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2005/leftxt/xb4_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框4的CSS定义结束-- */









　　/* --网页中部中栏的CSS定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#CC66FF;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{

}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 333333;height: 25;background:url(/Skin/blue/main_announce.gif);
}
.main_Search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037FA8;height: 25;border: 1px solid #D2D3D9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: 333333;background:url(/Skin/60du-2005/lm/ad_dhtp.gif);height: 28;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/60du-2005/lm/ad_dhtp.gif);color: 333333;height: 28;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
height: 24;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
height: 24;
}
　　/* --网页中部中栏的CSS定义结束-- */
　　/* --文章显示页的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_760.gif);padding-left:5;height: 25;color: 037FA8;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
padding: 8;
}
　　/* --文章显示页的CSS定义结束-- */
/* ==网页中部中的CSS定义结束== */

/* ==自选风格中的CSS定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menuBody
{
background-color: #ffffff;
}
.twoline {
	font-family: 宋体;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14pt;
}
.twoline :hover{
	font-family: 宋体;
	font-size: 14px;
	color: #006a1b;
	border: 1px dotted #000000;
}
.main_shadow1 /* 首页间隔 */
{
height: 1;background:#84BF77;
}
.center_tdbgall1 /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
.Indexall /* 首页背景 */
{
background:#F0F4CA;
}
.Channel_title /* 标题背景颜色定义(760) */
{
background: #C4DF28;color: #037FA8;height: 27;text-align: center;font-weight:bold;
}
/* ==频道通用表格CSS定义开始== */
.Channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Channel_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
　　/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义－－调用代码为<a class='Guest' ***>***</a> */
a.Guest:link {color: ##7AA824;}
a.Guest:visited {color: #7AA824;}
a.Guest:hover{COLOR: #7AA824;}
a.Guest:active {color: #7AA824;}

.Guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
border: 0px solid #333333;padding-left:5;height: 30;color: #7AA824;
}
.Guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;padding: 8;
}
.Guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #f7f7f7;
}
.Guest_title /* 标题背景颜色定义(760) */
{
background:#C4DF28;color: #7AA824;font-weight: normal;height: 25;
}
.Guest_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#D2D3D9;
}
.Guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97D2DF;background:#E8F5F8;color: #006633;
}
.Guest_ReplyAdmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.Guest_ReplyUser /* 用户回复文字背景颜色定义(760) */
{
color: #449AE8;
}
　　/* --留言频道CSS定义结束-- */
/* --增加鼠标效应的css定义开始-- */ 
.header	{ 
    font-family: tahoma, verdana; 
    font-size: 14px; 
    color: #FFFFFF; 
    font-weight: normal;
    background-color:#72C11A; 
}
.selet_bg {
    background-color: #ffffff;
}
.f_one {
    background-color: #ffffff;
}
/* --增加缩略图边框-- */ 
.pic1
{
border: 3px double #AEA9A9;
}
/* --增加缩略图边框-- */ 
.pic2
{
border: 3px double #AEA9A9;
}
/* --增加缩略图边框-- */ 
.pic3
{
border: 3px double #AEA9A9;
}

/* ==调用的文章每行之间有一条虚线的效果== */
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#;border-bottom: 1px dashed #000000; 
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#;border-bottom: 1px dashed #000000; 
}
.listbg3 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#;border-bottom: 1px dashed #000000; FONT-SIZE: 14px; LINE-HEIGHT: 24px;
}
/* ==顶部菜单风格开始== */
td {
	font-size: 14px
}
td.content {
	font-size: 14px; color: #000000; line-height: 140%
}
td.list {
	line-height: 148%
}
hr {
	color: #000000; height: 1px
}
textarea {
	font-size: 14px; font-family: "tahoma", "ms shell dlg"
}
.codetextarea {
	font-size: 14px; width: 515px; word-break: keep-all; font-family: "&Euml;&Icirc;&Igrave;&aring;"; height: 310px; word-wrap: normal
}
a:link {
	color: #5B7A12; text-decoration: none
}
a:active {
	color: #9B17EA; text-decoration: none
}
a:visited {
	color: #8415AE; text-decoration: none
}
a:hover {
	color: #8AB509; text-decoration: underline
}
a.navlink:link {
	color: #ffffff; text-decoration: none
}
a.navlink:visited {
	color: #ffffff; text-decoration: none
}
a.navlink:hover {
	color: #ffffff; text-decoration: underline
}
.navlight {
	color: #ffffff; background-color: #9DBD31
}
.navmedium {
	background-color: #f2f3f7
}
.navdark {
	background-color: #C5DC54
}
.logobackground {
	background-color: #ffffff
}
.pageseparator {
	background-color: #ccccd4
}
.pageselect {
	font-size: 14px; font-family: arial
}
.border {
	margin: auto; background-color: #ffffff
}
.pegeone {
	margin: auto; background-color: #ffffff;padding-left: 2px;padding-top: 5px; padding-bottom: 5px
}
.pegetwo {
	background-color: #f2f3f7;padding-left: 2px;padding-top: 5px; padding-bottom: 5px
}
.pagelighter {
	background-color: #fafafa
}
.pagelight {
	background-color: #f2f3f7
}
.pagemedium {
	background-color: #8c8ea3
}
.pagemediumer {
	background-color: #ccccd4
}
.pagedark {
	background-color: #666688
}
.pagesubject {
	background-color: #d9dce8
}
.pageicon {
	font-size: 14px; font-family: "&Euml;&Icirc;&Igrave;&aring;"; background-color: #ffffff
}
.columntitle {
	background-color: #cfcdaf
}
.columncontent {
	background-color: #ebeadd
}
.hottitle {
	background-color: #abd3a5
}
.hotcontent {
	background-color: #e0efde
}
.listtitle {
	background-color: #ccccd4
}
.listcontent {
	background-color: #f2f3f7
}
.pagesimages {
	border-right: #bbbbbb 1px solid; border-top: #bbbbbb 1px solid; border-left: #bbbbbb 1px solid; border-bottom: #bbbbbb 1px solid
}
.titletable {
	background-color: #ccccd4
}
.listtable {
	background-color: #f2f3f7
}
.code {
	border-right: #0099cc 1px solid; padding-right: 5px; border-top: #0099cc 1px solid; padding-left: 5px; font-size: 14px; padding-bottom: 5px; margin: 5px; border-left: #0099cc 1px solid; width: 480px; color: #000000; line-height: 18px; padding-top: 5px; border-bottom: #0099cc 1px solid; font-family: "verdana" , "courier new", "courier", "mono"; background-color: #ddedfb
}
.codesamp_bak {
	border-right: #0099cc 1px solid; padding-right: 5px; border-top: #0099cc 1px solid; padding-left: 5px; font-size: 14px; padding-bottom: 5px; margin: 5px; overflow: hidden; border-left: #0099cc 1px solid; width: 480px; color: #000000; line-height: 18px; padding-top: 5px; border-bottom: #0099cc 1px solid; font-family: "courier new", "courier", "mono"; background-color: #ddedfb
}
.codesamp {
	border-right: #888888 1px solid; padding-right: 0.5em; border-top: #888888 1px solid; margin-top: 1em; padding-left: 0.5em; margin-bottom: 1em; padding-bottom: 0.5em; margin-left: 0pt; overflow: hidden; border-left: #888888 1px solid; width: 480px; padding-top: 0.5em; border-bottom: #888888 1px solid; font-family: "courier new"; background-color: #eeeeee
}
.docparameter {
	background-color: #efefef
}
.docparameter td {
	color: #999999
}
.listcontentmedium {
	background-color: #e4e3e8
}
.location {
	color: #333366
}
select {
	font-size: 14px; font-family: "ms shell dlg"
}
form {
	margin-top: 3px; font-size: 14px; margin-bottom: 0px; font-family: "tahoma", "ms shell dlg"
}
input {
	font-size: 14px; font-family: "tahoma", "ms shell dlg"
}
.dotline {
	padding-right: 0px; padding-left: 0px; background-image: url(/img/common/bg_dot.gif); padding-bottom: 0px; padding-top: 0px; height: 1px
}
.votebar {
	font-size: 14px; font-family: "verdana", "arial", "helvetica", "sans-serif"
}

/* ==虚线边框== */
.bk1 {BORDER-RIGHT: #a8dc2e 1px dashed; BORDER-TOP: #a8dc2e 1px dashed; BORDER-LEFT: #a8dc2e 1px dashed; BORDER-BOTTOM: #a8dc2e 1px dashed}
.bk2 {BORDER-RIGHT: #b304c6 1px dashed; BORDER-TOP: #b304c6 1px dashed; BORDER-LEFT: #b304c6 1px dashed; BORDER-BOTTOM: #b304c6 1px dashed}
.bk3 {BORDER-RIGHT: #b193fb 1px dashed; BORDER-TOP: #b193fb 1px dashed; BORDER-LEFT: #b193fb 1px dashed; BORDER-BOTTOM: #b193fb 1px dashed}
.bk4 {BORDER-RIGHT: #fad31d 1px dashed; BORDER-TOP: #fad31d 1px dashed; BORDER-LEFT: #fad31d 1px dashed; BORDER-BOTTOM: #fad31d 1px dashed}
.bk5 {BORDER-RIGHT: #fc47a6 1px dashed; BORDER-TOP: #fc47a6 1px dashed; BORDER-LEFT: #fc47a6 1px dashed; BORDER-BOTTOM: #fc47a6 1px dashed}
.bk6 {BORDER-RIGHT: #4391fa 1px dashed; BORDER-TOP: #4391fa 1px dashed; BORDER-LEFT: #4391fa 1px dashed; BORDER-BOTTOM: #4391fa 1px dashed}
.bk7 {BORDER-RIGHT: #a8b56f 1px dashed; BORDER-TOP: #a8b56f 1px dashed; BORDER-LEFT: #a8b56f 1px dashed; BORDER-BOTTOM: #a8b56f 1px dashed}
.bk8 {BORDER-RIGHT: #12b81f 1px dashed; BORDER-TOP: #12b81f 1px dashed; BORDER-LEFT: #12b81f 1px dashed; BORDER-BOTTOM: #12b81f 1px dashed}
/* ==顶部菜单风格结束== */
/* ==顶部菜单风格结束== */
/* ==顶部菜单风格结束== */
/* ==自选风格中的CSS定义结束== */

/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(images/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}
/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}
.title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}
/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
}
/* ==RSS连接框定义== */
#popitmenu {
    BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; Z-INDEX: 100; VISIBILITY: hidden; FONT: 12px/18px Verdana; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; POSITION: absolute; BACKGROUND-COLOR: white
}
#popitmenu A {
    DISPLAY: block; PADDING-LEFT: 6px; COLOR: black; TEXT-DECORATION: none;
}
#popitmenu A:hover {
    BACKGROUND-COLOR: #ccff9d;
}

/* ==用户登录框定义== */
#userlogined
{
    padding-left:10;text-align: left;
}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.havemessage
{
    BACKGROUND-COLOR: #ccff9d;
}
.havemessaged
{
    BACKGROUND-COLOR: #cc0000;
}
.spaceList  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.spaceList_image
{
text-align: center;
}
.spaceList_intro
{
text-align: center;
}
#showspacelist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(/Skin/blue/main_title_575.gif);
}
.supplybutover{
background:url(/Skin/blue/main_title_282.gif);
}
/* ==供求信息div按钮定义开始== */
