/* AutoHotkey Documentation Print CSS - by Titan (last revised: 2006-11-14) */

*, h2 {
	color: #000000;
	background: #FFFFFF !important;
	padding: 0em;
	border-style: none;
	float: none !important;
	overflow: visible !important;
	margin-right: 0em;
}
body {
	font: .9em/1.5em "Times New Roman", Times, serif !important;
}
body > table:first-child {
	visibility: hidden;
	margin: -3em !important;
}
a {
	color: #000066 !important;
	text-decoration: underline !important;
	background: inherit;
}
pre {
	font-family: "Courier New", Courier, monospace;
	line-height: 1em;
}
hr, hr + p {
	visibility: hidden;
}
pre, hr, hr + p, table, tr, td > p {
	margin: 0em !important;
	padding: 0em !important;
}
table {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
tr > td:first-child {
	text-decoration: underline;
	width: 7.5%;
	vertical-align: top;
}
tr > td:first-child + td {
	width: 92.5%;
}
td {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: .25em .5em;
}
td > p + p {
	padding-top: .75em;
}
pre > a {
	color: #000000;
	text-decoration: none !important;
	background: inherit;
}
pre > .CodeCom {
	color: #006600;
	white-space: normal !important;
	background: inherit;
}
.CommandSyntax {
	text-decoration: underline;
	font-size: 2em;
	margin-bottom: 0em !important;
	letter-spacing: .25em;
	line-height: 1.5em;
}


/* requires 'Related' H4 element to have the 'title' attribute set to 'related' */
h4[title="related"], h4[title="related"] + p {
	visibility: hidden;
	margin: -1.75em !important;
}

