.content img {
	border: 1px #bfbfbf solid;
	margin: 1em 0;
	display: block;
	padding: 2px;
}

#helpheader
{
	background: #efefef;
	border: 0px;
	border-bottom: 1px solid #bbb;
	margin: 0px;
	padding: 5px;
	text-align: left;
}

/* Context blocks */
.block
{
	margin-top: 1.3em;
	padding: 0.6em;
}

.block *
{
	padding: 0;
	margin: 1em 0;
}

.block ul, .block ol
{
	padding-left: 2em;
}

.note, .example
{
	list-style-type: decimal;
	list-style-position: outside;
	border: solid 1px #bfbfbf;
	max-width: 40em;
}

.note
{
	background-color: #ffc;
}

.example
{
	background-color: #e6edff;
}

/* Code tables */

table.code
{
	border: 1px solid #ddd;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
	padding: 0.4em;
	width: 100%;
	margin: 1em auto;
}

table.code th
{
	font-weight: normal;
	color: #aaa;
	font-size: smaller;
}

table.code tbody th { border-right: 1px solid #d7d7d7; }

table.code th.line { width: 3em }

table.code thead th {
	white-space: nowrap;
	background: inherit;
}

table.code tbody th {
	vertical-align: top;
	background: inherit;
}

table.code tbody td
{
	color: #444;
	font: normal normal monospace;
	overflow: default;
	padding: 0 1em;
	vertical-align: top;
	background: #eee;
	border-color: #FFF;
	border-width: 1px 0 0 0px;
	border-style: solid;
}

table.code tbody td pre
{
	padding: 0;
	margin: 0;
	white-space: pre-wrap;
	border: inherit;
	background: inherit;
	color: inherit;
	font-size: smaller;
}
