/* SAR Command elements */


.Command {
	margin-bottom:20px;
}
.Context, .Syntax, .SpecialCase, .Description, .Default, .OutputSample{
	position:relative;
	left:2em;
	width:90%;
}

.ParamValues, .ParamDefault {
	position:relative;
	left:2em;
	width:90%;
	margin-bottom:-15px;

}

.Parameter {
	position:relative;
	left:2em;
	width:90%;
	margin-bottom:1em;
}

.SyntaxHeader, .ContextHeader, .DescriptionHeader, .ParametersHeader, .DefaultHeader, .OutputHeader, .SpecialCasesHeader {
	font-family:arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}

.ParamValuesHeader, .ParamDefaultHeader, .CaseHeader, .ParamKeyword {
	position:relative;
	width:auto;
	font-weight:bold;
}
.ParamUser {
	position:relative;
	width:auto;
	font-style:italic;
}
.OutputSampleHeader {
	display:block;
	width:auto;
	font-weight:bold;
/*	color:purple; */
}

.divContent{
	position:relative;
	left:2em;
	width:auto;
}
.divCommandSub {
	position:relative;
	left:4.5em;
	top:-18px;
	width:auto;
	line-height:110%;
	width:auto;
}

.CommandContext {
	position:relative;
	font-family:arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-bottom:1em;
	width:auto;
}
.CommandSyntax {
	position:relative;
	font-family:arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:1em;
	width:auto;
}

/* Screen text elements */
.OutputScreenText {
	position:relative;
	border:0;
	border-style:solid;
	clear:both;
	font-family:"courier new";
	margin-bottom:1em;
	/* Changes to force inline */
	display:inline-block;
	width:800px;
	white-space:normal;
	
}
.ScreenText {
	border:0;
	border-style:solid;
	clear:both;
	font-family:"courier new";
	font-size:10pt;
	width:auto;
	
}

