/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a /* 链接无下划线,有为underline */ 
{
	text-decoration: none;
}
a:link /* 未访问的链接 */
{
	color: #663300;
}
a:visited /* 已访问的链接 */
{
	color: #663300;
}
a:hover /* 鼠标在链接上 */ 
{
	color: #AA611C;
}
a:active /* 点击激活链接 */
{
	color: #AA611C;
}
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.Channel
{
	float: left;
	font-weight: bold;
	text-decoration: none;
}
a.Channel:link
{
	color: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
a.Channel:visited
{
	color: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
a.Channel:hover
{
	COLOR: #AA611C;
	background: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
a.Channel:active
{
	COLOR: #AA611C;
	background: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.Channel2
{
	float: left;
	font-weight: bold;
	text-decoration: none;
}
a.Channel2:link
{
	color: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
a.Channel2:visited
{
	color: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
a.Channel2:hover
{
	COLOR: #AA611C;
	background: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
a.Channel2:active
{
	COLOR: #AA611C;
	background: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.Bottom:link
{
	color: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
a.Bottom:visited
{
	color: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
a.Bottom:hover
{
	COLOR: #AA611C;
	background: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
a.Bottom:active
{
	COLOR: #AA611C;
	background: #FBECA8;
	padding: 3px 5px 2px 5px;
	height: 12px;
	border-right:1px solid #FBECA8;
}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.Class:link
{
	color: #FBECA8;
	padding: 4px 0 0 0;
}
a.Class:visited
{
	color: #FBECA8;
	padding: 4px 0 0 0;
}
a.Class:hover
{
	color: #FBECA8;
	background: #D67823;
	padding: 4px 0 0 0;
}
a.Class:active
{
	color: #FBECA8;
	background: #D67823;
	padding: 4px 0 0 0;
}
body
{
	FONT-SIZE: 12px;
	color: #663300;
	font-family: "georgia", "verdana", "宋体";
	background:url(bg_all.gif);
	background-position:center;
	background-attachment: fixed;
	text-decoration: none;
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #ecd896;
	SCROLLBAR-HIGHLIGHT-COLOR: #fef9e2;
	SCROLLBAR-SHADOW-COLOR: #aa611c;
	SCROLLBAR-3DLIGHT-COLOR: #aa611c;
	SCROLLBAR-ARROW-COLOR: #aa611c;
	SCROLLBAR-TRACK-COLOR: #fbeca8;
	SCROLLBAR-DARKSHADOW-COLOR: #fff;
}
td
{
	font-family: "georgia", "verdana", "宋体";
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
input
{
	background-color: #ECD896;
	border-bottom: #663300 1px solid;
	border-left: #AA611C 1px solid;
	border-right: #663300 1px solid;
	border-top: #AA611C 1px solid;
	color: #663300;
	height: 18px;
	font-family: "georgia", "verdana", "宋体";
	font-size: 12px;
}
textarea
{
	background-color: #FBECA8;
	border-bottom: #663300 1px solid;
	border-left: #AA611C 1px solid;
	border-right: #663300 1px solid;
	border-top: #AA611C 1px solid;
	color: #663300;
	font-family: "宋体";
	font-size: 12px;
}
hr
{
	color: #fbeca8; height: 1px; 
}
li
{
	list-style-image: url(arrow4.gif);
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
.button
{
	font-family: "georgia", "宋体";
	font-size: 12px;
	color: #663300;
	height: 18px;
	border: 1px solid;
	border-color: #AA611C #630 #630 #AA611C;
	background: #E3CE96 url(menu_main.jpg) 0px -30px;
}
select
{
	background-color: #fbeca8;
	border-bottom: #663300 1px solid;
	border-left: #aa611c 1px solid;
	border-right: #663300 1px solid;
	border-top: #aa611c 1px solid;
	color: #663300;
	height: 18px;
	font-family: "georgia", "verdana", "宋体";
	font-size: 12px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
	border: 1px solid #98664b;
}
.channel_title /* 标题背景颜色定义(760) */
{
	background: #FBECA8;
	color: #663300;
	height: 25;
	text-align: center;
	font-weight: bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
	background: #FBECA8;
	line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#E8D18F;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
	border: 1px solid #FBECA8;
}
.comment_title /* 标题背景颜色定义(760) */
{
	background: #E8D18F;
	color: #AA611C;
	font-weight: normal;
	height: 25;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
	background: #FBECA8;
	line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
	background:#EDD999;
}
　　/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: #AA611C;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
	background: url(bot_bg.gif);
	color: #FBECA8!important;
	text-align: center;
	font-weight: bold;
	height: 32;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #663300;
	height: 30;
	float:left;

}
.top_nav_menu2 /* 频道栏表格背景、文字颜色定义 */
{
	background: #e8d18f;
	color: #663300;
	height: 26;
	float:left;
	padding: 0 0 0 10px;
	border-top: 1px solid #fbeca8;
	border-bottom: 1px solid #fbeca8;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
	background: url(bg.gif);
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
	background: url(bg_main.gif);
	border-right: 0px solid #AA611C;
	width: 205;
	float: center;
}
.left_shadow /* 左栏内容间隔定义 */
{
	height: 10;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	background: url(left_title.gif);
	font-weight:bold;
	color: #FBECA8;
	height: 28;
	width:195;
	text-align: center;
}
.left_tdbg /* 左栏内容表格背景、文字颜色定义 */
{
	background:url(left_tdbg.gif);
	line-height: 150%;
	padding: 0 8px 0 12px;
}
.left_tdbg1 /* 左栏底部表格背景定义 */
{
	background:url(left_tdbg1.gif);
	width:195;
	height: 12;
}
.left_tdbg2 /* 左栏底部表格背景定义 */
{
	background: url(left_tdbg2.gif);
	width: 195;
	height: 12;
	background-repeat: no-repeat;
}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(right_t.gif);
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbg /* 中栏表格背景图片定义 */
{
	background: url(bg_main.gif);
}
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
	background: url(bg_main.gif);
	width: 500;
	float: center;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
	color: #663300;
	background: #ECD896;
	height: 28px;
	border-top: 1px solid #FBECA8;
	border-bottom: 1px solid #FBECA8;
	float: center;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(main_top.gif);height: 187;
}
.main_title_500 /* 中栏标题表格背景、文字颜色定义(500) */
{
	color: #FBECA8;
	background:url(main_title_500.gif);
	border: 0px;
	text-align: center;
	font-weight: bold;
	padding:5px 70px 4px 70px;
	width: 500;
	height: 28;
}
.main_tdbg_500 /* 中栏内容表格背景、文字颜色定义(500) */
{
	border: 0px solid #B5856A;
	line-height: 150%;
	text-align: left;
	padding: 5px 5px 5px 5px;
	overflow-x: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.main_tdbg_500_2 /* 中栏内容表格背景、文字颜色定义(500_2) */
{
	border: 1px solid #FBECA8;
	line-height: 150%;
	text-align: left;
	padding: 5px 5px 5px 5px;
	overflow-x: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.main_title_245 /* 中栏标题表格背景、文字颜色定义(245) */
{
	color: #FBECA8;
	background:url(main_title_245.gif);
	border: 0px;
	text-align: center;
	font-weight: bold;
	padding:5px 70px 4px 70px;
	height: 28;
}
.main_tdbg_245_1 /* 中栏内容表格背景、文字颜色定义(245) */
{
	width: 245;
	line-height: 150%;
	text-align: left;
	padding:5px 5px 5px 5px;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;
background-image: url(main_bs.gif);
border-right: 1px solid #1c65be;
text-align: left;padding-left:30;height: 27;

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
	overflow-x: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(main_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;
	height: 4px;
	background-image: url(main_02.gif);
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aec6e8;
	border-bottom-color: #aec6e8;
	border-left-color: #aec6e8;
	background-image: url(main_bg.gif);
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aec6e8;
	background-image: url(main_bg.gif);
	background-color: #ffffff;
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(main_bs.gif);color: ffffff;height: 27;
padding-left:30;
color: ffffff;
text-align: left;
border-right: 1px solid #1c65be;
font-weight: bold;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
	background: #e8d18f;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
	background: transparent;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
	color: 98664b;
	font-weight:bold;
	font-size: 18;
	line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_500 /* 标题导航表格背景、文字颜色定义(500) */
{
	color: #fbeca8;
	background:url(main_title_500.gif);
	border: 0px;
	text-align: center;
	font-weight: bold;
	padding:5px 70px 4px 70px;
	width: 500;
	height: 28;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
	background: transparent;
	border: 1px solid #fbeca8;
	height: 28;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
	line-height: 150%;
	text-align: left;
	padding:5px 5px 5px 5px;
	overflow-x: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
	background: #e8d18f;
	border-top: 1px solid #fbeca8;
	border-bottom: 1px solid #fbeca8;
}

　　/* --文章显示页的css定义结束-- */
　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #ff0000;}
a.guest:active {color: #ffffff;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(main_bs1.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ff0000;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
	border: 0px solid #FBECA8;
	padding: 5;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
	background: #FBECA8;
	border: 0px solid #FBECA8;
}
.guest_title /* 标题背景颜色定义(760) */
{
	background: #AA611C;
	color: #FBECA8;
	font-weight: normal;
	height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background: #FBECA8;line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
	background: #FBECA8;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
	border: 1px dashed #E8D18F;
	background: #ECD896;
	color: #AA611C;
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
	background: #E8D18F;
	color: #ff0000;
	border-bottom: 1px solid #FBECA8;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
	background: #E8D18F;
	color: #449ae8;
	border-bottom: 1px solid #FBECA8;
}
　　/* --留言频道css定义结束-- */
　　/* --商城的css定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #1C65BE;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #E8D18F;
}
.shop_title /* 标题背景颜色定义(760) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.shop_tdbg /* 表格背景颜色定义(760) */
{
background:#FBECA8;line-height: 120%;
}
.shop_tdbg2 /* 表格背景颜色定义2 */
{
	background: #FBECA8;
	line-height: 120%;
}
.shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#e1f4ee;line-height: 120%;
}

　　/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
	background:url(bot_bg.gif);
	width: 730;
	height: 32;
	color: #FBECA8;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
	background:transparent;
	color: #663300;
	line-height: 150%;
}
/* ==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: #663300;}
a.guest:visited {color: #663300;}
a.guest:hover{color: #ff6600;}
a.guest:active {color: #663300;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: #AA611C;}
a.channel_keylink:visited {color: #AA611C;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}

/* --用户控制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/*左区块内标题栏定义*/
{
	background: url(bg_main.gif);
}
.user_righttitle {
background-color: #ECD896;padding-top: 3px;padding-right: 5px;padding-bottom: 2px;padding-left: 5px;
border-top-width: 1px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #FBECA8;border-right-color: #ffffff;border-bottom-color: #FBECA8;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(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: #AA611C;
	color: #FBECA8;
	font-weight: normal;
}
.border
{
	border: 1px solid #FBECA8;
}
.tdbg
{
	background: url(bg_main.gif);
	line-height: 120%;
	border: 1px solid #fbeca8;
}
.tdbgmouseover{
background:#FBECA8;line-height: 120%;
}
.tdbg2
{
	background: #E8D18F;
	line-height: 120%;
}
.tdbg5
{
background: #E8D18F;line-height: 120%;
}
.title5
{
width:80px;background:url(titlebg2.gif);line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url(titlebg1.gif);color: #AA611C;font-weight: normal;padding-top:2px;cursor:hand;
}
.title01
{
	width: 83px;
	background: url(titlebg01.gif);
	color: #AA611C;
	font-weight: bold;
	text-align: left;
	padding: 8px 0 0 12px;
	cursor: hand;
}
.title02
{
	width: 83px;
	background: url(titlebg02.gif);
	text-align: left;
	padding: 10px 0 0 12px;
	cursor: hand;
}
.button1
{
	background-color: #FBECA8;
	border-bottom: #663300 1px solid;
	border-left: #AA611C 1px solid;
	border-right: #663300 1px solid;
	border-top: #AA611C 1px solid;
	color: #663300;
	width:90px;
	height: 18px;
	font-family: "georgia", "verdana", "宋体";
	font-size: 12px;
}
.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 #663300; border-top: black 1px solid #AA611C; z-index: 100; visibility: hidden; font: 12px/18px verdana; border-left: black 1px solid #AA611C; border-bottom: black 1px solid #663300; position: absolute; background-color: #FBECA8
}
#popitmenu a {
    display: block; padding-left: 6px; color: black; text-decoration: none;
}
#popitmenu a:hover {
    background-color: #FFFFBD;
}

/* ==用户登录框定义== */
.userbox
{
	background: transparent;
	height:70px;
	background-repeat: no-repeat;
	background-position: center center;
}
#userlogined
{
    padding-left:10;text-align: left;
}
#userlogin input
{
	background-color: #FBECA8;
	border-bottom: #630 1px solid;
	border-left: #AA611C 1px solid;
	border-right: #630 1px solid;
	border-top: #AA611C 1px solid;
	color: #630;
	height: 18px;
	font-family: "georgia", "verdana", "宋体";
	font-size: 12px;
}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#630;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_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(main_title_575.gif);
}
.supplybutover{
background:url(main_title_282.gif);
}
/* ==供求信息div按钮定义开始== */
.right_tdbgbs06 {
padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.right_tdbg2 {
	background-image: url(tdbg_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #ffffff;
	background-image: url(main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.mainblinks {
	background-image: url(links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background-image: url(menu_bottombg.gif);
	height: 31px;
}
.bottom_bg {
	background-image: url(bottom_bg.gif);
}
.showa {
	color: #aed2fe;
}
.menu_s {
	color: #ffffff;
	background-image: url(menu_bg.jpg);
	height: 26px;
}
.pic1, .pic2, .pic3, .pic5, .bank {
	border: 1px solid #AA611C;
	filter:progid:dximagetransform.microsoft.dropshadow(color=#C6956C,offx=3,offy=3,positives=true);
}
a:hover .pic1, a:hover .pic2, a:hover .pic3, a:hover .pic5 {
	border: 1px solid #FBECA8;
}
.rss
{
	text-align: right;
	float: right;
	padding: 54px 0 0 0;
}
.icp{
	font-size:12px;
	float:right;
	width:120px;
	height:20px;
	margin:0;
	padding:0 10px 0 10px;
	text-align:right;
	font-weight:bold;
}
.rank{
	float:left;
	width:120px;
	margin:0;
	padding:0 10px 25px 10px;
}
/* 内容中图片CSS定义 */
 .photobox {
	height: auto!important;
	min-height: 200px;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
 }
 .picbox {
	overflow-x: hidden;
	word-wrap: break-word;
	word-break: break-all;
	width: 700px;
	margin: 0;
	padding: 0;
	float: left;
 }
<!-- Designed by: Blue Guitar www.suan123.com -->
