#icp-document{
	height:100%;
	position:relative;
	min-width:1013px;
}
	#icp-document-top{
		height:55%;
		position:relative;
		overflow:hidden;
	}
	#icp-document-bottom{
		height:45%;
		position:relative;
		bottom:0;
	}
#icp-header{
	left:0;
	height:44px;
	position:absolute;
	top:0;
	width:100%;
	background-color:#203665;
	color:#FFF;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
	#icp-title{
		padding:14px 0 0 10px;
		font-weight:bold;
		font-size:13px;
		position:absolute;
		left:0;
		width:59%;
	}
	#icp-header-meta{
		position:absolute;
		right:20px;
		padding:14px 10px 0 0;
		text-align:right;
		font-weight:bold;
		display:block;
		width: 328px;
	}
		#icp-header-meta .icp-val{
			font-weight:normal;
			margin-left:8px;
			display:block;
			text-align:left;
		}
	#icp-header-meta-gnum{
		position:absolute;
		right:0;
		width:370px;
		top:14px;
	}
	#icp-account,
	#icp-gnumber-switch{
		position:absolute;
		right:0px;
		top:2px;
		width:250px;
	}
	#icp-gnumber-switch{
		right:270px;
		display: none;
	}
	#gnum-switch-label,
	#acct-switch-label{
		float:right;
		margin-right:8px;
		padding-top:3px;
		font-weight:bold;
		font-size:12px;
	}
	#icp-gnum-input-wrapper,
	.icp-acct-input-wrapper{
		height:21px;
		width:120px;
		float:right;
		position:relative;
	}
	.icp-acct-input-wrapper select{
		z-index: 0;
		padding:0;
	}
	.icp-acct-input-wrapper input#icp-account-input-acct{
		border:0;
		z-index: 11;
		position:absolute;
		right:18px;
		top:1px;
		left:4px;
		width:98px;
		z-index: 11;
		height:18px;
	}
	#icp-acct-go{
		float:right;
		height:20px;
		border-radius:3px;
		width:35px;
		margin:0 8px;
	}
	.field-help-label{
		position:absolute;
		top:-5px;
		width:180px;
		left:-190px;
		height:24px;
		padding-top:8px;
		background-image:url(../images/popupMenuBg.gif);
		background-position:bottom;
		border:1px solid #7eabcd;
		text-align:center;
		display:none;
	}
#icp-menu{
	background-image:url(../images/menu_gradient.png);
	background-repeat:repeat-x;
	background-position:top;
	height:27px;
	font-size:13px;
	position:absolute;
	top:44px;
	width:100%;
}
	#icp-menu .menu-item{
		max-height:27px;
		height:20px;
		padding:3px 10px 0 10px;
		float:left;
		position:relative;
		font-weight:bold;
		display:none;
		border-right:1px solid #CCC;
	}
	#icp-menu .menu-item:hover {
		background-color:#F4E1BF;
		cursor:pointer;
	}
	#icp-menu .menu-item.active-menu{
		background-image:none;
		background-color:#F2F2F2;
	}
		#icp-menu .menu-item .sub-menu{
			background-color:#F2F2F2;
			position:absolute;
			top:22px;
			left:0;
			width:200px;
			display:none;
			box-shadow:3px 3px 3px #888;
			cursor:auto;
			font-weight:normal;
		}
		#icp-menu .sub-menu-item {
			padding:4px 0 4px 20px;
		}
		#icp-menu .menu-item .sub-menu-item:hover {
			background-color:#F4E1BF;
		}
		#icp-menu .sub-menu-item a{
			display:block;
		}
		#menu-transactions #mnu-transactionsummary.sub-menu-item,
		#mnu-newtransaction.sub-menu-item,
		#mnu-featuressummary.sub-menu-item,
		#mnu-newstadinginstruction.sub-menu-item,
		#mnu-newperiodicplan.sub-menu-item,
		#mnu-approve.sub-menu-item,
		#mnu-managethresholdscriteria.sub-menu-item,
		#mnu-newstandinginstruction.sub-menu-item,
		#mnu-transactionsearch.sub-menu-item,
		#mnu-dashboard.sub-menu-item,
		#mnu-bulkupload.sub-menu-item  {
			font-weight:bold;
			padding-left:10px;
		}
	#icp-message{
		font-weight:bold;
		color:#FF0000;
		display:none;
	}
#icp-body-pane{
	position:relative;
}
#customer-header{
	height:34px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:6px 8px 0 8px;
	font-size: 14px;
	position:absolute;
	top:71px;
	left:0;
	right:0;
	border:1px solid #c0c0c0;
	display:none;
}
#customer-header.loading,
#customer-header:hover.loading,
#customer-header.loading .acct-negative{
	color:#CCC;
	background-color:#FFF;
}
#customer-header:hover{
	background-color:#F4E1BF;
}
	#customer-header-cartridge .jdam-processed-field {
		height:26px;
		border-right:1px solid #CCC;
		float:left;
		margin:4px 0 0 7px;
		clear:none;
	}
	#customer-header-cartridge .jdam-processed-field .clear{
		clear:none;
		display:none;
	}
	#customer-header-cartridge #ch-asset-mvmt-auth-lvl{
		border-right:none;
	}
	#customer-header-cartridge .jdam-processed-field .icp-val,
	#customer-header-cartridge .jdam-processed-field .icp-label{
		float:left;
		padding:6px 7px 0 0;
	}
	#ch-reg-avail-cash .icp-val .acct-negative,
	#ch-acct-number{
		font-weight:bold;
	}
	#ch-acct-number.jdam-processed-field{
		font-size:17px;
		margin-top:3px;
	}
	#ch-options{
		width:100px;
		position:absolute;
		right:10px;
		top:10px;
	}
		.expand-icon{
			height:16px;
			width:16px;
			background-repeat:no-repeat;
			background-image:url(../images/Accordion_expand.png);
			cursor:pointer;
			float:right;
			margin-right:7px;
		}
		.expand-icon.expanded{
			background-image:url(../images/Accordion_collapse.png);
		}
		#ch-toggle-height-restrictions{
			background-position:-261px -277px;
			display:none;
			background-image:url(../images/sprite.png);
		}
	
	#customer-header-details{
		background-color:#ecf1f7;
		height:295px;
		clear:both;
		margin:0 8px 3px 8px;
		overflow:hidden;
		position:absolute;
		top:113px;
		left:1px;
		right:1px;
		display:none;
	}
	#customer-header-details .jdam-process-nested-parent-label{
		color:inherit;
	}
	.cartexpanded #customer-header-details{
		display: block;
	}
		#customer-header-details-panel{
			position:absolute;
			left:14px;
			top:14px;
			width:320px;
		}
			#customer-header-details-panel .icp-val{
				float:right;
			}
			#customer-header-details-panel .jdam-processed-field{
				clear:none;
			}
			#customer-header-details-panel .jdam-processed-nested-parent .icp-val{
				display:block;
				float:none;
			}
			#customer-header-details-panel .jdam-process-nested-parent-label{
				margin-bottom:0;
			}
			#customer-header-details-panel .jdam-contributions{
				
			}
			#customer-header-details-panel #ch-age{
				padding-top:10px;
			}
			
			#customer-header-details-panel .jdam-processed-nested-parent,
			#customer-header-details-panel #ch-ytd-distro,
			#customer-header-details-panel #ch-details-info-msg,
			#ch-details-balances-running-collected,
			#ch-details-balances-pending-cash-txns,
			#ch-details-balances-avail-cash,
			#ch-details-balances-msg-update-intraday,
			#customer-header-details-panel #ch-minor-roth{
				padding-top:8px;
			}
			#ch-details-balances-pending-cash-txns .icp-val,
			#ch-details-balances-pending-cash-jnl .icp-val
			{
			   color:#CC0000;
			 }
			#customer-header-details-panel #ch-header-name-address{
				margin-top:0;
				border-bottom:1px solid #c0c0c0;
				padding-bottom:10px;
			}
			#customer-header-details-panel #ch-header-name-address .jdam-process-nested-parent-label{
				display:none;
			}
			#customer-header-details-panel .jdam-processed #ch-header-name-address .jdam-processed{
				margin-left:0;
			} 
			.minor-roth #customer-header-details-panel #ch-age,
			.minor-roth #customer-header-details-panel .jdam-dob,
			.minor-roth #customer-header-details-panel #ch-details-legal-state{
				margin-left: 10px;
			}
			.minor-roth #customer-header-details-panel #ch-age{
				padding-top: 0;
			}
			#ch-details-tab-balances #ch-details-balances-msg-update-intraday.jdam-processed-field{
				border:0;
			}
			#ch-details-tab-balances #ch-details-balances-msg-update-intraday.jdam-processed-field .icp-val{
				float:left;
			}
			#ch-details-tab-balances #ch-details-balances-msg-update-intraday .help-icon-in-window,
			#jdam-siselect-residuals .help-icon-in-window{
				float:right;
			}
			#ch-details-info-msg.jdam-processed-field{
				clear:both;
			}
			#ch-details-info-msg .icp-val{
				font-size:10px;
				float:none;
				display:block;
			}
				#ch-details-info-msg .periodic-msg{
				}
				#ch-details-info-msg .info-icon{
					float:left;
					display:block;
				}
			#customer-header-details-panel .jdam-processed 	.jdam-name .icp-label{
				width: 80px;
			}
			#customer-header-details-panel .jdam-processed-nested .icp-val{
				float:right;
			}
			#customer-header-details-panel #ch-details-addr .icp-val{
				float:none;
			}
			#customer-header-details-panel #ch-details-contributions .icp-val-item,
			#customer-header-details-panel .jdam-aux-acct-section .icp-val-item{
				width: 310px;
			}
			#customer-header-details-panel .jdam-aux-acct-section{
			    padding-top: 18px;
			}
		#customer-header-details-tabs-wrapper{
			position:absolute;
			left:350px;
			right:8px;
			top:8px;
			bottom:8px;
		}
			#customer-header-details-panel,
			#customer-header-details-tabs-wrapper .icp-tab-body{
				min-height:225px;
			}
			#customer-header-details-tabs-wrapper .icp-tab-body{
				border:1px solid #c0c0c0;
			}
			#customer-header-details-tabs #ch-details-tab-balances .jdam-processed{
				width:340px;
			}
			#customer-header-details-tabs-wrapper .icp-table-processed{
				position: absolute;
				top: 10px;
				bottom: 8px;
				right: 8px;
				left: 8px;
				border:1px #CCC solid;
				border-top:0;
			}
				#customer-header-details-panel .ch-addy-item .icp-val{
					float:none;
				}
				#ch-details-tab-balances .jdam-processed-field,
				#ch-details-tab-pas .jdam-processed-field{
					border-bottom:1px dotted #666;
					padding-bottom:1px;
					font-weight:bold;
				}
				#ch-details-tab-pas .jdam-processed-field{
					border-bottom:none;
				}
					#ch-details-tab-pas #jdam-pas-past-qtr.jdam-processed-field, 
					#ch-details-tab-pas #jdam-pas-cur-qtr.jdam-processed-field{
						border-bottom:1px dotted #666
					}
				#ch-details-tab-balances .jdam-processed .icp-label{
					width:180px;
				}
				#ch-details-tab-balances .jdam-processed .icp-val,
				#ch-details-tab-pas .jdam-processed .icp-val{
					float:right;
					font-weight:normal;
				}
				#ch-details-tab-pas #jdam-pas-fee-sum-group .jdam-processed .icp-label{
					width:140px;
				}
				#ch-details-tab-pas #jdam-pas-fee-sum-group .jdam-processed .icp-val{
					text-align: right;
					width:85px;
				}
				#ch-details-tab-pas #jdam-pas-info-group .jdam-processed .icp-val,
				#ch-details-tab-pas .jdam-processed .icp-val{
					float:left;
				}
					.jdam-processed #jdam-pas-info-group .jdam-processed{
						margin-left:0;
					}
				#ch-details-tab-balances .jdam-processed .icp-label{
					width:180px;
				}
				#ch-details-balances-msg-update-intraday .icp-val{
					font-size:10px;
					display:block;
					width:155px;
				}
					#ch-details-balances-msg-update-intraday .icp-val span{
						float:left;
					}
				#jdam-pas-info-group.jdam-processed-nested-parent,
				#jdam-pas-fee-sum-group.jdam-processed-nested-parent{
					float:left;
					clear:none;
					min-height:200px;
				}
					#jdam-pas-fee-sum-group .jdam-process-nested-parent-val{
						margin-top:10px;
					}
				#jdam-pas-redem-val{
					margin-top:30px;
				}
					#ch-details-tab-pas .jdam-processed #jdam-pas-redem-val .icp-val{
						font-weight:bold;
					}
				#jdam-pas-model .icp-val{
					width:250px;
				}
				#jdam-pas-fee-sum-group,
				#customer-header-details-tabs #jdam-pas-fee-sum-group .jdam-processed-nested-parent{
					width:240px;
					margin-left:10px;
					padding-left:10px;
					border-left:1px solid #CCC;
				}
				#jdam-pas-info-group{
					width:345px;
				}
				#jdam-pas-info-group .icp-label{
					width:80px;
				}
			#ch-details-tab-restrictions-none{
				color:#CC0000;
				padding-top:14px;
				padding-left:16px;
				font-weight:bold;
			}
#icp-tx-summary-wrapper{
	clear:both;
	position:absolute;
	top:116px;
	left:8px;
	right:8px;
	bottom:5px;
	background-color:#c0d2ed;
}
#icp-grid-message{
	color:#FF0000;
	position:absolute;
	top:70px;
	left:8px;
	display:none;
}
	.grid-message #icp-grid-message{
		display: block;
	}
	.grid-message #icp-tx-summary{
		top:15px;
	}
	#icp-main-txns-header{
		position:relative;
		height:20px;
		padding-top:8px;
		display:none;
	}
	#icp-main-txns-right,
	#icp-main-txns-left{
		position:absolute;
		width:300px;
		right:0;
	}
	.icp-sisummary #icp-main-txns-right{
		width: 180px;	
	}
	#icp-main-txns-left{
		left:0;
		width:699px;
	}
	#icp-main-txns-clear,
	#icp-reset-xbp-filters,
	#icp-reset-dashbrd-filters,
	#icp-dashbrd-asof{
		float:right;
		margin-right:10px;
		font-weight:bold;
		color:#0f57c2;
		cursor:pointer;
	}
	#icp-summary-reload,
	#icp-main-txns-print,
	#icp-main-txns-excel,
	.icp-main-txns-help.help-icon,
	#search-header-help,
	#icp-appr-dashbrd-print,
	#icp-appr-dashbrd-reload,
	#icp-appr-dashbrd-help{
		background-repeat:no-repeat;
		height:18px;
		width:18px;
		float:right;
		margin-right:5px;
		background-image:url(../images/sprite_excelprint.gif);
		cursor:pointer;
	}
	#icp-main-txns-excel{
		background-position:-24px -2px;
	}
	#icp-summary-reload,
	#icp-appr-dashbrd-reload{
		background-position:0 -2px;
	}
	#icp-main-txns-print,
	#icp-appr-dashbrd-print{
		background-position:-48px -2px;
	}
	.icp-main-txns-help.help-icon,
	#search-header-help,
	#icp-appr-dashbrd-help{
		background-image:url(../images/sprite.png);
		background-position:-51px -280px;
		height:16px;
	}
	
	#icp-main-showing,
	#icp-main-showing-label{
		float:left;
	}
	.grid-option {
		position:absolute;
		left:165px;
		width:220px;
		top:0;
		height:24px;
	}
		.grid-filter-label{
			float:left;
			font-weight:bold;
			margin-right:8px;
		}
		.grid-filter-select{
			float:left;
			margin-top:-3px;
		}
	#icp-main-txns-search-wrapper{
		position:absolute;
		left:360px;
		width:200px;
	}
	#icp-main-txns-search-label,
	#icp-main-txns-reset-search{
		background-image:url(../images/icon-search.png);
		background-position:left;
		background-repeat:no-repeat;
		padding-left:20px;
		height:18px;
		float:left;
		font-weight:bold;
		color:#0f57c2;
		cursor:pointer;
	}
	#icp-main-txns-reset-search{
		background:none;
		padding-left:0;
		margin-left:10px;
	}
	.icp-tab-body{
		background-color:#FFF;
	}
	.icp-grid .icp-tab-body{
		border:1px solid #c0c0c0;
	}
	#icp-tx-summary-wrapper .ui-tabs .ui-tabs-nav li{
		border-color:#CCC;
	}
	.ui-tabs .ui-tabs-panel{
		background-color:#FFF;
	}
#icp-footer{
	position:absolute;
	height:30px;
	background-color:#cecfce;
	bottom:0;
	left:0;
	right:0;
	font-size:11px;
}
	#icp-footer-title, #icp-footer-right{
		padding:8px 10px 0 10px;
		width:40%;
		float:left;
	}
	#icp-footer-right{
		float:right;
		text-align:right;
	}	
		#icp-footer-right-text,
		#icp-toolbox{
			display:block;
			float:right;
		}
			#icp-toolbox-options{
				right:0;
				bottom:16px;
				width:160px;
				height:80px;
				background-color:#FFF;
				position:absolute;
				cursor:default;
				display:none;
				border:1px solid #CCC;
			}
			
#icp-mask, #icp-no-click-mask{
	background-image:url(../images/black-60.png);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:none;
	z-index:9988;
}
#icp-dialog-search-wrapper,
#icp-dialog-wrapper{
	position:fixed;
	top:50%;
	margin-top:-220px;
	left:50%;
	margin-left:-325px;
	width:650px;
	display:none;
	height:400px;
	background-color:#FFF;
	z-index: 9989;
	border:3px solid #015580;
}
	#icp-dialog-search-wrapper{
		left:50%;
		margin-left:-475px;
		width: auto;
		height:295px;
		min-width:950px;
		max-width:950px;
	}
	#icp-dialog-search-wrapper.expanded{
		height:465px;
	}
	#icp-dialog-content{
		position:absolute;
		overflow-y:auto;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
	#icp-dialog-content .modal-close{
		float:right;
		background-image:url(../images/sprite.png);
		background-position:-267px -293px;
		background-repeat:no-repeat;
		width:14px;
		height:14px;
		cursor:pointer;
	}
	.modal-message-withheader{
		margin:30px 10px 0 10px;
	}
.help-icon{
	height:16px;
	width:16px;
	background-image:url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position:-409px -292px;
	cursor:pointer;
}
.help-icon-in-window,
#ssn-help, 
#firmId-help{
	background-image:url(../images/icon-question.gif);
	background-repeat:no-repeat;
	width:12px;
	height:15px;
	cursor:pointer;
}
.info-icon{
	height:14px;
	width:13px;
	background-image:url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position: -365px -294px;
	display:block;
	float:left;
	margin-right:8px;
}

/* Styles */
.clear{
	clear:both;
}
.acct-negative{
	color:#CC0000;
}

/* ICP Grid */
.icp-table-processed{
	position:relative;
}
	icp-table-data{
		height:auto;
	}
	.icp-table-data .icpg-row{
		min-height:23px;
		height:auto;
		background-color:#FFF;
		border-bottom:1px dotted #BDC0C2;
		clear:left;
		float:left;
		width:100%;
	}
	.icp-table-data .icpg-row.odd{
		background-color:#f2f5f9;	
	}
	.icp-table-data .icpg-cell,
	.icp-table-header-cell{
		position:relative;
		float:left;
		height:100%;
		border-right:1px dotted #BDC0C2;
	}
	.icp-table-data .icpg-cell .cell-inner,
	.icp-table-header-cell .cell-inner{
		margin:4px 2px;
		min-height: 16px;
	}
	.icp-table-data .icpg-cell.last{
		border-right:0;
		clear:right;
	}
	.icp-table-header input[type="checkbox"], 
	input[type="checkbox"].icpg-checkbox{
		margin-top:3px;
	}
	input[type="text"].icpg-textbox{
		margin:0;
	}
	.input input[type="checkbox"]{
			margin-top: 6px;
	}
	.jdam-grid-input-cell-textbox .cell-inner{
		margin-top:3px;
		margin-bottom:2px;
	}
	.icp-table-mini .icp-table-data .icpg-cell{
		border-right-color:transparent;
	}
	.column-spacer-wrapper{
		display:none;
	}
	.icp-table-data .icpg-cell .icp-val-empty.icp-val{
		margin:0;
	}
	.icp-table-data,
	#search-panel table,
	#search-panel td{
		border-collapse:collapse;
		border-spacing:0;
		margin:0;
		padding:0;
		position:relative;
	}
	table.icp-table-data{
	
	}
	.icp-table-data.icp-table-empty-table{
		width:100%;
	}
		.icp-table-data.icp-table-empty-table .icpg-row,
		.icp-table-data.icp-table-empty-table .icpg-row:hover,
		.icp-grid .icp-table-data.icp-table-empty-table .icpg-row.odd:hover{
			border:0;
			background-color:transparent;
		}
	.icp-table-data.icp-table-empty-table .icpg-cell,
	.empty-dashboard-table{
		text-align:center;
		font-weight:bold;
		color:#CC0000;
	}
	.icp-table-data.icp-table-empty-table .icpg-row:hover,
	.icp-grid .icp-table-data.icp-table-empty-table .icpg-row:hover{
		background-color:transparent;
		cursor:default;
	}
	.icp-table-header-cell-wrapper{
		position:relative;
		color:#4F4F4F;
		height:100%;
	}
		.icp-table-data .icpg-row.icp-table-active-row .icpg-cell .icp-table-cell-wrap-inner{
			border-right-color:#E9C27A;
			background-color:#E9C27A;
			border-right-style:solid;
		}
		.sortable{
			color:#0F57C2;
		}
		.icp-table-header-cell-wrapper .icp-sort-asc{
			background-image:url(../images/grid_sort_up.gif);
			float:right;
			width:7px;
			height:4px;
			margin:5px 4px 0 4px;
			background-repeat:no-repeat;
			background-position:top left;
		}
		.icp-table-header-cell-wrapper .icp-sort-desc{
			background-image:url(../images/grid_sort_down.gif);
			float:right;
			width:7px;
			height:4px;
			margin:5px 3px 0 4px;
			background-repeat:no-repeat;
			background-position:top left;
		}
		.icp-table-header-cell-wrapper.sortable:hover{
			cursor:pointer;
		}
	.icp-table-header-cell{
		font-weight:bold;		
		height:22px;
		float:left;
	}
	.icp-table-header-cell.active-sort{
		background-image:url(../images/grid_sort_down.gif);
		background-position: right top;
		background-repeat:no-repeat;
	}
	.icp-table-header-cell.active-sort .cell-inner{
		margin-right:14px;
	}
	.icp-table-header-cell.active-sort.icp-sort-asc{
		background-image:url(../images/grid_sort_up.gif);
	}
	.icp-table-header-cell-wrapper:last-child{
		border-right:none;
	}
	.icp-table-header-cell input{
		float:left;
		position:relative;
		top:-3px;
	}
	.icp-loading-overlay,
	.icp-loading-overlay-checked,
	.icp-disabled-overlay{
		background-color:#FFF;
		background-image:url(../images/loading.gif);
		background-repeat: no-repeat;
		background-position:center;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		/*opacity: .7;*/
		display:none;
		opacity: 1;
	}
	.icp-disabled-overlay{
		background-image:none;
	}
	#icp-loading-overlay-initial-load{
		display:block;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background-color:#c0d2ed;
	}
	.icp-table-header{
		border:1px solid #BDC0C2;
		border-left:0;
		border-right:0;
		height:22px;
		background-image:url(../images/menu_gradient.png);
		background-repeat:repeat-x;
		background-position:top;
		clear: both;
	}
	.icp-table-rowcount{
		width: 200px;
		margin-top:2px;
	}
		.icp-table-rowcount-val{
			font-weight:bold;
		}
	.icp-table-pager{
		position:absolute;
		bottom:7px;
		width:100%;
		text-align:center;
		font-weight:bold;
		color:#0F57C2;
	}
	.icp-table-pager span:hover{
		cursor:pointer;
	}
	.icp-table-pager span.disabled:hover,
	.icp-table-pager .icp-table-pager-middle:hover{
		cursor:default;	
	}
	.disabled, a.disabled{
		color:#999;
	}
	.icp-table-pager-middle{
		margin:0 8px;
	}
.red{
	color:#CC0000;
}
.jdam-input.required{
	color:inherit;
}

.icp-table-processed,
.icp-table-header-row-wrapper{
	height:auto;
}
/* jDAM Globals */
.srch-header{
	color:#569214;
}
.header-text-label{
	float:left;
}
.jdam-process-nested-parent-label{
	display:block;
	width:100%;
	clear:both;
}
.jdam-processed-nested-table  .icp-val,
.jdam-processed-nested-table .icp-label{
	display:block;
	width:100%;
	clear:both;
}
.jdam-processed-nested .jdam-processed{
	float:left;
	height:auto;
	min-height:8px;
}
.jdam-processed, 
.icp-table-data,
.icp-table-data-wrapper{
	clear:both;
	height:auto;
}
.icp-table-data .icpg-header{
	display:none;
}
.jdam-processed .jdam-processed{
	margin-left:10px;
}
.jdam-processed-field{
	position:relative;
	height:auto;
	clear:both;
}
.jdam-processed-field .jdam-input.text{
	font-size:inherit;
}
.checkbox-field .icp-label{
    margin-top: 4px;
}
.icp-label{
	float:left;
}
.label-suffix{
	float:right;
}
.input-suffix{
	padding-top:5px;
	margin-left:2px;
	font-weight: bold;
	display:block;
	float:left;
}
.suffixed-label{
	float:left;
}
.clear-all-option{
	float:right;
	color:#0f57c2;
	cursor:pointer;
	font-weight:normal;
}
.icp-val.swapped{
	float:left;
	margin-right:5px;
}
.select-field .icp-label,
.textbox-field .icp-label,
#jdam-xtrac-myws-number-field .icp-label{
	padding-top:4px;
}
.odd{
	background-color:#f2f5f9;
}
.icp-table-mini .odd{
}
	.icp-table-mini .icpg-row{
		border:0;
	}
.column-spacer{
	float:left;
}
.faux-link{
	color:#0f57c2;	
}
.icp-modal-confirm-yes,
.icp-modal-confirm-no,
.icp-modal-confirm-ok{
	min-width:50px;
	margin:0 10px;
}
.green-text{
	color:#569214;
}
.bold {
	font-weight:bold;
}
.hidden{
	display:none;
}
.icp-modal-confirm-message{
	margin-top:38px;
	text-align:center;
	font-weight:bold;
	padding:0 10px;
}
	.icp-modal-warning{
		background-image:url(../images/warning_msg_icon.gif);
		background-repeat:no-repeat;
		background-position:top left;
		padding-left:24px;
		padding-bottom:10px;		
		display: inline-block;
	}
.icp-modal-confirm-buttons{
	position:absolute;
	bottom:10px;
	text-align:center;
	width:100%;
	left:0;
	right:0;
}
.icp-modal-confirm-buttons input{
	width:100px;
	text-align:center;
}
#jdam-aux-acct-section{
	margin-bottom:0;
}
#jdam-aux-acct-section .jdam-processed{
	float:none;
	clear:both;
}
#jdam-cvd-header{
	margin-left:-10px;
}
	#customer-header-details-panel .jdam-processed-nested-parent #jdam-cvd-header .icp-val,
	#customer-header-details-panel .jdam-processed-nested-parent #jdam-cvd-address-popup .icp-val{
		display:none;
	}
	#jdam-cvd-address-popup .icp-label{
		text-decoration:underline;
		color:blue;
		cursor:pointer;
	}
	.jdam-cvd-des-bene-popup .icp-modal-warning{
		background:none;
		padding-left:0;
	}
	.jdam-cvd-des-bene-popup .icp-modal-confirm-message{
		text-align:left;
	}
.jdam-select-list-wrap{
	position:relative;
	clear:left;
	display:none;
}
	.jdam-select-list-mask{
		position:absolute;
		height:22px;
		width:100%;
		background-image:url(../images/spacer.gif);
	}
	.select-field select{
		z-index: 998;
		padding:0;
		margin:0;
	}
	.jdam-select-list-wrap select{
		position:absolute;
		left:0;
		margin:0;
		z-index:999;
	}
	#icp-delete-all{
		padding-left:5px;
	}
	.money-field-negative input.negative{
		color: #CC0000;
	}
.ui-datepicker-unselectable{
	color:#CCC;
}
/* Principal & Income tab */
#ch-trust-header{
	font-weight: bold;
	padding-bottom: 30px;
	margin-left: 224px;
	width: 150px;
	text-align: center;
}
#ch-trust-body .icp-label{
	width: 220px;
}
#ch-trust-body .jdam-processed{
	clear: none;
	width: 340px;
}
#jdam-income-group, #jdam-principal-group{
	padding-bottom: 2px;
}
#jdam-total-principal-income-group{
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#ch-details-tab-principal-income .icp-label{
	font-weight: bold;
}
#ch-details-tab-principal-income .icp-val{
	float: right;
}
#jdam-ch-enroll-net-pay-plan{
	margin-bottom: 75px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 4px 0;
} 
#ch-trust-disclaimer{
	font-size: 10px;
}
/* Account Relationship tab */
#ch-details-tab-relationship-table .icp-table-data-wrapper{
	height: 200px;
	overflow-y: auto;
	overflow-x: auto;
}
#ch-details-tab-relationship-table .icp-table-header-row-wrapper,
#ch-details-tab-allocations-table .icp-table-header-row-wrapper{
	overflow-x: hidden;
}	
#customer-header-details #ch-details-tab-relationship-table{
	border: 0;
}
#ch-details-tab-relationship-table .icp-table-all-visible,
#ch-details-tab-allocations-table .icp-table-all-visible{
	border: 1px solid #ccc;
	border-top: 0;
}
#modal-relationship-table-wrapper .icpg-row.tre .txn-column-tre .cell-inner,
#icp-table-data-ch-details-tab-relationship-table .icpg-row.tre .txn-column-tre .cell-inner,
#icp-table-data-ch-details-tab-allocations-table .icpg-row.tre .txn-column-tre .cell-inner,
#jdam-esig-cust-table .icpg-row.tre .txn-column-tre .cell-inner,
#jdam-esig-cust-table-det .icpg-row.tre .txn-column-tre .cell-inner{	
	background-image: url(../images/checkmark.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-size: 10px;
	margin-top: 1px;
	padding-top: 3px;
}
#modal-relationship-table-wrapper{
	border: 1px #CCC solid;
	border-top: 0;
}
#modal-relationship-table-wrapper .icp-table-data-wrapper{
	height: 220px;
	overflow-y: auto;
	overflow-x: auto;
}
#modal-relationship-table-wrapper .icp-table-header-row-wrapper{
	overflow-x: hidden;
}	
#modal-relationship-table-wrapper .icp-table-all-visible{
	border: 1px solid #ccc;
	border-top: 0;
}
#modal-footer-close{
	text-align: left;
	color: #0F57C2;
	cursor: pointer;
	font-weight: bold;
	margin-top: 40px;	
}
.modal-close-icon{
	float: left;
	margin-right: 4px;
	margin-top: 1px;
	height: 13px;
	width: 13px;
	background-repeat: no-repeat;
	background-image: url(../images/sprite.png);
	background-position: -211px -258px;
}
.modal-close-label{
	cursor: pointer;
	font-weight: bold;	
}
#virtual-console{
	position:absolute;
	bottom:100px; 
	left:0;
	right:auto;
	height:200px;
	width: 600px;
	background-color:#000;
	border:1px solid #CCC;
	color:#FFF;
	display:none;
}
#virtual-console-header{
	background-color:#569214;
	color:#FFF;
	height:16px;
}
#virtual-console-close{
	position:absolute;
	right:30px;
	cursor:pointer;
	top:1px;
}
#virtual-console-clear{
	position:absolute;
	right:140px;
	cursor:pointer;
	top:1px;
}
#virtual-console-body{
	position:absolute;
	right:0px;
	left:0px;
	top:16px;
	bottom:0;
	font-family: "Courier New";
	overflow-y:scroll;
}
.sync-state-0,
.console-level-ERROR{
	color:#CC0000;
}
.console-level-FATAL{
	color:#6600CC;
}
.sync-state-2,
.console-level-WARN{
	color:#995C00;
}
.console-level-INFO{
	color:#666666;
}
.sync-state-1{
	color:#569214;
}
.icp-dashboardsumm #icp-tab-banner-icon{
	display:none;
}

/* RMD Tab */
#ch-details-rmd-est-rmd-amt{
    margin-top: 5px;
}
#ch-details-rmd-est-rmd-amt .icp-label{
    width: 185px;
}
#ch-details-tab-rmd-data {
    height: 23px;
}
#ch-details-tab-rmd-data .jdam-processed-field .icp-label{
    width:250px;
    margin:4px 2px;
}
#ch-details-tab-rmd-data .jdam-processed-field .icp-val{
    margin:4px 2px;    
}
#ch-details-tab-rmd-data-py .jdam-processed-field .icp-val{
    margin-right: 10px;
}
#ch-details-tab-rmd-data-cy .jdam-processed-field .icp-val{
    padding-right: 2px;
}
.acct-cart-rmd-data-grid-right-align{
    text-align: right;
}            
#ch-details-rmd-header1.jdam-processed-field,
#ch-details-rmd-header2.jdam-processed-field .icp-val{
    font-weight: bold;
    color: #4f4f4f;
}
#ch-details-rmd-header1.jdam-processed-field .icp-val,
#ch-details-rmd-header1.jdam-processed-field .icp-label{
    border-right: 1px dotted #BDC0C2;
}
#ch-details-tab-rmd-data-cy .jdam-processed-field .icp-val,
#ch-details-tab-rmd-data-py .jdam-processed-field .icp-val{
    text-align: right;
    width:130px;
    float:left;
}
#ch-details-tab-rmd-data-cy {
    border-top: 0;
    border-right: 0;
    border-left: solid 0px #ccc;
    border-bottom: solid 0px #ccc;
    height: 100%;
    position:absolute;
    left:0;
    right:0;
}
#ch-details-tab-rmd-data-py {
    border-top: 0;
    border-right: solid 0px #ccc;
    border-left: 0;
    border-bottom: solid 0px #ccc;
    height: 100%;
    position: absolute;
    left: 409px;
}
#ch-details-tab-rmd-data-py .jdam-processed-field .icp-label{
    width: 0px;
    visibility: hidden;
    display: none;
}
#acct-cart-rmd-data-wrapper {
    border: 1px solid #ccc;
    min-height: 200px;
    overflow-x: hidden;
    position: absolute;
    left:8px;
    right:8px;
}
#acct-cart-rmd-data-disclaimer{
	bottom:5px;
	font-size:9px;
	position:absolute;
}
#ch-details-rmd-header1, #ch-details-rmd-header2 {
    border-top-width: 0px;
}
.xtrac-integration-opts{
	display:none;
}
.value-sort.icpg-cell{
	display:none;
}
.display-sort.icp-table-header-cell{
	display:none;
}
.subscript{
	font-size:10px;
	font-weight:normal;
}
#icp-rcd-form{
	display: none;
}
#icp-help-top-wrapper{
    padding-left: 20px;
    position: absolute;
    right: 0;
    height: 30px;
    margin-right: 10px;
    top: 7px;
}
.icp-main-help.help-icon {
    background-image: url(../images/sprite.png);
    background-position: -68px -280px;
    height: 16px;
    position: absolute;
    right: 0;
    margin-top: 7px;
}
#customer-header-details #ch-details-tab-allocations-table{
	height: 200px;
}
#ch-details-tab-allocations-table .icp-table-data-wrapper{
	height: 150px;	
	overflow-y: auto;
	overflow-x: auto;
}
#ch-details-total-allocation #jdam-total-alloc .icp-label {
    width: 40px;
}
#ch-details-tab-allocations .icp-table-processed {
    border: 0px;
}
#ch-details-tab-allocations-table .jdam-ableallocations .icp-label,
#ch-details-tab-allocations-table .jdam-529allocations .icp-label, 
#ch-details-total-allocation {
    font-weight: bold;
    margin-left: 10px;
}
#ch-details-tab-allocations-table .icp-table-all-visible{
	margin-top:10px;
}
#ch-details-tab-allocations-table .icp-table-empty-table .icpg-row .icpg-cell {
    position: absolute;
    width: 556px;
    margin-top: 50px;
}
#jdam-rem-cont-amt .icp-label{
	width: 175px;
}
#jdam-delete-popup-txnnum, 
#jdam-delete-popup-acptrep{
    margin-top: 10px;
}
#jdam-delete-popup-wrapper .icp-label,
#jdam-delete-popup-wrapper .icp-val{
    text-align: left;
    font-weight: normal;
}
#jdam-delete-popup-wrapper #jdam-delete-popup-txnnum .icp-label,
#jdam-delete-popup-wrapper #jdam-delete-popup-orderId .icp-label {
    font-weight: bold;
}
#jdam-delete-popup-acptrep input {
    width: 50px;
}
#jdam-delete-popup-rcptdate input, 
#jdam-delete-popup-rcpttime input{
	width: 65px;
}
.DeleteErrMsg{
	border : 1px solid #CC0000;
	margin-bottom: 5px;
	background-image:url(../images/error_icon.gif);
	background-repeat:no-repeat;
	background-size: 13px;
	background-position:4px 2px;
	padding-top: 2px;
	width:315px;
	margin-top:5px;
	height: 20px;
	display:none;
	text-align:left;

}
.DeleteErrMsg .err-msg{
	font-weight: normal;
	font-size:11px;
	padding-left:20px;
}
#customer-header-details-panel .jdam-aux-acct-section .jdam-address {
    margin-bottom: 8px;
}
#customer-header-details-panel .jdam-contributions {
    padding-top: 10px;
}
#SiCopyPopupErrMsg {
    color: #CC0000;
    margin-left: 35px;
    margin-top: 5px;
    display: none;
}