	.operationsContainer #scrollingcontent {
		overflow: hidden;
		text-align: left;
		padding: 0;
		border: none !important;
		background-color: #f3f3f3;
	}
	.listsDivSingle {
		width: 300px !important;
	}
	#listsDiv {
		position: absolute;
		width: 400px;
		left: 0px;
		top: 0px;
		border: 1px solid #b6b6b6;
		bottom: 0px;
		_height:expression(this.parentNode.clientHeight);
		overflow: hidden;
		padding: 0;
		background: #fff;
	}
	.uiDivSingle {
		left: 304px !important;
		_width:expression(this.parentNode.clientWidth-304) !important;
	}
	.uiDivNormal {
		_width:expression(this.parentNode.clientWidth-404);
	}
	#uiDiv {
		position: absolute;
		left: 404px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		overflow: hidden;
		padding: 0;
		border: 1px solid #b6b6b6;
		_height:expression(this.parentNode.clientHeight);
		background: #fff;
	}
	.splitterDivSingle {
		left: 300px !important;
	}
	#splitterDiv {
		position: absolute;
		left: 400px;
		top: 0px;
		bottom: 0px;
		overflow: hidden;
		padding: 0;
		_height:expression(this.parentNode.clientHeight);
		width: 4px;
	}
	#actionsListDiv {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 350px;
		border-bottom: 1px solid #b6b6b6;
		overflow: hidden;
	}
	#itemsListDiv {
		position: absolute;
		left: 0px;
		top: 350px;
		width: 100%;
		bottom: 0px;
		_height:expression(this.parentNode.clientHeight-350);
		overflow: hidden;
	}
	#actionHelpDiv {
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		overflow: hidden;
		_height:expression(this.parentNode.clientHeight);
		width: 100%;
	}
	.actionHelpTitle {
		color: #5e7b93;
	}
	.actionHelpColouredBox {
		margin: 12px;
		padding: 10px;
		background: #EDF4FF;
		line-height: 1.5em;
	}
	.innerContainerDiv {
		position: absolute;
		left: 0px;
		top: 34px;
		width: 100%;
		bottom: 0;
		_height:expression(this.parentNode.clientHeight-34);
		overflow-x: hidden;
		overflow-y: auto;
	}
	.uiInnerContainerDiv {
		overflow-x: auto !important;
		_width:expression(this.parentNode.clientWidth);
	}
	.boxHeading {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		*height: 34px;
	}
    .warningBox {
    	margin: 2px 5px;
    	background-image: url(../icons/warning.gif);
    	background-color:  #fbf2c3;
    	background-position: 6px 4px;
    	background-repeat: no-repeat;
    	border: 1px solid #c9c29c;
    	padding: 4px 4px 4px 25px;
    	color: #79745e;
    }
    ul.actionsListList {
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    ul.actionsListList li {
    	padding: 0;
    	*height: 1%;
    	margin: 2px 6px;
    }
    li.actionsListNoActions {
    	width: 100%;
    	height: 100%;
    	display: block;
    	font-style: italic;
    	text-align: center;
    	margin-top: 190px
    }
 	li.actionButton a:hover {
 		border-color: #666;
 	}
	li.actionButton a {
    	display: block;
    	border: 1px solid #ccc;
    	background: url(../images/button/standard_btn_bg.gif) repeat-x;
    	padding: 6px 12px;
    	text-decoration: none;
    	color: #114EB3;
    	font-weight: bold;
    }
	li.actionButtonSelected a, li.actionButtonSelected a:hover {
		font-weight: bold;
		color: #fff;
		background: url(../images/button/action_btn_bg.gif) repeat-x;
		display: block;
    	border: 1px solid #004f14;
    	padding: 7px 12px;
    	text-decoration: none;
	}

	a.actionHelpToggler {
		background-image: url('../icons/information.gif');
		background-position: 6px 4px;
    	background-repeat: no-repeat;
    	padding: 4px 4px 4px 25px;
    	color: #5e7b93;
    	cursor: pointer;
    	text-decoration: underline;
    	display: inline-block;
    	margin-bottom: 12px;
	}

	/*
	styles used for the dynamic ui rendering - this should be removed when we drop/reduce the scope
	of this 
	*/
    div.op_header_div {
    	padding-left: 22px;
    	padding-bottom: 16px;
    }
    div.op_header_div p {
    	margin: 0;
    	margin-bottom: 4px;
    }
    div.op_footer_div {
    	padding-top: 20px;
    	padding-bottom: 8px;
    	padding-left: 22px;
    }
    div.op_footer_div p {
    	margin: 0;
    	margin-bottom: 16px;
    }
    table.op_control_list_tbl {
    	margin-left: 30px;
    }
    tr.op_control_row td {
    	padding: 8px 0;
    }
    td.op_control_label {
    	font-weight: bold;
    }
    /*
    helper styles for operation uis
    */
    div.opTopPrompt {
    	margin-bottom: 18px;
    }
    div.opSection {
    	border-bottom: 1px solid #dfdfdf;
    	margin: 0 8px;
    }
    div.first {
    	border-top: 1px solid #dfdfdf;
    }
    div.last {
    	border-bottom: none;
    }
    div.opSectionTitle {
    	float: left;
    	width: 130px;
    	margin: 16px 10px 16px 6px;
    	font-weight: bold;
    }
    div.opSectionTitleWider {
    	float: left;
    	width: 170px;
    	margin: 16px 10px 16px 6px;
    	font-weight: bold;
    }
    div.opSectionInner {
    	float: left;
    	width: auto;
    	margin: 16px 6px 16px 10px;
    }
    div.opSectionInnerPrompt {
    	padding-bottom: 8px;
    }
    table.opSectionInnerDataTable td {
    	padding: 7px 0;
    	vertical-align: top;
    }
    table.opSectionInnerDataTable tr.first td {
    	padding-top: 0;
    }
    table.opSectionInnerDataTable tr.last td {
    	padding-bottom: 0;
    }
    table.opSectionInnerDataTable tr.extraTop td {
    	padding-top: 14px;
    }
    table.opSectionInnerDataTable tr.extraBottom td {
    	padding-bottom: 14px;
    }
    td.withExtraPadding {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	span.opSectionInnerLabel {
		color: #777;
		margin-right: 12px;
		white-space: nowrap;
	}
	span.opSectionInnerField {
	}
	span.opSectionTitleLighter {
		color: #777;
		display: block;
		margin-top: 8px;
		font-weight: normal;
	}
	a.opMoreDataToggle, a.opMoreDataToggle:visited {
		margin-left: 20px;
		color: #5e7b93;
    	cursor: pointer;
    	text-decoration: underline;
	}
	a.opMoreDataToggle:hover {
		text-decoration: none;
	}
	div.opMoreDataDiv {
		display: none;
	}
	
	