/* css for proposal summary box  */
.summary-top {
	background: url("../../img/supporting-top.jpg") no-repeat scroll 0 0
		transparent;
	height: 23px;
	line-height: 23px;
	padding: 0 0 0 10px;
	width: 281px;
}

.summary {
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	line-height: 20px;
	width: 279px;
}

.summary-bottom {
	background: url("../../img/supporting-bottom.jpg") no-repeat scroll 0 0
		transparent;
	border: medium none;
	height: 9px;
	width: 281px;
}

.summary-top-compact {
	background: url("../../img/supporting-top-compact.jpg") no-repeat scroll
		0 0 transparent;
	height: 23px;
	line-height: 23px;
	padding: 0 0 0 10px;
	width: 281px;
}

.summary-top-large {
	background: url("../../img/supporting-top-large.jpg") no-repeat scroll 0
		0 transparent;
	height: 23px;
	line-height: 23px;
	padding: 0 0 0 10px;
	width: 321px;
}

.summary-bottom-compact {
	background: url("../../img/supporting-bottom-compact.jpg") no-repeat
		scroll 0 0 transparent;
	border: medium none;
	height: 9px;
	width: 281px;
}

.summary-bottom-large {
	background: url("../../img/supporting-bottom-large.jpg") no-repeat
		scroll 0 0 transparent;
	border: medium none;
	height: 9px;
	width: 321px;
}

#mainDIVBlockBox {
	position: absolute;
	width: 100%;
	z-index: 3;
	display: none;
}

#mainDIVBlockScreen {
	background: #000000;
	display: none;
	filter: alpha(opacity = 60);
	opacity: 0.6;
	-moz-opacity: 60%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.supplierDIVBlockBox {
	position: absolute;
	width: 100%;
	z-index: 3;
	display: none;
}

.supplierDIVBlockScreen {
	background: #000000;
	display: none;
	filter: alpha(opacity = 60);
	opacity: 0.6;
	-moz-opacity: 60%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.wfSuperFish {
	background-color: #D1C9CB;
}

.wfActionBtnDiv {
	background: url("../../img/bt-action-left.png") no-repeat scroll left
		center transparent;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 18px;
	padding: 0 0 0 10px;
	text-decoration: none;
	white-space: nowrap;
}

.ToolTipafa {
	border: 1px solid #00FFFF;
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 4px 5px;
	height: 45px;
	width: 110px;
}

.ToolTipFP {
	border:1px solid #00FFFF;
	background: #FFFFFF ;
	color:#F93B19;
	margin:0;
	padding:4px 5px;
	height:220px;
	width:250px;	 
}

.collapseBorder {
	border-top: 2px solid #CCCCCC;
}

.expandBorder {
	border-top: 2px solid #FBD850;
}

.ui-autocomplete-loading {
	background:url('../../img/smallLoading.gif') no-repeat right center
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
	{
	color: #000000;
	background: #FDECAE;
	outline: none;
}

ul.ui-autocomplete {
	max-height: 350px;
	/* overflow: auto; changed for java8-migration issues*/
	z-index:4000;
}

.bannerTransition hover{
	opacity:1.0;
}

.bannerTransition {
	opacity:0.3;
}

/*Java8 Migration changes*/
.ui-autocomplete-loading-workflow{
	background:url('../../img/smallLoading.gif') no-repeat bottom;
	padding-bottom: 10px;
}