h1 {
	font-size: 20pt;
	font-family: Verdana, Arial, 'Lucida Grande' , Geneva, sans-serif;
	margin: .25em 0 .75em 0;
	text-align: center;
	color: #DD9400;
}
h2 {
	font-family: Verdana, Arial, 'Lucida Grande' , Geneva, sans-serif;
	font-size: 13pt;
	color: #333;
}
h3 {
	font-family: Verdana, Arial, 'Lucida Grande' , Geneva, sans-serif;
	font-size: 10pt;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #DD9400;
}
h4 {
	font-size: 1.25em;
	color: #DD9400;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h5 {
	font-size: .9em;
}
h6 {
	font-size: .8em;
}
a {
	color: #036;
	//* text-decoration: none; *//
}
a:visited {
	color: #069;
}
a:hover {
	color: #f30;
	text-decoration: underline;
}
a:active {
	color: #696;
}

ul, ol {
	padding: 0 0 0 30px;
}

ol li {
	padding: 5px 0 5px 0;
}

.indent-block {
	color: #00873D;
	margin-left: 10%;
	font-weight: bolder;
	font-size: 130%;
}

.emphasize {
	font-weight: bolder;
	font-size: 110%;
	color: #000;
}
.deemphasize {
	font-weight: normal;
	font-size: 8pt;
	color: #999;
}

.figure-title {
	text-align: center;
	font-weight: bolder;
	font-size: 110%;
	color: #000;
}

#sidebar2 p {
	font-size: 90%;
	line-height: normal;
}

.table-basic  {
	margin-bottom: 10px;
	width: 100%;
}
.table-basic td {
	vertical-align: top;
	background-color: #fff;
	padding: 4px 10px 4px 10px;
}
.table-basic .table-title {
	font-weight: bold;
	font-size: larger;
}

.table-2  {
	width: 100%;
}
.table-2 td {
	vertical-align: middle;
	text-align: right;
	margin: 0;
	padding: 0;
}
.table-2 .right-cell {
	padding: 0 10px 0 10px;
	text-align: left;
	background-color: #DBEEE4;
	color: #000;
}

.more {
	font-size: 90%;
	font-weight: normal;
	white-space: nowrap;
}
a .more {
	text-decoration: underline;
}

/* *********** */
.progress-table {
	width: 100%;
}
.progress-table td {
	text-align: left;
	vertical-align: top; /* background-color: #DBEEE4; */
	padding: 4px 0 4px 0;
	margin: 0;
}
/* .progress-table .check, .progress-table .nocheck, .progress-table .check-dashed {
	background-color: #fff;
	width: 30px;
	height: 30px;
	padding-right: 4px;
}
.progress-table .check {
	background: #fff url(  "image/check.gif" ) no-repeat;
}
.progress-table .check-dashed {
	background: #fff url(  "image/check-dashed.gif" ) no-repeat;
} */

.progress-table .large-text-cell {
	font-size: 2.5em;
	font-weight: bold;
	padding-right: 9px;
	color: #ccc;
	background-color: #fff;
}
.progress-table .current-step {
	color: #000;
	font-weight: bold;
}
.progress-table .done {
	color: #00A45A;
}
.progress-table .todo {
	color: #B1B1B1;
}
/* *********** */
.tight {
	margin: 0;
	padding: 0;
}
.tight_top {
	margin-top: 0px;
	padding-top: 0px;
}
.emphasize {
	font-weight: bold;
	color: #333;
}
.caption {
	font-style: italic;
}
.invalid {
	font-family: Courier New, Lucida Sans Typewriter, Monospace;
	font-weight: bolder;
	font-size: larger;
	color: #b22222;
	cursor: help;
}
.failure {
	color: #b22222;
}
.success {
	color: #228b22;
}
.form {
	width: 100%;
}
.form .label {
	text-align: right;
	white-space: nowrap;
	width: 12em;
}
.form .command td {
	padding: 1ex 0 0 140px;
}
.form .command a {
	border: solid 1px #666;
	background-color: #ccc;
	padding: 0 1em 0 1em;
	line-height: 140%;
}
.none {
	display: none;
}
.clear {
	clear: both;
}

ul.tasks {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

ul.tasks li {
	margin: 1.5ex 0 1.5ex 0;
	padding: 2px 0 2px 0;
}

ul.tasks li a {
	padding: 1px 0 1px 24px;
	background: url(arrow.gif) no-repeat;
	background-position: 0 2px;
	font-weight: bold;
}

.question {
	text-align: left;
	font-weight: bolder;
	color: #000;
}

.to-center {
	text-align: center;
}

.to-left {
	text-align: left;
}
.to-right {
	text-align: right;
}
.to-top {
	vertical-align: top;
}
.to-bottom {
	vertical-align: bottom;
}
