a:link,a:active,a:visited{
	color:#0066a6;
	
}
a:hover {
	color:#0066a6;
	text-decoration: underline;
	} 

/*******************************************************************************	
 *	查询条件页面控件。
 *	具体使用如下：
 *
 *	表格风格：table.pg_queryinput
 *	标题风格：tr.pg_queryinput_title 	
 *	字段显示名称风格：tr.pg_queryinput_head
 *	字段值输入控件所在行和单元格风格：
 *	表格提交控制按钮所在行和单元格风格：
 ******************************************************************************/

table.pg_queryinput {
	width: 100%;
	cellpadding: 0px;
	cellspacing: 0px;
	font-size: 10pt;
	font-family: "宋体";
}

tr.pg_queryinput_title {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 23px;
	color: #ffffff;
	background-image: url(/images/oa_r4_c17.gif);
}

tr.pg_queryinput_head {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #0066cc;
	font-family: "宋体";
	height: 20px;
	text-indent: 12px;
	background-color: #cfe9f4;
	line-height: 28px;
}

td.pg_queryinput_head {
	font-size: 12px;
	color: #0066cc;
	font-family: "宋体";
	height: 22px;
	text-align: right;
	background-color: #cfe9f4;
}

tr.pg_queryinput_button {
	font-weight: normal;
	font-size: 16px;
	color: #0066cc;
	font-family: "宋体";
	background-color: #caeeef;
	line-height: 28px;
}

td.pg_queryinput_button {
	font-weight: normal;
	font-size: 16px;
	color: #0066cc;
	font-family: "宋体";
	background-color: #caeeef;
	line-height: 28px;
}

tr.pg_queryinput_bottom {
	font-size: 10pt;
	background: #cbcdce;
	font-family: "宋体";
	color: #303030;
	height: 30px;
}

td.pg_queryinput_bottom {
	font-size: 12px;
	font-family: "宋体";
	height: 30px;
	background-color: #ffffff;
	color: #666666;
}

tr.pg_queryinput_content {
	font-size: 12px;
	background: #ffffff;
	font-family: "宋体";
	height: 20px;
	color: #000000;
	text-decoration: none;
}

td.pg_queryinput_content {
	font-size: 12px;
	font-family: "宋体";
	height: 20px;
	color: #000000;
	background-color: #ffffff;
}




/*******************************************************************************	
 *	查询结果页面控件。
 *	具体使用如下：
 *
 *	表格风格：table.pg_queryresult
 *	标题风格：tr.pg_queryresult_title
 *	字段显示名称风格：tr.pg_queryresult_head
 *	底部翻页风格：tr.pg_queryresult_bottom，td.pg_queryresult_bottom
 *	单行结果集风格：tr.pg_queryresult_content，td.pg_queryresult_content
 *	双行结果集风格：tr.pg_queryresult_content_，td.pg_queryresult_content_
 *	鼠标所指行风格：tr.pg_onmouseover，td.pg_onmouseover
 ******************************************************************************/
 
table.pg_queryresult {
	width: 100%;
	cellpadding: 0px;
	cellspacing: 0px;
	font-size: 10pt;
	font-family: "宋体";
}

tr.pg_queryresult_title {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 25px;
	color: #0066a6;
	background-color: #cfe9f4;
}

thead.pg_queryResult_title {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 25px;
	color: #0066a6;
	background-color: #cfe9f4;
}

tr.pg_queryResult_head {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #0066cc;
	font-family: "宋体";
	height: 20px;
	text-indent: 12px;
	background-color: cfe9f4;
	line-height: 28px;
}

td.pg_queryResult_head {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #0067af;
	font-family: "宋体";
	line-height: 28px;
	background-color: #cfe7fd;
}

tr.pg_queryResult_bottom {
	font-size: 12px;
	font-family: "宋体";
	height: 20px;
	color: #0067af;
	text-indent: 12px;
	line-height: 33px;
	background-color: #cfe7fd;
}

td.pg_queryResult_bottom {
	font-size: 10pt;
	background: #cbcdce;
	font-family: "宋体";
	height: 20px;
	color: #303030;
}

tr.pg_queryResult_content {
	font-size: 12px;
	background: #edeff0;
	font-family: "宋体";
	height: 20px;
	color: #0066a6;
	text-align: left;
	text-indent: 12px;
}

td.pg_queryResult_content {
	font-size: 12px;
	background: #efefef;
	font-family: "宋体";
	height: 18px;
	color: #000000;
	text-align: left;
	text-indent: 12px;
}

tr.pg_queryResult_content_ {
	font-size: 12px;
	background: #ffffff;
	font-family: "宋体";
	height: 20px;
	color: #0066a6;
	text-align: left;
	text-indent: 12px;
}

td.pg_queryResult_content_ {
	font-size: 12px;
	background: #ffffff;
	font-family: "宋体";
	height: 18px;
	color: #0c4b7b;
	text-align: left;
	text-indent: 12px;
}

tr.pg_queryResult_content1 {
	font-size: 12px;
	background: #edeff0;
	font-family: "宋体";
	height: 20px;
	color: #ff0000;
	text-align: left;
	text-indent: 12px;
}

td.pg_queryResult_content1 {
	font-size: 12px;
	background: #efefef;
	font-family: "宋体";
	height: 18px;
	color: #ff0000;
	text-align: left;
	text-indent: 12px;
}

tr.onmouseover {
	background: #336699;
	border: 1px solid #336699;
	color: #ffffff;
	font-family: "宋体";
	font-size: 12px;
	height: 20px;
	text-align: left;
	text-indent: 12px;
}

td.onmouseover {
	background: #336699;
	border: 1px solid #336699;
	color: #ffffff;
	font-family: "宋体";
	font-size: 12px;
	height: 20px;
	text-align: left;
	text-indent: 12px;
}





/*******************************************************************************	
 *	按钮控件。
 ******************************************************************************/
 
button.button_query {			/*查询按钮*/
	background:url("/images/query.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_add {			/*新增按钮*/
	background:url("/images/add.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_delete {			/*删除按钮*/
	background:url("/images/delete.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_submit {			/*提交按钮*/
	background:url("/images/submit.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_approve {			/*审核按钮*/
	background:url("/images/approve.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_modify {			/*修改按钮*/
	background:url("/images/modify.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_reset {			/*重置按钮*/
	background:url("/images/reset.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_save {			/*保存按钮*/
	background:url("/images/save.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_view {			/*查看按钮*/
	background:url("/images/view.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_close {			/*关闭按钮*/
	background:url("/images/close.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_agree {			/*同意按钮*/
	background:url("/images/agree.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_disagree {			/*不同意按钮*/
	background:url("/images/disagree.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_rollback {			/*撤回按钮*/
	background:url("/images/rollback.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_finish {			/*完成按钮*/
	background:url("/images/finish.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_report {			/*汇报按钮*/
	background:url("/images/report.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_comment {			/*批注按钮*/
	background:url("/images/comment.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_taskcancel {			/*任务取消按钮*/
	background:url("/images/taskcancel.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_export {			/*导出按钮*/
	background:url("/images/export.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_makeup {			/*补充意见按钮*/
	background:url("/images/makeup.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_urge {			/*催办按钮*/
	background:url("/images/urge.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_appraise {			/*评价按钮*/
	background:url("/images/appraise.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_process {			/*处理按钮*/
	background:url("/images/process.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_confirm {			/*确认按钮*/
	background:url("/images/confirm.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_leadercomment {			/*领导批示按钮*/
	background:url("/images/leadercomment.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_docedit {			/*文档编辑按钮*/
	background:url("/images/docedit.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_docview {			/*文档查看按钮*/
	background:url("/images/docview.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_setting {			/*设置按钮*/
	background:url("/images/setting.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_goback {			/*返回按钮*/
	background:url("/images/goback.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_giveback {			/*归还按钮*/
	background:url("/images/giveback.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_collect {			/*汇总按钮*/
	background:url("/images/collect.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_viewread {			/*查看阅读按钮*/
	background:url("/images/viewread.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_summarytotask {			/*纪要转任务按钮*/
	background:url("/images/summarytotask.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_addattachment {			/*增加附件按钮*/
	background:url("/images/addattachment.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_approval4 {			/*盖章按钮*/
	background:url("/images/pigeonhole.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_undertake {			/*承办按钮*/
	background:url("/images/undertake.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_processinstgraph {			/*流程图按钮*/
	background:url("/images/processinstgraph.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}

button.button_viewersetting {			/*查看人设置按钮*/
	background:url("/images/viewersetting.gif");
	width: 61px;
	height: 22px;
	border: none;
	cursor: hand;
}



/*******************************************************************************	
 *	以pg_update开头的风格类为dataform,queryform控件所引用，也可因需要用在页面其它地方。
 *	具体使用如下：
 *
 *	表格风格：table.pg_update
 *	标题风格：tr.pg_update_title，td.pg_update_title
 *	字段显示名称风格：tr.pg_update_head，td.pg_update_head
 *	字段值输入控件所在行和单元格风格：tr.pg_update_content，td.pg_update_content
 *	表格提交控制按钮所在行和单元格风格：tr.pg_update_bottom，td.pg_update_bottom
 ******************************************************************************/

table.pg_update {
	cellspacing: 0px;
	width: 100%;
	border-top: 0px none border-style;
	font-size: 14px;
	border-right: 0px none;
	border-left: 0px none;
	border-bottom: 0px none;
	font-family: "微软雅黑";
	line-height: 26px;
	font-weight: normal;
	color: #0066a6;
	background-color: #cfe9f4;
}

tr.pg_update_title {
	background-image: url(oa_r4_c17.gif);
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #a4d8f7;
	border-right-color: #a4d8f7;
	border-bottom-color: #a4d8f7;
	border-left-color: #a4d8f7;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}

td.pg_update_title {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	font-family: "宋体";
	height: 20px;
	background-color: #005a6b;
	text-indent: 12px;
}

tr.pg_update_head {
	font-weight: normal;
	font-size: 12px;
	font-family: "宋体";
	text-align: center;
	text-decoration: none;
	line-height: 29px;
	background-color: #cfe9f4;
}

td.pg_update_head {
	
	font-size: 12px;
	color: #666666;
	font-family: "宋体";
	height: 22px;
	width: 100px;
	text-align: right;
	background-color: #ffffff;
	padding-right:2px;
}

tr.pg_update_bottom {
	font-size: 10pt;
	background: #cbcdce;
	font-family: "宋体";
	color: #303030;
	height: 30px;
}

td.pg_update_bottom {
	font-size: 12px;
	font-family: "宋体";
	height: 30px;
	background-color: #ffffff;
	color: #666666;
}

tr.pg_update_content {
	font-size: 12px;
	background: #ffffff;
	font-family: "宋体";
	height: 20px;
	color: #000000;
	text-decoration: none;
}

td.pg_update_content {
	font-size: 12px;
	font-family: "宋体";
	height: 20px;
	color: #000000;
	background-color: #ffffff;
	padding-left:2px;
}



/************************************************************
 *以下是rich client tree的风格
 ***********************************************************/
.rc_tree {
	border: 2px, solid, gray;
	cursor: default;
}

.rc_tree_cell {				/*节点的风格*/
	font-size: 12px;
	text-decoration: none;
	font-family: "宋体";
	cursor: default;
}

.rc_tree_activenode {		/*选中节点的风格*/
	background-color: #c6d6de;
	font-family: "宋体";
	font-size: 12px;
	color: #005a6b;
	text-decoration: none;
	cursor: default;
}

.rc_tree_targetnode {		/*拖拽节点时，目标节点的风格*/
	background-color: #eaf4ff;
	font-family: "宋体";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.rc_tree_dragnode {			/*拖拽节点时，被拖拽节点的风格*/
	font-size: 12px;
	border: 2px, solid, gray;
	background-color: #eaf4ff;
	color: white;
	cursor: hand;
}

.rc_tree_menu {				/*右键菜单风格*/
	cursor: default;
	font: normal 10pt arial, helvetica, sans-serif;
	position: absolute;
	text-align: left;
	width: 120px;
	background-color: #ffe7c6;
	border: 1 solid buttonface;
	border: 2 outset buttonhighlight;
	cursor: hand;
	color: #000000;
}

.rc_tree_menuitem {			/*右键菜单菜单项的风格*/
	padding-left: 15px;
	padding-right: 10px;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	background-color: ffe7c6;
}

/************************************************************
 *以下是datacell的风格
 ***********************************************************/
.rc_datacell_table {				/*table表的风格*/
	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_head {					/*table表头的风格*/
	background-color: #80adba;
	cursor: hand;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #0067af;
	text-decoration: none;
}

.rc_datacell_body {					/*table表body的风格*/
	font-size: 12px;
	font-family: "宋体";
	color: #0067af;
	text-decoration: none;
	padding: 0px;
	height: 20px;
}

.rc_datacell_activerow {			/*被选中行的风格*/
	background-color: #caeaff;
	font-family: "宋体";
	font-size: 12px;
	color: #0067af;
}

.rc_datagird_activerow {
	background-color: #0a246a;
	font-family: "宋体";
	font-size: 12px;
	color: #ffffff;
}

.rc_datacell_nextrow {				/*隔行的风格*/
	background-color: #edeff0;
	font-family: "宋体";
	font-size: 12px;
	color: #0067af;
}

.rc_datacell_texteditor {			/*编辑框的风格*/
	text-align: center;
	cursor: hand;
	border: 1 solid black;
}

.rc_datacell_optiontable {			/*下拉列表框中table的风格*/
	background-color: #d4d0c8;
	cursor: hand;
	fontsize: 10;
	font-family: "宋体";
	font-size: 12px;
	color: 0067af;
	text-decoration: none;
}

.rc_optiontable {					/*下拉列表框的风格*/
	background-color: #d4d0c8;
	border: 1 solid black;
}

.rc_fixhead {						/*固定表头的风格,必须在datacell的thead的tr上用上*/
	  z-index:10;   
	  position:relative;   
	  top:expression(this.offsetparent.scrolltop-2); 	
}

/************************************************************
 *以下是form元素的风格
 ***********************************************************/

.select_small {
	width:170px;
}

.select_ {
	width:152px;
}

.input_text_ {
	width:108px;
}

.input_text_small {
	width:250px;
}

.input_text_medium {
	width:497px;
}

.textarea_small {
	width:250px;
}

.textarea_medium {
	width:497px;
}

/************************************************************
 *以下是div元素的风格
 ***********************************************************/
div.buttonsdiv {
	height: 50px;
	width:100%;
	position: absolute;
	
}

/************************************************************
 *以下是桌面元素的风格
 ***********************************************************/
 
table.table_desktop {
	width: 100%;
	cellpadding: 2px;
	cellspacing: 2px;
	font-size: 10pt;
	font-family: "宋体";
}
tr.tr_desktop {
	height: 20px;
}

span.span_desktop {
	cursor;hand;
	color:#000000;
	text-decoration :underline;
}