﻿/************************************************************/
*
{
}
body
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: sans-serif, Verdana,arial,微软雅黑, 宋体, SimSun;
	color: #333;
}

body, td
{
	font-size: 9pt;
}


FORM
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
DIV
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

FIELDSET
{
	padding: 5px;
}

LEGEND
{
	color: #666666;
}

INPUT TEXTAREA SELECT
{
	font-size: 9pt;
}

p
{
	margin-top:3px;
	margin-bottom:3px;
}

UL
{
	padding: 0px;
}



img, .img
{
	vertical-align: middle;	
}

A img
{
	padding-right: 1px;
	vertical-align: middle;
}

.tree img
{
	vertical-align:baseline;
}

/* master page*/
#body
{
	height: 100%;
	min-width: 550px;
	width: expression(document.body.clientWidth <= 550? "550px": "auto" );
}

#content
{
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	height: auto !important;
	min-height: 350px;
	height: 350px;
	margin-top: 3px;
}

.alert
{
	padding: 5px;
	border: 1px #FF0000 solid;
	margin-bottom: 3px;
	color: #666666;
	background-color: #FFFFC6;
}

.alert_msg
{
	display: block;
	background-image: url(../../images/alert_s.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	text-indent: 30px;
}

/*  */
#PageToolbar
{
}

.PageToolbar
{
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
}

/*  */
#PageContent
{
}






A
{
	color: #1c28BB;
	text-decoration: none;
}

A:hover
{
	color: Blue;
	text-decoration: underline;
}
A:Active
{
	text-decoration: underline;
}



A.Page
{
	text-decoration: none;
}
A.Page:hover
{
	text-decoration: none;
}
A.Footer
{
	text-decoration: none;
	color: #FFFFFF;
}
A.Footer:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

TD
{
}

TD.AutoHide
{
	overflow: hidden;
}




TEXTAREA
{
}
SELECT
{
}
TABLE
{
	border-collapse: collapse;
}

IMG
{
	border-style: none;
}
PRE
{
	margin-bottom: 0;
}


/************************************************************/



.BodyTable
{
	height: 100%;
	width: 100%; /*background-color:#FFFFFF;*/
}

/*  */
.ErrorMessage
{
	color: Red;
}




/*----------------------------------------------------------*/

/* SiteHeader */
#SiteHeader
{
	margin: 0px auto;
	text-align: left;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #246EA9;
	height: 53px;
	min-width: 750px;
	width: expression(document.body.clientWidth <= 750? "750px": "auto" );
}

.logo_text
{
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
}

.logo_row
{
	height: 28px;
}

.header_logo
{
	float: left;
}
.header_greeting
{
	float: right;
	margin-top: 5px;
	margin-right: 8px;
}

.header_greeting A
{
	padding: 4 4 4 4;
	color: #F0F0F0;
	text-decoration: none;
}
.header_greeting A:hover
{
	color: #FFFFFF;
}

.greetingtext
{
	color: #F0F0F0;
}

.menu_bar
{
	clear: both;
	height: 25px;
	padding-left: 5px;
	color: #FFF;
}

.menu
{
	float: left;
}
.search
{
	float: right;
}

.menu UL
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.menu LI
{
	float: left;
	padding: 4px 0px 4px 0px;
}

.menu LI A
{
	padding: 2px 4px 2px 4px;
	color: #F0F0F0;
	text-decoration: none;
}

.menu LI A:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #60abe8;
}

.menu LI img
{
	padding-right: 2px;
}


/*-------------页底栏---------------------*/

.Site_Footer
{
	margin-top: 1;
	background-color: #A0A0A0;
}





/* 最近处理记录 */
.RecentRecordsTable
{
	width: 100%;
	margin-bottom: 5px;
	border: solid 1px #999999;
}

/* 处理记录的处理人／处理时间信息的行 */
.RecordProcessInfoRow
{
	background-color: #FAFAFA;
}



/* 表格的第一行 */
.HeaderRow, .HeaderRow TH
{
	font-weight: normal;
	color: #333;
	background-color: #F0F0F0;
	white-space: nowrap;
	background-image: url(images/header_row_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 17px;
}

/* 表格标题行,带排序的字段 */
.HeaderRow A, TR.HeaderRow TH A
{
	color: #222222;
	text-decoration: none;
}

.HeaderRow A:hover, TR.HeaderRow TH A:hover
{
	color: #9999E0;
	text-decoration: none;
}

.PagerRow
{
	background-color: #F0F0F0;
}

.PagerRow TD
{
	padding: 6px 3px 6px 3px;
}

.PagerRow A
{
	padding: 2px 6px 2px 6px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.PagerRow A:hover
{
	padding: 2px 6px 2px 6px;
	border: 1px solid #4398ce;
	background-color: #4398ce;
	text-decoration: normal;
	color: #FFFFFF;
}


.PagerRow td span
{
	padding: 2px 6px 2px 6px;
	border: 1px solid #4398ce;
	background-color: #4398ce;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
}


/* DataPager */
.PagerCtrl
{
	height: 30px;
	margin-top: 8px;
	padding-left: 20px;
	background-color: #F0F0F0;
	padding-top: 5px;
}

.PagerCtrl A
{
	padding: 2px 6px 2px 6px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	display: inline-block;
}

.PagerCtrl span span
{
	display: inline-block;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
}

.PagerCtrl A:hover
{
	padding: 2px 6px 2px 6px;
	border: 1px solid #4398ce;
	background-color: #4398ce;
	text-decoration: normal;
	color: #FFFFFF;
}


.PagerCtrl span
{
}

.PagerCtrl span span
{
}

/** 分页导航 */
.Pager
{
	font-family: webdings;
	font-size: small;
	background-color: #F0F0F0;
}


.NormalRow
{
	background-color: #FFFFFF;
}
.NormalRow:hover
{
	background-color: #E0E0E0;
}

.AlterRow
{
	background-color: #F0F0F0;
}
TR.AlterRow:hover
{
	background-color: #E0E0E0;
}

/*用于鼠标在一行上悬停时，设置其风格．不过因为速度较直接设置行背景的颜色慢，所以没有使用*/
.HoverRow
{
	background-color: #E0E0E0;
}



/* 事务分布统计表格页面的表头 */
.StatHeaderRow
{
	background-color: #d6e9fb;
}



/* 表格的分组行 */


/* 选中项目格式 */
.SelectedItem
{
	background-color: #C0E0C0;
}

.EditItem
{
	background-color: #D0D0FF;
}




.PageTable
{
	width: 100%;
	height: 75%;
}

/* 导航条 */
.linkbar
{
	background-color: #FAFAFA;
	padding-left: 7px;
	border-bottom: 1px solid #E0E0E0;
	text-align: left;
	margin-bottom: 0px;
	height: 22px; /*background:url(images/linkbar_bg.gif) repeat-x;	 */
}

/* 登录界面 */
.LoginTitle
{
	font-weight: bold;
	color: White;
	background-color: #777777;
	text-align: left;
	padding-left: 5px;
}

.login_table
{
}

.login_table a
{
	color: #457397;
}

.InterLoginTable
{
	background-color: #FCFCFC;
}

.LoginFieldLabel
{
	font-weight: bold;
	width: 30%;
}

.Login_GetPass
{
}

.login_product_name
{
	font-size: 17pt;
	font-family: Verdana, Arial, 微软雅黑, 黑体, 宋体;
	font-weight: bold;
	color: #333333;
}

.login_urtracker_version
{
	padding-top: 8px;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, 宋体;
	color: #ff8373;
}

.login_welcome_info
{
	color: #555555;
}
/*End 登录界面 */


.dropdown_link
{
	padding-right: 16px;
	background: url(../../images/dropdown.gif) no-repeat right center;
}



.TableCaption
{
	height: 20px;
	text-align: left;
	color: #208020;
	padding-left: 6px;
}

.GroupRow
{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #208020;
	text-indent: 2;
}







/* （事务列表页面）左侧的导航面板 */

.SearchPanel
{
	background-color: #FAFAFA;
	border: 1px solid #C0C0C0;
	padding: 3px;
	margin-bottom: 3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFFF00000,endcolorstr=#FFFFFF00,gradientType=0);
}

.NavPanel
{
	padding: 5px;
	background-color: #F5F5F5;
	border: 2px solid #83acca;
	width: 150px;
}

.FieldBlock
{
	float: left;
	display: block;
	width: 160px;
	padding: 3px;
	height: 35px;
	overflow: hidden;
}

.problemlist_toolbar
{
	margin-bottom: 0px;
}





/*      统计分析页面              */
.PercentBar
{
	background-color: #2222BB;
}

.PercentBarBG
{
	background-color: #CDE3F9;
}




.UserInfoTable
{
	width: 650px;
}



/***** 字段的帮助信息　****/
.FieldNoteText
{
	color: #999999;
}

.FieldHelper
{
	display: block;
	color: #A0A0A0;
}




/** 添加和编辑事务时，事务录入表格　*/
.EditProblemTable
{
	width: 700px;
}

/* 主功能表格宽度 */
.MainInfoTable
{
	width: 650px;
}

/* 页面帮助信息面板 */
.PageHelpPanel
{
	border-top: solid 1px #FABBFA;
	height: 50px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 30px;
	background-color: #FBFBFB;
	padding: 5px 5px 5px 50px;
	background-image: url(../images/info.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	line-height: 120%;
}

/********************KB******************************/
A.CategoryName
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



A.ArticleTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.KB_Entry_Title
{
	font-size: 9pt;
	font-weight: bold;
}



/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.issue_preview_div
{
	border: 5px solid #707070;
	padding: 0px;
}

.issue_preview_div #dwindowtitle
{
	background-color: #707070;
	padding-right: 5px;
}
.issue_preview_div #dwindowcontent
{
	background-color: #FFFFFF;
}


.clear
{
	clear: both;
}

/* 事务处理记录的摘要和详情 */
.RecordSummary
{
	font-weight: bold;
}

.RecordContent
{
}

.RecordInfoRow
{
	background-color: #FAFAFA;
	color: #686D8B;
	text-align: left;
}

.RecordValueRow
{
	padding-left: 10px;
	border-bottom: dotted 1px #C0C0C0;
}


/* 默认功能按钮 */

.watermark
{
	color: #AAAAAA;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>页面右侧信息块格式>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* help functions column*/
#context_column
{
	width: 24%;
	float: right;
}

#context_column .InfoBlock
{
	width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	background-color: #fbfbfb;
}

#context_column .InfoBlock .BlockTitle
{
	font-weight: bold;
	padding: 5px; /* background-color:#eef6fe; */
	background-image: url(../../images/context_block_title_bg.gif);
	color: #666666;
}

.InfoBlock .BlockTitle A
{
	font-weight: normal;
}

#context_column .InfoBlock .BlockContent
{
	padding: 5px 5px 5px 5px;
	overflow:visible;
}

#context_column .InfoBlock .BlockContent A
{
	display: block;
	line-height: 130%;
	padding: 2px;
}
#context_column .InfoBlock .BlockContent A:hover
{
	background-color: #F0F0F0;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>页面主信息块格式>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* main content column*/
#main_column
{
	width: 75%;
	float: left;
	min-width: 450px;
}


#main_column .InfoBlock
{
	width: 100%;
	margin-bottom: 10px;
	border: 0px;
}

#main_column .InfoBlock .BlockTitle
{
	padding: 0px; /*border-bottom:1px solid #a4e1ff;*/
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	padding-left: 6px;
	background-color: #F8F8F8;
	background-image: url(images/centerbg01.jpg);
	border-bottom: 1px solid #EBEBEB;
}

#main_column .InfoBlock .BlockTitle .title, #main_column .InfoBlock .BlockTitle span
{
	/*float:left; 	font-weight:bold; 	background-color:#C0C0C0;	 	line-height:23px; 	padding:0px 10px 0px 10px; 	margin-left:0px; 	color:#FFFFFF;*/
	font-weight: bold;
	color: #0e6393;
	font-size: 9pt;
}

#main_column .BlockContent
{
	clear: both;
	padding: 5px;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>字段编辑页面>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.FieldEditorCaptionColumn
{
	width: 120px;
	background-color: #BCDDDF;
}

/* Field Attribute Row*/
.FieldAttributeRow
{
}

/* Caption column of Field Editor */
.FieldAttributeTitleColumn
{
	width: 120px;
	background-color: #edf4fc;
}
/* Value column of Field Editor */
.FieldAttributeValueColumn
{
	background-color: #FBFBFB;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>项目配置页面>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.ProjectConfigLinkBlock
{
	margin: 10px;
	float: left;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>表单表格风格>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.TitleCell
{
	font-weight: bold;
}

.HeadRow
{
	border-left: 0;
	border-right: 0;
	border-top: 2px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

.OneRow
{
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

.AnotherRow
{
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	background-color: #FAFAFA;
}

.BottomRow
{
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 2px solid #D0D0D0;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>项目配置页面>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.InfoMessage
{
	display: block;
	color: #3A3A3A;
	padding: 5px 5px 5px 25px;
	background-image: url(../../images/alert_s.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.InfoMessageBlock
{
	margin: 10px;
	background-color: #FFFFE0;
	border: 1px solid #CDE3F9;
	padding: 5px;
}


/*ProjectFilter*/
.QueryConditionBlock
{
	padding: 5px;
	background-color: #F5F5F5;
	border: 1px solid #F0A0A0;
}

A.savedquery
{
	text-indent: 16px;
	background-image: url(../../images/saved_query.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.SelectedRow
{
	border: 1px solid red;
}
.SelectedRow A
{
	color: Red;
	font-style: italic;
}

/* 事务信息字段标题 */
.ProblemInfoItemName
{
	width: 85px;
	padding-right: 6;
	text-align: right;
	background-color: #e0ecf9;
	padding-left: 4;
	/* white-space: nowrap;*/
	vertical-align: top;
}


.main_column .InfoBlock .BlockContent td.ProblemInfoItemName
{
	width: 20%;
	padding-left: 4;
}
/* 事务信息字段值 */
.ProblemInfoItemValue
{
	background: #FFFFFF;
	vertical-align: top;
}


.value_wrap
{
	width: 100%;
	overflow: auto;
}

.probleminfotable
{
	table-layout: fixed;
}

.help_label
{
	color: #B0B0B0;
}

.helpblock
{
	padding: 6px;
	border: 1px solid #B0B0B0;
	background-color: #FFFFE1;
	color: #3b98d3;
	background-image: url(../../images/tip.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
	text-indent: 30px;
	line-height: 160%;
}
.helpblock p
{
	margin-bottom: 5px;
}


.helpblock_inline
{
	padding: 4px;
	border: 1px solid #F0F0F0;
	background-color: #FFFFE1;
	color: #3b98d3;
	line-height: 130%;
}
.helpblock_inline p
{
	margin-bottom: 5px;
}

.label, .inline_label
{
	display: block;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 2px;
}

.inline_label
{
	display: inline-block;
}

/* for image preview */

.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}

.coworker_notworked
{
	font-weight: normal;
	color: Red;
}

.coworker_worked
{
	font-weight: normal;
	color: Green;
}

.sub_record
{
	margin-left: 20px;
}

.sub_record_info
{
	background-color: #F0F0F0;
	padding: 3px;
}
.sub_record_content
{
	padding: 3px;
}

.cowork_info_block
{
	padding: 10px;
	padding-left: 30px;
	margin: 5px;
	border: 1px solid #C4C4c4;
	background-color: #FFFFE6;
	color: #666666;
	background-image: url(images/icon_coworking16.gif);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	line-height: 160%;
}

a.article_page
{
	padding: 0px;
	color: #FF0000;
	margin: 2px;
}

.selected_tree_node
{
	font-weight: bold;
	color: Red;
}


.service_money_div input
{
	font-size: 9pt;
	border: 0px;
	border-bottom: 1px solid #000;
	font-weight: bold;
}



.collapsed_node
{
	padding-left: 16px;
	background-image: url(images/collapse.jpg);
	background-repeat: no-repeat;
	cursor: hand;
	margin-top: 4px;
}

.expanded_node
{
	padding-left: 16px;
	background-image: url(images/expand.jpg);
	background-repeat: no-repeat;
	cursor: hand;
	margin-top: 4px;
}

.catalog_wrap
{
	padding: 0px;
}
.catalog_wrap_current
{
	padding: 4px;
	border: 1px solid #F0F0F0;
	background-color: #FAFAFA;
}
.catalog_child
{
	margin-left: 20px;
	padding: 2px 0px 2px 0px;
}

.catalog_child a
{
	padding-right: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.catalog_item
{
	clear: both;
	background: url(images/category_open_small.gif) no-repeat left center;
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	padding-top: 2px;
}

.project_item
{
}

.project_selector
{
	width: 450px;
	border: 2px solid #C0C0C0;
	padding: 6px;
	background-color: #FFFFFF;
	position: absolute;
}

.project_item_row
{
	width: 100%;
	border: 2px solid #F0F0F0;
}

.project_item_row td
{
}

td.operation_cell a
{
	margin-right: 3px;
}

/* 项目完成进度条 */
.progress_total
{
	background-color: #FFFFFF;
	height: 100%;
	border: 1px solid #E0E0E0;
	padding: 1px;
	text-align: left;
	overflow: hidden;
}
.progress_completed
{
	background-color: #079b07;
	height: 100%;
	text-align: left;
	overflow: hidden;
}
.progress_tracking
{
	background-color: #d03131;
	height: 100%;
	text-align: left;
	overflow: hidden;
}

td.strong
{
	font-weight: bold;
	color: #666;
	text-align: right;
}

/* 事务列表页面标题单元格*/
.problem_title_cell
{
	min-width: 200px;
}

/* 动作提示 */
.action_note
{
	margin: 3px;
	padding: 5px;
	border: 1px solid #F0F0F0;
	background-color: #F5F5F5;
	color: #50aabd;
	background-image: url(images/action_arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	text-indent: 20px;
	line-height: 160%;
}

/* 分割线 */
.dot_line
{
	height: 1px;
	border-bottom: 1px dotted #F0F0F0;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 80%;
	overflow: hidden;
}


/* -----------------------------
 表单区域 
-------------------------------*/
.SmallPartHeader
{
	font-weight: bold;
	color: #4371a0;
	background-color: #ebf7fa;
	padding: 5px 5px 5px 10px;
	border-top: #b3c8db 1px dotted;
	border-bottom: #b3c8db 0px dotted;
}

.BigPartHeader
{
	/*border-bottom: #b3c8db 1px solid; padding: 5px 10px 4px 10px;*/
	height: 25px;
	margin-bottom: 2px;
	padding: 0px;
	background: url(images/bigpartheader_line.gif) repeat-x bottom; /*float:left;*/
	width: 100%;
}
.BigPartHeader span.title
{
	height: 23px;
	display: block;
	float: left;
	margin-left: 10px;
	padding: 0px 10px 0px 10px;
	line-height: 22px;
	vertical-align: middle;
	border-top: 1px #b3c8db solid;
	border-left: 1px #b3c8db solid;
	border-right: 1px #b3c8db solid;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	color: #4371a0;
	font-size: 9pt;
	background: url(images/bigpartheader_bg.gif) repeat-x;
	min-width: 80px;
	text-align: center;
}

.BigPartHeader span.right
{
	line-height: 23px;
	vertical-align: middle;
	display: block;
	float: right;
}

.group_header
{
	font-weight: bold;
	color: #666666;
	padding: 5px 5px 5px 20px;
}

.SmallPartHeader, .SmallPartHeader span
{
	font-size: 9pt;
}

.collapsible_header
{
	cursor: pointer;
}

/*事务信息输入表单区域*/
.form_block
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	border: 1px solid #8cb7cb;
}
.form_block .title, .form_block .title_note
{
}
.form_block .title, .form_block .title span
{
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	background-color: #8cb7cb;
	color: #FFFFFF;
}

.form_block .title_note, .form_block .title_note span
{
	font-size: 9pt;
	color: #666;
	padding: 3px 10px 5px 10px;
	line-height: 135%;
}


.form_block table
{
	table-layout: fixed;
	width: 100%;
}



.form_block table table
{
	table-layout: auto;
	width: auto;
}

.ItemName
{
	text-align: right;
	background-color: #feffef;
	margin-bottom: 1px;
	width: 20%;
	padding-left: 4px;
	padding-right: 10px;
	font-weight: normal;
	padding-top: 4px;
	color: #555;
	vertical-align: top;
	border-right: 1px solid #FeFFFe;
	border-top: 1px solid #f0f2ce;
}





/* 按钮放置区域 */
.action_area
{
	clear:both;
	margin-top: 10px;
	border-top: 1px solid #E8E8E8;
	background: #F5F5F5;
	padding: 5px 10px 10px 10px;
	background: url(images/action_area_bg.jpg) repeat-x top;
}

.form_block .action_area
{
	padding: 8px 10px 15px 20%;
}

input.secondary_btn, .action_area input
{
	background-color: #E0E0E0;
	border-right: #2C59AA 1px solid;
	padding-right: 2px;
	border-top: #2C59AA 1px solid;
	padding-left: 2px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#EEEEEE);
	border-left: #2C59AA 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #2C59AA 1px solid;
	margin-right: 10px;
}
input.primary_btn
{
	background-color: #c8ddf5;
	border-right: #2C59AA 1px solid;
	padding-right: 2px;
	border-top: #2C59AA 1px solid;
	padding-left: 2px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#aecff5);
	border-left: #2C59AA 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #2C59AA 1px solid;
	font-weight: bold;
	padding: 3px;
}



.action_area .msg
{
	padding: 3px;
}

.primary_btn:hover
{
	border-right: #2C59AA 1px solid;
	padding-right: 2px;
	border-top: #2C59AA 1px solid;
	padding-left: 2px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#D7E7FA);
	border-left: #2C59AA 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #2C59AA 1px solid;
	font-weight: bold;
	padding: 3px;
}


/* 新的状态及工作组设置页面 */
.state_item
{
	border: #E0E0E0 1px solid;
	margin-bottom: 10px;
	width: 100%;
}

.state_row
{
	padding: 5px;
	background-color: #F5F5F5;
}

.state_row:hover
{
	background-color: #cde1f9;
}


.trans_row
{
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	margin: 2px;
}

.trans_row:hover
{
	padding: 0px;
	background-color: #f1ffe4;
	border: 1px solid #F0F0F0;
	margin: 2px;
}

.state_name_label
{
	font-size: 9pt;
	font-weight: bold;
}

.step_name_label
{
	font-weight: bold;
	color: #7aa605;
}

/* end of */

/* 用户选择器*/
.user_selector
{
	padding: 3px 18px 3px 3px;
	background-color: #fefce3;
	border: #E0E0E0 1px solid;
	width: 400px;
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.user_selector A
{
	height: 20px;
	vertical-align: middle;
	padding: 0px 3px 0px 2px;
	display: inline-block;
}

.user_selector A:Hover
{
	background-color: #C0C0A0;
}

/*AutoComplete flyout */

.autocomplete_completionListElement
{
	margin: 0px !important;
	background-color: #feface;
	border: #C0C0C0;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 250px;
	text-align: left;
	list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #9999ff;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
	background-color: #feface;
	color: windowtext;
	padding: 1px;
}

/*Cascading DropDown*/
/* endof 用户选择器 */

/* 用户选择textbox */
.single_user_box
{
	background: url(images/name-icon.gif) no-repeat left center;
	padding: 1px;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
}


.link_add_item, #context_column .InfoBlock .BlockContent .link_add_item
{
	padding-left: 16px;
	background: url(images/link_add_item.gif) no-repeat left center;
}

.link_return, #context_column .InfoBlock .BlockContent .link_return
{
	padding-left: 17px;
	background: url(images/link_return.gif) no-repeat left center;
}

.link_link, #context_column .InfoBlock .BlockContent .link_link
{
	padding-left: 17px;
	background: url(images/link_link.gif) no-repeat left center;
}

.link_edit, #context_column .InfoBlock .BlockContent .link_edit
{
	padding-left: 17px;
	background: url(images/link_edit.gif) no-repeat left center;
}

.link_project, #context_column .InfoBlock .BlockContent .link_project
{
	padding-left: 17px;
	background: url(images/project_open_small.gif) no-repeat left center;
}

/* 工具栏 */
.toolbar
{
	padding: 2px 2px 3px 8px;
}



.toolbar a
{
	/*color:#0a82a3;		 	display:block; 	float:left; 	height:18px; 	vertical-align:middle;	 	margin-right:1px; 	line-height:18px; 	padding:0px 3px 0px 3px;*/
	border-right: #ffffff 1px solid;
	padding-right: 2px;
	border-top: #ffffff 1px solid;
	padding-left: 2px;
	padding-bottom: 1px;
	border-left: #ffffff 1px solid;
	padding-top: 1px;
	border-bottom: #ffffff 1px solid;
	text-decoration: none;
	text-decoration: none;
	cursor: hand;
	color: blue;
	text-decoration: none;
}

.toolbar a:hover
{
	/*text-decoration:none; 	background-color:#E0E0E0;*/
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-top-color: #BBBBBB;
	background-color: #F0F0F0;
	border-right-color: #BBBBBB;
	text-decoration: none;
}

.toolbar a:active
{
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-top-color: #BBBBBB;
	background-color: #F0F0F0;
	border-right-color: #BBBBBB;
	text-decoration: none;
}

.toolbar a.current
{
	background-color: #E0E0E0;
	color: #FF5555;
}

.toolbar a img
{
	padding-right: 2px;
}

/* 区之间的空间 */
.block_space
{
	clear: both;
	height: 5px;
	overflow: hidden;
}

/* 页面工具条连接按钮风格 */
.HoverLink
{
	border-right: #ffffff 1px solid;
	padding-right: 2px;
	border-top: #ffffff 1px solid;
	padding-left: 2px;
	padding-bottom: 1px;
	border-left: #ffffff 1px solid;
	padding-top: 1px;
	border-bottom: #ffffff 1px solid;
	text-decoration: none;
	text-decoration: none;
}
A.HoverLink
{
	cursor: hand;
	color: blue;
	text-decoration: none;
}
A.HoverLink:hover
{
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-top-color: #BBBBBB;
	background-color: #F0F0F0;
	border-right-color: #BBBBBB;
	text-decoration: none;
}
A.HoverLink:active
{
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-top-color: #BBBBBB;
	background-color: #F0F0F0;
	border-right-color: #BBBBBB;
	text-decoration: none;
}
.HoverLink img
{
	padding-right: 2px;
}

/* 事务数量连接中数字的突出显示 */
.issue_num
{
	font-weight: bold;
}

/* 分页 */
.pager_block
{
	padding: 5px;
	text-align: center;
	background-color: #F0F0F0;
}

.pager_block A
{
	display: inline-block;
	padding: 2px 2px 2px 2px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	color: #0000EE;
	margin: 0px 3px 0px 3px;
}

.pager_block A:hover
{
	padding: 2px 2px 2px 2px;
	border: 1px solid #C0C0C0;
	background-color: #C0C0C0;
	text-decoration: none;
	color: #333333;
}

.parent_info_when_create_child
{
	padding: 5px 5px 2px 40px;
	background: url(images/addchildissue32.gif) no-repeat 5px 5px;
	border: 1px solid #E0A0A0;
	background-color: #FAFAFA;
	margin-bottom: 3px;
	overflow: hidden;
}

.parent_info_when_create_child__child_item
{
	padding: 3px 3px 0px 20px;
	background: url(images/child_issue_arrow.gif) no-repeat 5px 3px;
}

.parent_info
{
	border: 1px solid #C9B208;
	background-color: #FAFAFA;
	margin-bottom: 3px;
	overflow: hidden;
}

.required_mark
{
	color: Red;
	padding-right: 2px;
}

.favorite_category a
{
	display: block;
	padding: 3px;
	padding-left: 17px;
	background: url(images/icon_favcategory.gif) no-repeat left;
}

.favorite_category a:Hover
{
	background-color: #E0E0E0;
}

.category_path_item
{
	padding-left: 3px;
	padding-right: 3px;
}

.string_selector
{
	padding: 3px 3px 3px 3px;
	background-color: #fefce3;
	border: #E0E0E0 1px solid;
	width: 400px;
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.string_selector A
{
	display: block;
	vertical-align: middle;
	padding: 3px 3px 3px 8px;
}

.string_selector A:Hover
{
	background-color: #C0C0A0;
	text-decoration: none;
}

/* show record history workflow */
.flow_block
{
	padding: 5px;
}

.record_item_process, .record_item_state
{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *display:inline;

vertical-align:top;
margin-top:5px;

min-height:40px;
_height:40px;


overflow:visible;
_width:60px;


text-align:center;
white-space:nowrap;
}

.record_item_process
{
	background: url(images/record_arrow.gif) no-repeat center right;
}

.record_item_state
{
	background-color: #F0F0F0;
	border: 1px solid #2e5da3;
	background: url(images/record_state_bg.jpg);
}



.record_item_process .top
{
	height: 50%;
	padding: 5px 3px 2px 3px;
}

.record_item_process .bottom
{
	height: 50%;
	padding: 2px 3px 5px 3px;
	color: #999999;
}

.record_item_process .bottom .record_type
{
	font-style: italic;
}


.record_item_state .top
{
	height: 50%;
	padding: 5px 8px 2px 8px;
	font-weight: bold;
	cursor: pointer;
}

.record_item_state .curr
{
	color: Red;
}

.record_item_state .bottom
{
	height: 50%;
	padding: 2px 8px 5px 8px;
}

.record_item_state .closed
{
	line-height: 39px;
	vertical-align: middle;
	font-weight: bold;
	background: url(images/record_closed_state_bg.jpg) left top;
	height: 40px;
	padding: 0px 10px 0px 10px;
}

.project_desc
{
	color: #AAA;
	font-style: normal;
	padding-left: 15px;	
}


.article_content P
{
	margin-top: 8px;
	margin-bottom: 12px;
}

.issue_tree td div { height: 20px !important; }



