* {
	font-size: 12px;
	font-family: "宋体";
	margin: 0px;
	padding: 0px;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:link {
	color: #0000ff
}

a:visited {
	color: #0000ff;
}

a:hover {
	color: #800080;
	text-decoration: underline;
}

a:active {
	color: #0000ff;
}

/**企业账号提示
*/
.dlcg-bj {
	border-color: #88ccff;
	border-style: solid;
	border-width: 1px;
}

.dlcg-hy {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}
/*********************************************************************	
 *  以pg_result开头的风格类为DataGrid控件所引用，也可因需要用在页面其它地方。
 *	具体使用如下：
 *	
 *	表格风格：TABLE.pg_result
 *	标题风格：TR.pg_result_title	，TD.pg_result_title
 *	字段显示名称风格：TR.pg_result_head，TD.pg_result_head
 *	底部翻页风格：TR.pg_result_bottom，TD.pg_result_bottom
 *	单行结果集风格：TR.pg_result_content，TD.pg_result_content
 *	双行结果集风格：TR.pg_result_content_，TD.pg_result_content_
 *	鼠标所指行风格：TR.pg_onmouseover，TD.pg_onmouseover
 *******************************************************************/
TABLE.pg_result {
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 1px;
	border-collapse: collapse;
}

.pg_result td {
	border: 1px solid #8fbeb7;
	cursor: default;
	line-height: 15px;
	height: 22px;
}

.pg_result_title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: "宋体";
	HEIGHT: 20px;
	cursor: default;
	text-indent: 3px;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	background: #74a9d2;
	background: url(images/tpage1.gif) repeat-x;
}

.pg_result_title img {
	padding: 0 3px;
}

.pg_result_head {
	FONT-SIZE: 12px;
	COLOR: #262626;
	FONT-FAMILY: "宋体";
	cursor: default;
	text-align: center;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background-color: #dadadb;
	background: url(images/listbg.gif) repeat-x;
	background-position: left bottom;
}

.pg_result_content {
	FONT-SIZE: 12px;
	BACKGROUND: #e5f0f2;
	FONT-FAMILY: "宋体";
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
	color: #262626;
}

.pg_result_content_ {
	FONT-SIZE: 12px;
	BACKGROUND: #f7f7f7;
	FONT-FAMILY: "宋体";
	color: #262626;
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
}

.onmouseover {
	FONT-SIZE: 12px;
	BACKGROUND: #ADD2DA;
	color: #262626;
	FONT-FAMILY: "宋体";
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
}

.pg_result_bottom {
	FONT-SIZE: 12px;
	BACKGROUND: #;
	COLOR: #000;
	FONT-FAMILY: "宋体";
	text-align: right;
	HEIGHT: 20px;
	cursor: default;
	text-decoration: none;
	text-indent: 3px;
	border: 0px solid #a0a0a0;
}

.pg_result_bottom td {
	border: 1px solid #d0d0d0;
	background: #f4f4f4;
	padding: 1px;
}

.pg_result_divide {
	FONT-SIZE: 12px;
	BACKGROUND: #EFEFEF;
	FONT-FAMILY: "宋体";
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
}

/*弹出查看页面*/
.tpg_result_head {
	FONT-SIZE: 12px;
	COLOR: #262626;
	FONT-FAMILY: "宋体";
	cursor: default;
	padding-right: 1px;
	text-align: right;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background: #ADD2DA;
}

.tpg_result_title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #3333CC;
	FONT-FAMILY: "宋体";
	HEIGHT: 28px;
	cursor: default;
	text-indent: 3px;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	background: url(images/tpage1.gif) repeat-x;
}

.tpg_result_title img {
	padding: 0 3px;
}

.tcborder1 {
	margin: 0 auto;
	width: 100%;
	border: #a0a0a0 solid 0px;
	font-family: "宋体";
	color: #000000;
	font-size: 12px;
}

.tpg_result_content {
	FONT-SIZE: 12px;
	BACKGROUND: #e5f0f2;
	FONT-FAMILY: "宋体";
	HEIGHT: 20px;
	text-indent: 2px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
	color: #262626;
}

/*******************************************************************************	
 *	以pg_add开头的风格类为DataForm,QueryForm控件所引用，也可因需要用在页面其它地方。
 *	具体使用如下：
 *
 *	表格风格：TABLE.pg_add
 *	标题风格：TR.pg_add_title，TD.pg_add_title
 *	字段显示名称风格：TR.pg_add_head，TD.pg_add_head
 *	字段值输入控件所在行和单元格风格：TR.pg_add_content，TD.pg_add_content
 *	表格提交控制按钮所在行和单元格风格：TR.pg_add_bottom，TD.pg_add_bottom
 ******************************************************************************/
TABLE.pg_add {
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-collapse: collapse;
	BACKGROUND: #f4f4f4;
}

.pg_add td {
	border: 1px solid #a0a0a0;
	line-height: 20px;
}

.pg_add_title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: "宋体";
	HEIGHT: 22px;
	cursor: default;
	background: url(images/tpage.gif) repeat-x;
	text-indent: 0;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}

.pg_add_title img {
	padding: 0 3px;
}

.pg_add_head {
	FONT-SIZE: 12px;
	COLOR: #262626;
	FONT-FAMILY: "宋体";
	text-align: right;
	text-decoration: none;
	text-indent: 3px;
	cursor: default;
	HEIGHT: 23px;
	line-height: 23px;
	BACKGROUND-color: #dadadb;
}

.pg_add_content {
	FONT-SIZE: 12px;
	COLOR: #262626;
	BACKGROUND-color: #f4f4f4;
	FONT-FAMILY: "宋体";
	HEIGHT: 23px;
	line-height: 23px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
	vertical-align: middle;
}

.pg_add_bottom {
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: "宋体";
	text-align: right;
	HEIGHT: 30px;
	cursor: default;
	text-decoration: none;
	text-indent: 3px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background: #f4f4f4;
}

/* 新增弹出页面样式开始*/
.tcborder {
	margin: 0 auto;
	width: 100%;
	border: #a0a0a0 solid 0px;
	font-family: "宋体";
	color: #000000;
	font-size: 12px;
}

TABLE.tc {
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 1px;
	border-collapse: collapse;
	background: #efefef;
}

.tc td {
	border: 1px solid #a0a0a0;
}

.tc_title {
	background: url(images/tpage.gif) repeat-x;
	background-position: left bottom;
	line-height: 28px;
	height: 28px;
	font-size: 12px;
	font-family: "宋体";
	font-weight: bold;
	color: #3333CC;
}

.tc_title img {
	padding: 0 3px;
}

.tc_head {
	BACKGROUND: #dadadb;
	cursor: default;
	text-align: right;
	text-decoration: none;
	padding-right: 1px;
	HEIGHT: 20px;
	line-height: 20px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.tc_content {
	BACKGROUND: #f4f4f4;
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom: 1px solid #a0a0a0;
	padding-left: 1px;
}

.tc_bottom {
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: "宋体";
	HEIGHT: 30px;
	cursor: default;
	text-decoration: none;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background: #f4f4f4;
}

.textarea_show {
	border: 0; 
	overflow: hidden; 
	background-color: transparent
}

/*弹出页面样式结束*/
.current {
	background: url(images/index_04.gif) repeat-x;
	line-height: 30px;
	text-indent: 10px;
	height: 30px;
}

/************************************************************
 *以下是DATACELL的风格
 ***********************************************************/
.RC_DATACELL_TABLE {				/*Table表的风格*/
	/*cursor: default;
	WORD-BREAK: break-all;
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
	border-left:1px solid #a0a0a0;
	border-top:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	padding:1px;
	border-collapse:collapse;*/  /*yhb 2008-10-10修改*/
	BORDER-RIGHT: #005A6B 1px solid;
	BORDER-TOP: #005A6B 1px solid;
	FONT-SIZE: 12px;
	BORDER-LEFT: #005A6B 1px solid;
	CURSOR: default;
	WORD-BREAK: break-all;
	BORDER-BOTTOM: #005A6B 1px solid;
	BORDER-COLLAPSE: collapse;
	BACKGROUND-COLOR: #FFFFFF;
	align: center;
	font-family: "宋体";
	color: #0C4B7B;
}

.RC_DATACELL_TABLE TD {				/*Table表的TD风格*/
	border:1px solid #C4C4C4;
	cursor:default;
}

.RC_DATACELL_HEAD {					/*Table表头的风格*/
	background-color: #80ADBA;
	cursor: pointer;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.RC_DATACELL_BODY {					/*Table表body的风格*/
	/*FONT-SIZE: 12px;
	BACKGROUND: #f7f7f7;
	FONT-FAMILY: "宋体";
	color:#262626;
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom:1px solid #f4f4f4;*/  /*yhb 2008-10-10修改*/
	FONT-SIZE: 12px;
	font-family: "宋体";
	color: #000000;
	text-decoration: none;
	padding: 0px;
	height: 20px;
}

.RC_DATACELL_ACTIVEROW {			/*被选中行的风格*/
	/*FONT-SIZE: 12px;
	COLOR: #FFFFFF;	
	BACKGROUND-color:#31B3C5;
	FONT-FAMILY: "宋体";
	text-decoration: none;
	vertical-align: middle;*/  /*yhb 2008-10-10修改*/
	background-color: #FF9966;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}

.RC_DATAGIRD_ACTIVEROW {
	background-color: #0A246A;
	font-family: "宋体";
	font-size: 12px;
	/*color: #000000;*/  /*yhb 2008-10-10修改*/
	color: #ffffff;
}

.RC_DATACELL_NEXTROW {				/*隔行的风格*/
	/*FONT-SIZE: 12px;
	BACKGROUND: #e5f0f2;
	FONT-FAMILY: "宋体";
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom:1px solid #f4f4f4;
	color:#262626;*/  /*yhb 2008-10-10修改*/
	background-color: #EDEFF0;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}

.RC_DATACELL_TEXTEDITOR {			/*编辑框的风格*/
	text-align: center;
	cursor: pointer;
	border: 1px solid black;
}

.RC_DATACELL_OPTIONTABLE {			/*下拉列表框中table的风格*/
	background-color: #D4D0C8;
	cursor: pointer;
	font-family: "宋体";
	font-size: 12px;
	color: 0C4B7B;
	text-decoration: none;
}

.RC_OPTIONTABLE {					/*下拉列表框的风格*/
	background-color: #D4D0C8;
	border: 1px solid black;
}

.RC_FIXHEAD {						/*固定表头的风格,必须在datacell的thead的tr上用上*/
	/*
	z-index:10;	
	position:relative;	
	top:expression(this.offsetParent.scrollTop-2);
	*/
	FONT-SIZE: 12px;
	COLOR: #262626;
	FONT-FAMILY: "宋体";
	cursor:default;
	text-align: center;
	text-decoration: none;
	height:20px;
	line-height:20px;
	border-right:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	background-color:#dadadb;
	background:url(/images/listbg.gif) repeat-x;
	background-position:left bottom;	
}

.RC_FIXHEAD TH {						/*固定表头的风格,必须在datacell的thead的tr上用上*/
	border:1px solid #C4C4C4;
	cursor:default;
}

.PG_DATACELL_GOTO {
	vertical-align: middle;
	height: 20px;
}

.PG_DATACELL_CURRPAGE {
	font-size: 12px;
	vertical-align: middle;
}

/********************************************************
 *  以下是静态Tree的风格 
 *******************************************************/
.PG_STREE_ITEM{				/* 树节点的风格 */
	padding-left: 2px;
	padding-right: 2px;
	background: transparent;
	font-size: 12px;
}

.PG_STREE_ITEM_MOUSEOVER{	/* 树节点鼠标滑过的风格 */
	padding-left: 2px;
	padding-right: 2px;
	background: #CCFFFF;
	font-size: 12px;
}

.PG_STREE_LINK{				/* 树节点中链接的风格 */
	TEXT-DECORATION: none;
	color: black;
}

.PG_STREE_T_CHECKBOX{		/* 三态复选框的风格  */
	cursor: default;
	margin-bottom: 3;
	height: 13;
	width: 13;
	padding-left: 13;
}

.textbor { 
      border:1px solid #5aabe8;
}
.xzbq{
      background-image:url(images/zjxx.gif);
      background-repeat:no-repeat;
}
.xzzt{
      font-family:Arial, Helvetica, sans-serif;
	  color:#FFFFFF;
	  font-size:14px;
	  font-weight:bold;
}
