/* For WebWorks output */

ol ol {
	list-style-type: lower-alpha;
}

.subbullet {
	text-indent: -0.1em;
	margin-left: 3.5em;
	list-style-type: square;
	display: list-item;
}
.bullet {
	display: list-item;
	list-style-type: square;
	text-indent: -0.1em;
	margin-left: .1em;
}
.number_step {
	text-indent: -1.1em;
	margin-left: -1em;
}
.substep {
	text-indent: -1.0em;
	margin-left: -1.5em;
}

#content_body #page_content_wrapper #content_wrapper .h1nobreak {
	margin-left: -4px;
	font-size: 160%;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}

#content_body #page_content_wrapper #content_wrapper .h2nobreak {
	margin-left: 0em;
	font-size: 140%;
	margin-top: 20px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: bold;
}

#content_body #page_content_wrapper #content_wrapper .h3nobreak {
	margin-left: 0em;
	font-size: 140%;
	margin-top: 20px;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: normal;
}

#content_wrapper dl dd { 
  margin-top: 2px;
  padding-top: 2px;
  line-height: 150%;
}

/* Legacy Macromedia note tables */

div#content_wrapper table.notesidebar, div#content_wrapper table.notesidebar th, div#content_wrapper table.notesidebar td {
	margin: 0px 0px;
	padding: 2px 2px;
	border-width: 0;
	border: none;
}

/* Eclipse auto breadcrumbs */

div.help_breadcrumbs	 {	 
  display: none;
}

/* run-in.heads */

.runinhead {
	display: inline;
}

/* tweaking for code bold/italic in code samples */

pre .codeph {
	font-size: 100%;
}
