dl{
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 1px;
}

dd{
	padding-left: 40px
}

div.book h1, h2, h3, h4 {
	margin-top: 14px;
	margin-bottom: 14px;
}

div.book p {
	margin-top: 13px;
	margin-bottom: 13px;
}

div.book ul, div.book ol {
	padding-left: 48px;
}

div.book {
	padding: 0 !important;
	
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;

	color: #333333;
}

div.book>div.titlepage {
	display: none;
}

div.book a:hover {
	text-decoration: none;
	color: #000000;
}

div.book a, div.book a:active {
	outline: 0px;
	border: 0px none;
	color: #333333;
}

div.book>div.titlepage h1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 200%;

	border: 0;
	border-bottom: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
}

div.book div.chapter>div.titlepage h2,
div.book div.appendix>div.titlepage h2 {
	margin: 0;
	margin-top: 1em;
	font-size: 150%;

	border: 0;
	border-bottom: 1px;
	border-style: dashed;
	border-color: #CCCCCC;

	color: #777777;
}

div.book div.section>div.titlepage h2 {
	font-size: 135%;
}

div.book div.book>div.titlepage hr {
	display: none;
}

div.book div.toc {
	margin-bottom: 2em;
}

div.book>div.toc p,
div.book div.chapter>div.toc p,
div.book div.appendix>div.toc p {
	font-size: 110%;
	color: #BBBBBB;
}

div.book>div.toc dl dt {
	margin-bottom: 0.25em;
}

div.book div.section li p {
	margin: 0.25em;
}

div.book div.itemizedlist p.title {
	margin-left: 2em;
	font-weight: normal;
	color: #7F7F7F;
}

div.book div.itemizedlist p.title {
	margin-left: 2em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

div.book div.itemizedlist ul, div.book div.itemizedlist ol {
	margin-top: 0;
	font-weight: normal;
}

div.book div.table p.title {
	display: none;
}

div.book div.table table {
	border: 1px solid #DFDFDF;
	margin-left: 2em;
}

div.book div.table table th,
div.book div.table table td {
	padding: 0.5em;
	border: 1px solid #AAAAAA;
}

div.book table tr.question p,
div.book table tr.answer p {
	margin-top: 0em;
	margin-bottom: 0.25em;
}

div.book table tr.question p {
	font-weight: bold;
}

div.book pre {
	margin-top: 0.25em;
	margin-left: 2em;
	padding: 0.5em;
	font-size: 95%;
	background-color: #F5F5F5;

	border: 1px;
	border-style: dashed;
	border-color: #AAAAAA;
}

div.book p.tag-parameter {
	margin: 0.5em;
	font-weight: bold;
}

div.book p.tag-parameter span.type {
	font-weight: normal;
	color: #8F8F8F;
}

div.book p.tag-parameter span.type {
	font-weight: normal;
	color: #9F9F9F;
}

div.book p.tag-param-desc {
	margin: 0.5em;
}

div.book p.tag-example {
	font-weight: bold;
	color: #7F7F7F;

	margin-left: 2em;
	margin-bottom: 0.5em;
}

div.book p.tag-description {
	margin-left: 2em;
}

div.book p.tag-description b {
	color: #7F7F7F;
	white-space: nowrap;
}

div.book p.tag-description span.nl {
	margin-bottom: 0.5em;
	display: block;
	clear: both;
}

div.book p.tag-description .programlisting {
	margin-left: 4em;
}

div.book em {
	font-style: normal;
	font-weight: bold;
}

