/*==================================================================
	Stylesheet for help pages.
====================================================================*/

h1 {
	font-size: 19px;
	margin-bottom: 1em;
}

h2 {
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 1em;
}

h3 {
	margin-top: 1.5em;
	font-size: 15px;
	background-color: inherit;
	color: #006100;
}

h4 {
	margin-top: 1.2em;
	font-size: 13px;
	color: #006100;
	background-color: inherit;
}

headerNavLink {
	color: black;
	background-color: transparent;
	font-size: 13px;
	text-decoration: none;
}

.nav-bar-sample {
	color: black;
	background-color: #f5f5dc;
	border-top: 1px solid black;
	text-align: right;
	padding: 1px 4px 2px 4px;
	margin-top: 4px;
	width: 300px;
}

.divider {
	margin-left: .4em;
	margin-right: .4em;
}

.dataTable, .dataTable th, .dataTable td {
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	padding: 4px;
}

.dataTable td.text-cell {
	width: 300px;
}

.dataTable td.text-cell-wide {
	width: 500px;
}

.dataTable td.text-cell-short {
	width: 150px;
}

.dataTable td.text-cell-narrow {
	width: 60px;
}

.dataTable th {
	text-align: center;
	font-weight: bold;
}

.dataTable td.img-cell {
	text-align: center;
}

.textblock img {
	vertical-align: bottom;
}

ul li.helplist {
	margin-left: 2em;
}
