.DialogContentArea {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.ExDialogContentArea {
	margin-top: 10px;
	/*margin-left: 10px;
	margin-right: 10px;*/
	margin-bottom: 10px;
}

.DialogContentArea .outputInputStruct .tLabel {
	width: 150px;
	float: none;
}

.DialogContentArea .searchLink img {
	height: 16px;
}

.DialogContentArea .sectionStructHead { /* margin-left: 10px; */
	
}

.HM0XContentArea .sectionStruct .linePlace,.DialogContentArea .sectionStruct .linePlace{
	margin-left: 40px;
}

/*search-form inside DialogContentArea and sectionStruct inside search-form*/
.DialogContentArea .search-form .sectionStruct div.search-controls-container .framed
	{
	padding-left: 0px;
}

.DialogContentArea .search-form {
	margin-bottom: 8px;
}

.DialogContentArea .search-form .search-form-table {
	width: 100%;
}
/**/

.HM0XContentArea .lastColumn,.DialogContentArea .lastColumn {
	width: 50px;
	padding-left: 20px;
}

.HM0XContentArea .linePlace,.DialogContentArea .linePlace {
	margin-top: 5px;
	margin-bottom: 7px;
	/* Makes #outer contain its floated children */
	overflow: hidden;
	/*width: 100%;*/
	/* Colours and borders for illustration purposes */
	/* border: solid 3px #666;
	background: #ddd; */
}

.HM0XContentArea .outputInputStruct .elementPlace,.DialogContentArea .outputInputStruct .elementPlace
	{ /* Make this div as wide as its contents */
	float: left;
	display: inline-block;
	height: 19px;
	line-height: 19px;
	padding-right: 10px;
	/* Colours and borders for illustration purposes */
	/* border: solid 3px #c00;
	background: #fdd; */
}

.HM0XContentArea .outputInputStruct .onRightElementPlace,.DialogContentArea .outputInputStruct .onRightElementPlace
	{ /* Make this div as wide as its contents */
	float: right;
	display: inline-block;
	height: 19px;
	line-height: 19px;
	padding-right: 10px;
	/* Colours and borders for illustration purposes */
	/* border: solid 3px #c00;
	background: #fdd; */
}

.HM0XContentArea .outputInputStruct .restElementPlace,.DialogContentArea .outputInputStruct .restElementPlace
	{
	height: 19px;
	line-height: 19px;
	padding-right: 10px;
	/* Make this div take up the rest of the horizontal space, and no more */
	overflow: hidden;
	/* Colours and borders for illustration purposes */
	/* border: solid 3px #00c;
	background: #ddf; */
}

/*
Test deprecated
*/
#outer {
	overflow: hidden; /* Makes #outer contain its floated children */
	width: 100%;
	/* Colours and borders for illustration purposes */
	border: solid 3px #666;
	background: #ddd;
}

#inner1 {
	float: left; /* Make this div as wide as its contents */
	/* Colours and borders for illustration purposes */
	border: solid 3px #c00;
	background: #fdd;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	float: left;
	padding-right: 10px;
	width: 100px;
}

#inner4 {
	float: right; /* Make this div as wide as its contents */
	/* Colours and borders for illustration purposes */
	border: solid 3px #c00;
	background: #fdd;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	/*float: left;*/
	padding-right: 10px;
	width: 100px;
}

#inner2 {
	overflow: hidden;
	/* Make this div take up the rest of the horizontal space, and no more */
	/* Colours and borders for illustration purposes */
	border: solid 3px #00c;
	background: #ddf;
	/*display: inline-block;*/
	height: 16px;
	line-height: 16px;
	/*float: left;*/
	padding-right: 10px;
}

/* #inner3 {
	float: right;
} */