/*************************************************
  Description:	列表页样式，list.css
  History：             
				曾光		2007-1-17
*************************************************/

/*************************************************
  公共样式、默认样式
.btn			默认按钮
.inp			默认输入框
.div_tip		提示层
.tip_til		提示标题
.tip_content	提示内容
.tip_image		提示图片
.cursor_hand	手型
*************************************************/
.btn{
	cursor:hand;
	height:20px;
	background-color:#ffffff;
	border:1px solid #B0CFEE;
	vertical-align: middle;
	text-align:center;
	padding:2px;
}
.inp{
	background-color:#ffffff;
	border:1px solid #B0CFEE;
	height:20px;
}
.div_tip{
	position: absolute;
	border: 1px solid #ff6c3e;
	padding:1px;
	background-color:#ffffff;
	top:expression((this.parentElement.offsetHeight-this.offsetHeight)/2);
	left:expression((this.parentElement.offsetWidth-this.offsetWidth)/2);
	width:320px;
	height:60px;
}
.tip_til{
	padding:5px;
	width:100%;
	text-align:left;
	background-color:#fff5ec;
}
.tip_content{
	background-color:#fff5ec;
	padding:5px;
	width:100%;
	font-weight:bold;
	text-align:center;
	height:100%;
}
.tip_image{
	background-image:url(../images/list/loading.gif);
	background-repeat:no-repeat;
	background-position: center center;
	width:30px;
	height:16px;
}
.cursor_hand{
	cursor:hand;
}

/*************************************************
  导航样式、当前位置、顶部菜单
.tb_title		导航区表格
.title_menu		顶部菜单
.title_short	顶部导航缩短样式
.title_long		顶部导航全长			
*************************************************/
.tb_title{
	border: 1px solid #94C3F7;
	background-color:#EFF8FF;
	height:28px;
	width:100%;
}
.title_menu{
	cursor:hand;
}
.title_short{
	padding:1px;
	cursor:hand;
	font-weight:bold;
}
.title_long{
	position: absolute;
	padding:2px;
	cursor:hand;
	font-weight:bold;
	left:10px;
	border: 1px solid #94C3F7;
	background-color:#EFF8FF;
	width:100%;
}

/*************************************************
  按钮操作区、检索、高级检索
.tb_banner			操作区
.td_option			按钮区
.td_que				检索区
.img_que			检索框前缀
.form_que			检索表单区
.link_quedetail		高级检索链接样式
.div_quedetail		高级检索层
.close_quedetail	关闭高级检索
*************************************************/
.tb_banner{
	border:0px;
	spacing:1px;
	padding:1px;
	width:100%px;
	height:60px;
	background-image:url(../images/list/list_banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.td_option{
	valign:middle;
	text-align:left;
}
.td_que{
	valign:middle;
	text-align:right;
}
.img_que{
	background-color:#ffffff;
	border:1px solid #B0CFEE;
	width:20px;
	height:20px;
	background-image:url(../images/list/list_icon_que.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.form_que{
	cursor:hand;
	height:21px;
	vertical-align: middle;
}
.link_quedetail{
	cursor:hand;
	text-decoration:underline;
	padding-left:10px;
}
.div_quedetail{
	border: 1px solid #ADB0B1;
	position: absolute;
	top:100px;
	width:300px;
	height:150px;
	padding:5px;
	background-color:#F9F9F9;
	display:none;
	filter:alpha(opacity=90);
}
.close_quedetail{
	cursor:hand;
	width:16px;
	height:16px;
	line-height:15px;
	background-image:url(../images/list/list_icon_queclose.gif);
}
/**********按钮样式部分*****************************
.btn_add			新建按钮
.btn_add_over		新建按钮鼠标移上
.btn_delete			撤稿按钮
.btn_delete_over	撤稿按钮鼠标移上
.btn_send			呈送按钮
.btn_send_over		呈送按钮鼠标移上
.btn_get			获取按钮
.btn_get_over		获取按钮鼠标移上
.btn_publish		发布按钮
.btn_publish_over	发布按钮鼠标移上
.btn_check			审核按钮
.btn_check_over		审核按钮鼠标移上
.btn_import			导入按钮
.btn_import_over	导入按钮鼠标移上
.btn_export			导出按钮
.btn_export_over	导出按钮鼠标移上
*************************************************/
.btn_add{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_add.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_add_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_add.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_delete{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_delete.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_delete_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_delete.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_send{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_send.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_send_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_send.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_get{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_get.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_get_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_get.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_publish{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_publish.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_publish_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_publish.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_check{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_check.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_check_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_check.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_import{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_import.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_import_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_import.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_export{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_export.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_export_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_export.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}

/**********按钮样式部分*****************************
.btn_revoke			撤稿
.btn_revoke_over	
.btn_unrevoke		恢复撤稿
.btn_unrevoke_over
.btn_relation		相关信息
.btn_relation_over
.btn_order			排序
.btn_order_over
.btn_history		历史库
.btn_history_over
.btn_abandoned		回收站
.btn_abandoned_over
.btn_precata		预览栏目页
.btn_precata_over
.btn_delall			清空回收站
.btn_delall_over
.btn_recover		还原
.btn_recover_over
.btn_recoverall		还原所有项
.btn_recoverall_over
.btn_back			返回
.btn_back_over
.btn_update			更新
.btn_update_over
*************************************************/
.btn_back{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_back.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_back_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_back.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_revoke{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_revoke.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_revoke_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_revoke.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_unrevoke{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_unrevoke.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_unrevoke_over{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_unrevoke.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_relation{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_relation.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_relation_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_relation.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_order{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_order.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_order_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_order.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_history{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_history.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_history_over{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_history.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_abandoned{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_abandoned.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_abandoned_over{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_abandoned.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_precata{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_precata.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_precata_over{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_precata.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_delall{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_delall.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_delall_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_delall.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_recover{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_recover.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_recover_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_recover.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_recoverall{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_recoverall.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_recoverall_over{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_recoverall.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
/**********按钮样式外挂部分*****************************	
.btn_setelite		精华
.btn_setelite_over
.btn_setnoelite		撤销精华
.btn_setnoelite_over
.btn_settop			置顶
.btn_settop_over
.btn_setnottop		撤销置顶
.btn_setnottop_over
.btn_all			全部
.btn_all_over
.btn_nodistribute	未分发
.btn_nodistribute_over
.btn_noreply		待回复
.btn_noreply_over
.btn_nocheckmessage	未审核回复
.btn_nocheckmessage_over
.btn_audit			已审核
.btn_audit_over
.btn_notreat		不处理
.btn_notreat_over
.btn_setnoaudit		标记未审
.btn_setnoaudit_over
*************************************************/
.btn_setelite{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_setelite.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setelite_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_setelite.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setnoelite{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_setnoelite.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setnoelite_over{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_setnoelite.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_settop{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_settop.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_settop_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_settop.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setnottop{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_setnottop.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setnottop_over{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_setnottop.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_all{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_all.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_all_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_all.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_nodistribute{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_nodistribute.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_nodistribute_over{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_nodistribute.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_noreply{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_noreply.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_noreply_over{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_noreply.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_nocheckmessage{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_nocheckmessage.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_nocheckmessage_over{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_nocheckmessage.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_audit{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_audit.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_audit_over{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_audit.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_notreat{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_notreat.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_notreat_over{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_notreat.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setnoaudit{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_setnoaudit.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setnoaudit_over{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_setnoaudit.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_update{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_update.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_update_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_update.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
/**********按钮样式*****************************	
.btn_reply		已回复
.btn_reply_over
.btn_refresh	刷新
.btn_refresh_over
.btn_paste		粘贴
.btn_paste_over
.btn_noaudit	待审
.btn_noaudit_over
.btn_move		移动
.btn_move_over
.btn_exit		退出
.btn_exit_over
.btn_enter			确认
.btn_enter_over
.btn_current	当前库
.btn_current_over
.btn_cut		剪切
.btn_cut_over
.btn_copy		复制
.btn_copy_over	
.btn_share		共享
.btn_share_over
.btn_setsend	接收呈送设置
.btn_setsend_over
.btn_setting	设置
.btn_setting_over
.btn_setmodel	模版选择
.btn_setmodel_over
.btn_combin		合并
.btn_combin_over
*************************************************/
.btn_reply{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_reply.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_reply_over{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_reply.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_refresh{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_refresh.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_refresh_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_refresh.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_paste{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_paste.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_paste_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_paste.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_noaudit{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_noaudit.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_noaudit_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_noaudit.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_move{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_move.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_move_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_move.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_exit{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_exit.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_exit_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_exit.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_enter{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_enter.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_enter_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_enter.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_current{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_current.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_current_over{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_current.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}

.btn_cut{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_cut.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_cut_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_cut.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_copy{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_copy.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_copy_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_copy.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_share{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_share.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_share_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_share.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setsend{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_setsend.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setsend_over{
	cursor:hand;
	width:60px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_setsend.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setting{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_setting.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setting_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_setting.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setmodel{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_setmodel.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_setmodel_over{
	cursor:hand;
	width:70px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_setmodel.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_combin{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-image:url(../images/list/list_btn_combin.gif);
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_combin_over{
	cursor:hand;
	width:50px;
	height:50px;
	vertical-align: middle;
	background-color:#FBFDFF;
	background-image:url(../images/list/list_btn_combin.gif);
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #B3B3B3;
	background-repeat: no-repeat;
	background-position: center center;
}
/*************************************************
  主表格、列表区样式
.tb_main				主表格
.tr_main_label			主表格标签行
.td_main_label			主表格标签格
.tr_main_value_odd		主表格奇数列表行
.tr_main_value_even		主表格偶数列表行
.tr_main_value_selected	主表格选中列表行
.td_main_value			主表格列表格
*************************************************/
.tb_main{
	border:1px solid #97BCE3;
	spacing:1;
	padding:1;
	width:100%;
}
.tr_main_label{
	background-image:url(../images/list/list_label_bg.jpg);
	height:30px;
	font-weight:bold;
}
.td_main_label{
	border-top:1px solid #97BCE3;
}
.tr_main_value_odd{
	background-color:#F5F9FF;
	height:20px;
}
.tr_main_value_even{
	background-color:#ffffff;
	height:20px;
}
.tr_main_value_selected{
	background-color:#FFFFDE;
}
.td_main_value{
	border-top:1px solid #97BCE3;
	word-break:break-all;
}


/*************************************************
  分页样式
.page_currpage	当前页码
.tb_page		页码表格
.btn_page		页码按钮
.inp_page		页码输入框
*************************************************/
.page_currpage{
	font-weight:bold;
	color:#FF6400;
}
.tb_page{
	border: 1px solid #94C3F7;
	background-color:#EFF8FF;
	width:100%;
	padding:2px;
	font-size:14px;
}
.btn_page{
	cursor:hand;
	background-color:#ffffff;
	border:1px solid #B0CFEE;
	vertical-align: middle;
	font-size:12px;
}
.inp_page{
	background-color:#ffffff;
	border:1px solid #B0CFEE;
	vertical-align: middle;
	text-align:center;
}
