/* Generic list */
ul, ol {
	margin-bottom: 5px;
}

ul>li {
	line-height: 2em;
	padding-left: 10px;
	list-style: none;
	background:url(./dot.gif) 0px 10px no-repeat;
}

ol>li {
	color: #ff7200;
	margin-left: 10px;
}

ol li span {
	color: #000000;
}

/* toc = table of content */
dl.toc {
	font-size: 14px;
	border-bottom: 1px solid #c9c9c9;
	padding: 0px 0 0px 0;
}

.toc dt {
	font-weight: bold;
	margin: 8px 0 8px 0;
}
.toc dt em {
	font-style: normal;
	margin-left: 2.9em;
	color: #000000;
}

.toc dt dfn {	
	font-weight: normal;
	font-style: normal;
	margin-left: 3em;
}

.toc dd {
	margin: 0 0 8px 8em;
}

.toc a {
	text-decoration: none;
}

.toc a:link, .toc a:visited {
	color: #000000;
	text-decoration: none;
}

.toc a:hover, .toc a em:hover {
	color: #ff7200;
	text-decoration: none;
}

.toc a:active, .toc a em:active {
	color: #c20000;
	text-decoration: none;

}

/* dl = definition lists
   - desc is for general definition, such as platform-specific and features.
   - step is for step-by-step instructions.

*/
dl.desc, dl.step, dl.twoRow {
	margin-bottom: 10px;
	border-top: 1px solid #83baeb;
	border-bottom:  1px solid #83baeb;
}

dl.step {
	margin-left: 2.0em;
}

.step dt, .desc dt, .desc dd, .twoRow dt  {
	border: 0;
	margin:0;
	padding: 2px 0 2px 0px;
	border-top: 1px solid #dddddd;
}

.step dt, .twoRow dt {
	font-weight: bold;
}

.twoRow dt em {
	font-style: normal;
	color: #ff7200;
}

.step dt em {
	margin-right: 10px;
	font-style: normal;
}

.twoRow dt span {
	color: #777777;
	font-weight: normal;
	margin-left: 20px;
	font-family: Helvetica;
}

.step dd {
	padding: 2px 0 5px 4.3em;
}

.desc>dt {
	font-weight: normal;
	float: left;
	color: #ff7200;
}

dt.first, dd.first {
	border-top: 0;
}

.features dt, .btitle dt {
	font-weight: bold;
	color: #000000;
}

.desc dd {
	padding-left: 5px;
}

.twoRow dt, .twoRow dd {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.twoRow dd {
	border-top: 0;
}
/* The headers in the paragraph. */
.desc-header, .os-header, .header  {
	font-size: 14px;
	margin-top: 10px;
	color: #3684c7;
}

.os-header {
	font-size: 12px;
	margin-top: 10px;
	color: #ff7200;
}

/* The color-coded blocks
   - .code is for command-line and file content.
   - .file is for indicating files.
   - .notice is for showing the notice.
*/
.code, .file  {
	font-size: 12px;
	letter-spacing: 0em;
	padding: 2px 10px 2px 10px;
	color: #000000;
}

.code em {
	color: #9c9c9c;
	font-style: normal;	
}

.code span {
	color: #26B31A;
	text-decoration: underline;
}

.code {
	font-family: 'Courier New';
	background: #eeeeee;
	border: 1px solid #bebebe;
	margin-top: 3px;
	margin-bottom: 5px;
}

.file {
	background: #e1ebf5;
	border: 1px solid #b7d4ee;
}

.notice {
	padding: 3px 10px 3px 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Helvetica;
	border: 1px solid #dccdb1;
	color: #501809;
	background: #fbfae2;
}

.file dfn, .desc dfn {
	font-style: italic;
	color: #777777;
}

.file em {
	font-style: normal;
	color: #26B31A;
}

dl .add {
	float: left;
	color: #26B31A;
}

dl.topless {
	border-top: 0;
}

dl.bottomless {
	border-bottom: 0;
}

dl.bullet dt {
	background:url(./dot.gif) 0px 10px no-repeat;
	padding-left: 10px;
}

.space-top {
	margin-top: 15px;
}

.codeblock {
/*	border-top: 1px solid #83baeb;
*/	border-bottom: 1px solid #83baeb;

}

.codeblock th {
	text-align:left;
	border-bottom: 1px solid #83baeb;
	
}


/* new for UNIX ES */


.ntitle dt {
	font-weight: normal;
	color: #000000;
}

.comfont dt {
	font-family: 'Courier New';
}

.indent dd {
	padding-left: 20px;
}