html, body {
	padding: 0;
	margin: 0;
}

body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	page-break-after: avoid;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	page-break-after: avoid;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	page-break-after: avoid;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	page-break-after: avoid;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

h5 {
	font-size: 9pt;
	font-weight: bold;
	page-break-after: avoid;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

h1.pageTitle {
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 1px #aaa solid;
	page-break-after: avoid;
}

h1.infoHead {
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2.subTitle {
	font-weight: normal;
	font-size: 8pt;
	margin-top: 0;
	padding-top: 0;
}

hr {
	border-width: 0px;
	border-top: 1px dotted #ccc;
	height: 1px;
}

pre {
	margin: 0.5em 0;
	padding: 0.5em;
	background-color: #eee;
	border-top: solid #ccc 1px;
	border-left: solid #ccc 1px;
	border-bottom: solid #ddd 1px;
	border-right: solid #ddd 1px;
}

small {
	font-size: 85%;
}

big {
	font-size: 120%;
}

li {
	margin: 0.5em 0;
}

dt {
	font-weight: bold;
	margin: 0.25em 0 0 0;
	padding: 0;
}

dd {
	margin: 0.25em 0 0.5em 3em;
}

table {
	border: 0;
	border-spacing: 0;
}

td {
	padding: 0 1em 0 0;
	border: 0;
	margin: 0;
}

th {
	font-weight: bold;
	text-align: left;
	padding-right: 1em;
	padding-bottom: 0.25em;
}

textarea {
	background-color: #eee;
	margin: 0.25em 0;
	font-family: Courier, "Courier New", monospace;
	font-size: 8pt;
}

input[type="submit"], input[type="reset"],
input[type="button"], input[type="file"], button {
	font-size: 8pt;
	font-weight: normal;
}

input[type="text"], input[type="password"] {
	border-width: 1px;
	background-color: #eee;
	margin: 0.25em 0;
	font-size: 8pt;
	font-weight: normal;
}

select {
	font-size: 8pt;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #722;
	text-decoration: none;
}

a:hover {
	color: #422;
	text-decoration: underline;
}

p.toc {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ol.toc li {
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

div.output {
	border: 0;
	margin: 0;
	padding: 0;
}

a.missingLink {
	color: #777;
}

div.figure, div.insert {
	float: right;
	clear: right;
	font-size: 90%;
	line-height: 1em;
	margin: 0.25em 0 0.25em 1em;
	padding: 0.25em;
	page-break-inside: avoid;
}

p.caption {
	max-width: 20em;
}

hr.footnote {
	clear: both;
	border: 0;
	border-bottom: 1px solid #666;
	width: 5em;
	height: 1px;
	margin: 0 auto 0 0;
}

ol.footnote {
	font-size: 90%;
	list-style: none;
}

a.remoteLink {
	border-bottom: 1px solid #ddf;
}

.editSection {
	display: none;
}

tr.oddRow {
	background-color: #fff;
}

tr.evenRow {
	background-color: #ddd;
}

table.browser {
	border-top: 1px solid #888;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #888;
}

table.browser th {
	color: white;
	background-color: black;
	font-weight: normal;
}

table.browser a:link,
table.browser a:visited {
	text-decoration: none;
}

table.browser th a:link,
table.browser th a:visited {
	display: block;
	color: white;
}

table.browser th a:hover {
	display: block;
	color: black;
	background-color: white;
}

table.browser td {
	padding: 0.05em 1em 0.05em 0.05em;
}

table.browser td a:link,
table.browser td a:visited {
	display: block;
}

table.browser td a:hover.itemLink {
	display: block;
	background-color: #048;
	color: white;
}

table.record {
	background-color: #eee;
	border-bottom: solid #ddd 1px;
	border-right: solid #ddd 1px;
	border-left: solid #aaa 1px;
	border-top: solid #999 1px;
}

table.record td {
	padding: 0.1em 1em 0.1em 0.25em;
}

.warning {
	color: #900;
}

.metaInfo {
	color: #888;
	font-size: 80%;
	margin-bottom: 2em;
}

.centered {
	text-align: center;
	vertical-align: middle;
}

.pageHeader {
	border-bottom: #aaa solid 1px;
}

.pageFooter {
	font-size: 7pt;
	color: #444;
}

p.verbatim {
	white-space: pre;
	font-family: Courier, "Courier New", monospace;
	margin: 0.5em 0;
	padding: 0.5em;
}

br.paragraph {
	margin-bottom: 1em;
}

.quote {
	margin: 0.5em 1em 0.5em 2em;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.preamble, .summary, .abstract, .example {
	margin: 0.5em 1em 0.5em 2em;
	font-style: italic;
}

.exampleHead {
	font-weight: bold;
}

div.alertBox {
	width: 30em;
	background-color: #ddd;
	margin: 2em auto;
	padding: 1em 1em;
	border-top: solid #ccc 2px;
	border-right: solid #888 2px;
	border-bottom: solid #666 2px;
	border-left: solid #aaa 2px;
}

div.alertError {
	color: #900;
	background-color: #ccc;
	padding: 1em;
	border-bottom: solid #eee 1px;
	border-right: solid #eee 1px;
	border-left: solid #aaa 1px;
	border-top: solid #999 1px;
}

div.alertNotice {
	background-color: #ccc;
	padding: 1em;
	border-bottom: solid #eee 1px;
	border-right: solid #eee 1px;
	border-left: solid #aaa 1px;
	border-top: solid #999 1px;

}

div.alertButtonBox {
	display: block;
	margin: 1em 0 1em 0;
	min-height: 1em;
}

.alertButtonLeft {
	display: inline;
	float: left;
	text-align: left;
}

.alertButtonRight {
	display: inline;
	float: right;
	text-align: right;
}

.alertButtonCenter {
	margin: 1em 0 0 0;
	text-align: center;
	min-height: 1em;
}

#content {
	margin: 0 13em auto 13em;
	width: auto;
	min-width: 30em;
	min-height: 36em;
	background: white url(parchment.jpg) repeat;
	padding: 1em;
	border-top: solid #ddd 1px;
	border-right: solid #888 1px;
	border-bottom: solid #666 1px;
	border-left: solid #aaa 1px;
}

#content ul {
	list-style-type: square;
	list-style-image: url(bullet.png);
}

#wgtSearch {
	position: absolute;
	left: 1em;
	top: 31em;
	text-align: center;
}

#header {
	background: black url(header.jpg) no-repeat;
	height: 160px;
	border-bottom: #333 solid 1px;
}

#content p, #content li, #content dd, #content td {
	line-height: 1.5em;
}

#content p {
	margin: 0.5em 0;
}

img.figure {
	max-width: 15em;
}

#leftColumn {
	background: black url(left.png) no-repeat;
	min-height: 384px;
	float: left;
	width: 13em;
	color: black;
	border: 0;
	margin: 0;
	padding: 0;
}

#leftColumn ul {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

#leftColumn li {
	margin: 0;
}

#leftColumn ul li a:link, #leftColumn ul li a:visited {
	margin: 0;
	display: block;
	padding: 3px 10px 2px 6px;
	color: #888;
}

#leftColumn ul li a:hover {
	color: #722;
	text-decoration: none;
}

#leftColumn p {
	margin-left: 0.75em;
}

#wgtUserCtrl {
	float: right;
	margin: 0 0 auto auto;
	width: 11em;
	padding: 1em;
}

#wgtUserCtrl ul, #wgtUserCtrl li {
	margin: 0;
	padding: 0 1em 0.5em 0;
	list-style: none;
}

#wgtUserCtrl a:link, #wgtUserCtrl a:visited {
	padding-right: 1em;
}

#wgtPageOptions {
	float: right;
	width: 7em;
	display: block;
	z-index: 10;
	margin: 0 3em 0 0;
}

#wgtPageOptions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wgtPageOptions li {
	margin: 0.25em;
}

#wgtPageOptions ul li a:link, #wgtPageOptions ul li a:visited {
	text-decoration: none;
	padding: 0.1em 0.25em;
	display: block;
}

#wgtPageOptions ul li a:hover {
	color: white;
	background-color: black;
}

#wgtPageOptions div.controlGroup {
	padding: 0.12em;
	display: none;
}

#wgtPageOptions div.controlCompound:hover div.controlGroup {
	display: block;
	background-color: #ffc;
	border-top: solid #ddd 1px;
	border-left: solid #ddd 1px;
	border-right: solid #888 1px;
	border-bottom: solid #888 1px;
}

#wgtPageOptions option.optionItem {
	background-color: #ffc;
}

#bottom {
	clear: both;
	padding: 0.5em 0.5em 0.5em 16.5em;
	font-size: 80%;
	color: #666;
}

#leftColumn a:link,
#leftColumn a:visited,
#wgtUserCtrl a:link,
#wgtUserCtrl a:visited,
#bottom a:link,
#bottom a:visited {
	color: #999;
	text-decoration: none;
}

#leftColumn a:hover,
#wgtUserCtrl a:hover,
#bottom a:hover {
	color: #722;
}

div.editPanel img {
	margin: 0;
	padding: 1px;
	border-top: solid #eee 1px;
	border-left: solid #eee 1px;
	border-right: solid #999 1px;
	border-bottom: solid #888 1px;
}

div.editPanel a:hover img {
	border-bottom: solid #eee 1px;
	border-right: solid #eee 1px;
	border-left: solid #bbb 1px;
	border-top: solid #aaa 1px;
	background-color: #ccc;
}

@media print {
	#header, #leftColumn, #rightColumn, #bottom, #wgtPageOptions {
		display: none;
	}

	#content {
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		color: black;
	}

	a:link, a:visited {
		text-decoration: none;
		color: black;
	}
}
