body {
	margin: 0px;
	background: #ffffff;
	background-image: url(images/tread_plate.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-y;
}
/* Workaround for lack of position:fixed in IE */
* html body {
	overflow: hidden;
	background-attachment: scroll;
}
body,p,td,th,tr,li,ul,ol {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	text-align: left;
	color: #333333;
}
table {
	border-style: none;
}
table.nopad {
	padding: 0px;
	border-style: none;
}
table.nopad td {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
table.inline {
	display: inline;
	border-style: none;
}
table.boxed {
	background-color: #CCCCCC;
}
table.boxed td {
	background-color: #FFFFFF;
	padding: 5px;
}
table.boxed td.nopad {
	padding: 0px;
}
table.spreadsheet {
	background-color: #CCCCCC;
}
table.spreadsheet td {
	background-color: #FFFFFF;
	font-size: 10pt;
	padding: 5px;
}
table.spreadsheet th {
	background-color: #FFFFFF;
	font-size: 10pt;
	padding: 5px;
	font-weight: bold;
}
table.funcdef {
	border-collapse: collapse;
}
table.funcdef th {
	font-weight: bold;
	color: #666666;
	padding: 3px 8px;
	border: 1px solid #AAAAAA;
	background-color: #ECECEC;
	font-size: 10pt;
}
table.funcdef td {
	padding: 3px 8px;
	border: 1px solid #AAAAAA;
	font-size: 10pt;
}
table.funcdef td.mode1 {
	background-color: #FFD399;
}
table.funcdef td.mode2 {
	background-color: #F9F99E;
}
table.funcdef td.mode3 {
	background-color: #DCF5F8;
}
table.funcdef td.mode4 {
	background-color: #FFC0C0;
}
span.funcdef {
	font-size: 10pt;
}
table.bom {
	border-collapse: collapse;
}
table.bom th {
	font-weight: bold;
	color: #666666;
	padding: 3px 4px;
	border: 1px solid #AAAAAA;
	background-color: #ECECEC;
	font-size: 10pt;
}
table.bom td {
	padding: 3px 4px;
	border: 1px solid #AAAAAA;
	font-size: 10pt;
}
table.bom col.nobr {
	white-space: nowrap;
}
td {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}
table.schemos td {
	padding: 0px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
}
td.justify {
	text-align: justify;
	vertical-align: top;
}
td.lines {
	padding: 3px;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
td.elines {
	padding: 3px;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #999999;
}
td.llines {
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
td.tlines {
	border-bottom: solid 1px #999999;
}
table.usermanual td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
b {
	font-weight: bold;
}
b.heading, h1 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	padding: 0px;
	margin: 0px;
}
b.subheading, h2 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
}
img {
	border-color: #333333;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 2px;
	color: #BCBCBC;
	background-color: #BCBCBC;
}
i {
	font-style: italic;
}
a:link {
	font-weight: bold;
	color: #A08A00;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #A08A00;
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #A08A00;
	text-decoration: underline;
}

ul {
	margin: 0px;
	margin-left: 17px;
	padding: 0px;
	list-style-type: disc;
}
ol {
	margin: 0px;
	margin-left: 26px;
	padding: 0px;
}
li {
	vertical-align: middle;
	padding: 3px;
	padding-bottom: 10px;
}
ul.compact li, ol.compact li {
	vertical-align: middle;
	padding: 4px 3px;
}
ul ol li {
	padding: 3px;
}
ul ul {
	list-style-type: none;
	margin-left: 5px;
	margin-top: 5px;
}
ul ol {
	margin: 0px;
	margin-top: 5px;
	margin-left: 22px;
	padding: 0px;
	list-style-type: decimal;
}
ul ul li {
	padding: 3px;
}
ul.more {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
li.more {
	vertical-align: middle;
	padding: 3px;
}
a.subpages {
	padding: 3px;
}
a.subpages:visited {
	padding: 3px;
}
a.sphighlite {
	background: #E0CA39;
	color: #484643;
	padding: 3px;
}
a.sphighlite:visited {
	background: #E0CA39;
	color: #484643;
	padding: 3px;
}
a.sphighlite:hover {
	font-weight: bold;
	background: #E0CA39;
	color: #484643;
	text-decoration: none;
}

div#main {
	position: absolute;
	top: 0px;
	left: 200px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 0px;
	text-align: left;
	background: #ffffff;
}
/* Workaround for lack of position:fixed in IE */
* html div#main {
	left: 0px;
	padding-left: 220px;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	background: transparent;
}
div#footer {
	margin-left: 40px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 10pt;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	border-width: 90%
}
.grey {
	color: #a0a0a0;
}
.lightgrey {
	color: #bbbbbb;
}
.red {
	color: #ff0000;
}
div#leftcol {
	position: fixed;
	top: 0px;
	left: -5px;
	width: 200px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	border: 0px;
	overflow: hidden;
	overflow-y: auto;
}
/* IE only */
* html div#leftcol {
	padding-left: 0px;
}
div#leftcol ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
div#leftcol li {
	vertical-align: middle;
	border-bottom: 0px;
	padding: 0px;
}
div#leftcol a {
	display: block;
	padding: 5px;
	padding-left: 10px;
	margin-right: 3px;
	font-size: 11pt;
	color: #FFE6BB;
	font-weight: bold;
	text-decoration: none;
}
/* Add to style definition above when browsers support this
	text-shadow: #484643 0px 0px 2px;
*/
div#leftcol a:hover {
	background: #8D8982;
	color: #FFE6BB;
	text-decoration: none;
}
div#leftcol a.highlite {
	margin-top: 5px;
	font-weight: bold;
	background: #E0CA39;
	color: #484643;
	border-top: 1px solid #D7C237;
	border-bottom: 1px solid #D7C237;
}
div#leftcol a.highlite:hover {
	font-weight: bold;
	background: #EBD01C;
	color: #484643;
}
div#leftcol ul ul {
	list-style-image: url(images/menu_arrow.gif);
	margin-left: 33px;
	padding: 0px;
	padding-bottom: 5px;
}
div#leftcol ul ul a {
	padding-left: 3px;
}
div#leftcol ul ul a.highlite {
	margin-top: 0px;
	border-top: 0px;
}
div#leftcol ul ul li {
	vertical-align: bottom;
	border: 0px;
}

/* IE bugfix */
* html div#leftcol a {
	height: 20px;
}
* html div#leftcol ul ul li {
	padding-left: 3px;
}
