/* bin\Configuration/Inspectors/jquery_autocomplete.htm */
#containerDiv.cls_containerDiv
{
	position:absolute;
	width:800px;
	height:100px;
}
#aboveLineDiv.cls_aboveLineDiv
{
	position:absolute;
	width:800px;
	top:0px;
	height:50%
}
#belowLineDiv.cls_belowLineDiv
{
	position:absolute;
	padding-top:5px;
	width:800px;
	top:50%;
	height:50%
}
#piTitleDiv.cls_piTitleDiv
{
	position: absolute;
	left:50px;
	width:83px;
	height: 94%;
	border-right: solid 1px #AAAAAA;
}
#piChildTitle.cls_piChildTitle
{
	position: absolute;
	top:20%;
}
#piIdDiv.cls_piIdDiv
{
	position: absolute;
	padding-left:10px;
	left:128px;
	width:140px;
	height:94%;
	border-right: solid 1px #AAAAAA;
}
#sourceDiv.cls_sourceDiv
{
	position: absolute;
	padding-left:10px;
	left:260px;
	width:185px;
	height:94%;
	border-right: solid 1px #AAAAAA;
}
#delayDiv.cls_delayDiv
{
	position: absolute;
	padding-left:10px;
	left:436px;
	width:140px;
	height:94%;
	border-right: solid 1px #AAAAAA;
}
#appendDiv.cls_appendDiv
{
	position: absolute;
	padding-left:10px;
	left:576px;
	width:200px;
}
#autoFocusDiv.cls_autoFocusDiv
{
	position: absolute;
	padding-left:10px;
	left:132px;
	width:100px;
	height:94%;
	border-right: solid 1px #AAAAAA;
}
#positionDiv.cls_positionDiv
{
	position: absolute;
	padding-left:10px;
	left:232px;
	width:40%;

}
.centerMe
{
	margin: auto;
	width:350px;
}
table
{
	width: 100%;
}
td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.cls_shortTI
{
	width:50px
}
.longTI
{
	width:100px;
}


.cls_idText
{
	position:absolute;
	left:8px;
	top:3px;
}
.cls_idInput
{
	position:absolute;
	left:27px;
	top:3px;
	width:100px;
}
.cls_appendInput
{
	position:absolute;
	left:70px;
	top:3px;
	width:100px;
}
.cls_appendText
{
	position:absolute;
	left:15px;
	top:3px;
}
.cls_minLengthText
{
	position: absolute;
	left: 16px;
	top: 3px;
	width: 100px;
}
.cls_minLengthInput
{
	position: absolute;
	left: 75px;
	top: 3px;
	width: 50px;
}
.cls_delayText
{
	position: absolute;
	left: 42px;
	top: 27px;
	width: 100px;
}
.cls_delayInput
{
	position: absolute;
	left: 75px;
	top: 27px;
	width: 50px;
}


.cls_autoFocusCheck
{
	position: absolute;
	top: 5px;
}
.cls_autoFocusText
{
	position: absolute;
	left: 27px;
	top: 5px;
	width: 100px;
}
.cls_positionText
{
	position: absolute;
	left: 10px;
	top:5px;
}
.cls_mySelect
{
	position: absolute;
	left: 55px;
	top: 5px;
	width: 100px;
}
.cls_atSelect
{
	position: absolute;
	left: 160px;
	top: 5px;
	width: 100px;
}
.cls_collitionSelect
{
	position: absolute;
	left: 265;
	top: 5px;
	width: 100px;
}
.cls_appendText
{
	position: absolute;
	left: 8px;
	top: 3px;
	width:100px;
}

.cls_sourceText
{
	position: absolute;
	left: 15px;
	top: 3px;
}
.cls_sourceInput
{
	position: absolute;
	left: 53px;
	top: 3px;
	width:100px;
}
.cls_sourceButton
{
	position: absolute;
	left: 158px;
	top: 3px;
}
Body{                                  
    Font-size:11px;
} 
