/* Basic attributes */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.strikethrough { text-decoration: line-through; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.inline { display: inline; }
.hidden { display: none; }
.centerObj { margin-left: auto; margin-right: auto; }
.noBorder { border: 0; }
.clear { clear: both; }

.indent1 { margin-left: 1.538em; }
.indent2 { margin-left: 3.076em; }
.indent3 { margin-left: 4.61em; }

/* List item styles */
.liCircle { list-style-type: circle; }
.liDisc { list-style-type: disc; }
.liSquare { list-style-type: square; }

/* Multi-level list */
.multiLevel
{
	text-align: justify;
}

.multiLevel .l2
{
	margin-left: 1.538em;
	list-style-type: circle;
}

.multiLevel .l3
{
	margin-left: 3.076em;
	list-style-type: square;
}

.multiLevel .br
{
	list-style-type: none;
}

p { margin-bottom: 5px; }

h2 
{
	background:transparent url(../images/gradients/home-map.png) repeat-x scroll 0%;
	background-position: 0pt -47px;
	color:#000;
	padding:3px;
	font-size:13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

h2 a
{
	position: relative;
	width: 0px;
	background-color: transparent;
	height: 0px;
}

ul
{
	list-style-position: outside;
	list-style-type: disc;
}

ol
{
	list-style-position: outside;
	list-style-type: decimal;
}

.wuImage
{
	border: 1px solid #ccc;
}

.blackBorder
{
	border: 1px solid #000;
}

.blackBorders table, .lightGrayBorders table
{
	border-collapse: collapse;
}

.blackBorders td, .blackBorders th
{
	border: 1px solid #000;
}

.lightGrayBorders td, .lightGrayBorders th
{
	border: 1px solid #ccc;
}

.spacedList li
{
	margin-bottom: 12px;
}

.paddedTable td, .paddedTable th
{
	padding: 2px 4px 2px 4px;	
}

.section
{
	border: 1px solid #ccc;
	padding: 3px 5px;
	position:static;
}

.toc-container {
	float:left;
	width: 130px;
}

.toc {
	background-color: #FCFCFC;
	border:1px solid #CCCCCC;
	padding: 6px;
}

.toc-title {
	font-weight: bold;
	text-align: center;
	text-decoration: underline;	
	display: block;
}

.toc li
{
	list-style-type: none;
	line-height: 1.5;
}

.toc a
{
	color: #002BB8;
	text-decoration: none;
}

.toc a:hover
{
	text-decoration: underline;	
}

.toc-right
{
	margin-left: 140px;
}

.cellSpacing td
{
	margin: 2px 2px;
}

/* Glossary link */
.g
{
	cursor: pointer;
	text-decoration: underline;
	color: #00f;
}

.machine
{
	width: 200px;
	height: 150px;
	cursor: pointer;
}

.machineTable td
{
	padding: 2px 2px 4px 2px;	
}
.imgContainer
{
	display: inline;
}

/* Back to top link */
.backToTop 
{
	background: url('../images/back-to-top.gif') no-repeat left center;
	padding-left: 15px;
}

/* Writeup toolbar */
#wuToolbar
{
	background-color: #DEE3E7;
	border: #DEE3E7 solid 1px;
	height: 1.8em;
	margin: 4px 0 4px 0;
}

#wuToolbar .cornerTop, #wuToolbar .cornerLeft, #wuToolbar .cornerBottom
{
	height:4px;
	background-color: #DEE3E7;
	background-image:url(../images/corners_r4_dee3e7.png);	
}

#wuToolbar .cornerTop .cornerLeft
{
	background-position:0 -8px;
	width:4px;
}

#wuToolbar .cornerBottom
{
	background-position: 100% -4px;
	clear: none;
}

#wuToolbar .cornerBottom .cornerLeft
{
	background-position:0 -12px;
	width:4px;	
}

.resources table
{
	margin: 1px auto;
}

.resources table td
{
	width: 150px;
	text-align: center;	
}

.specs
{
	margin-top: 3px;
	margin-bottom: 5px;
}

.specs thead
{
	background-color: #F9F9F9;
}

.specs thead td
{
	font-weight: bold;
	text-align: center;
}	

.specs th
{
	font-weight: bold;
	text-align: right;
}

.specs th, .specs td
{
	padding: 2px 4px;		
	vertical-align: top;
	border: 1px solid #ccc;
	width: 150px;
}

.specs th
{
	padding-right: 5px;
}

.specs .wideCell
{
	width: 300px;
}

.title-bar img
{
	margin-top: 2px;
	margin-left: 4px;
	float: left;
}

.title-bar h1
{
	margin-top: 4px;
	margin-left: 4px;
	float: left;
}

.title-bar
{
	background: transparent url(../images/gradients/home-map.png) repeat-x scroll 0%;
	background-position: 0pt -71px;
	height: 35px;
	border-top: 1px solid #C4C4BE;
	border-left: 1px solid #C4C4BE;
	_margin-left: -3px;
}

/** Writeup toolbar **/

.toolbar
{
	float: right;
	border-left: 1px solid #C4C4BE;
	position:static;
}

.toolbar li
{
	float: left;
	list-style-type: none;
}

.toolbar a
{
	text-decoration: none;
	color: #000;
	font-size: 100%;
	display: block;
	height: 35px;
	border-right: 1px solid #C4C4BE;
	border-left: 0;
	line-height: 2.4;
	width: 40px;
	background: url('../images/icons/apps-map.png') repeat-y left center;
	/* No png transparency in IE 6 and below, give it a gif */
	_background: url('../images/icons/apps-map.gif') repeat-y left center;
	background-position-x: 4px;
}

.toolbar a:hover
{
	background-color: #FCFCFC;
}

.toolbar .curriculum-resources
{
	background-position: 4px -34px;
}

.toolbar .process-selector
{
	background-position: 4px -102px;
}

.toolbar .process-comparison
{
	background-position: 4px -136px;
}

.toolbar .material-selector
{
	background-position: 4px -170px;
}

.toolbar .cost-estimators
{
	background-position: 4px -306px;
}

.toolbar .widgets
{
	background-position: 4px -340px;
}

.toolbar .part-gallery
{
	background-position: 4px -238px;
}							

.toolbar .supplier-directory
{
	background-position: 4px -374px;		
}

/* Writeup content table */
.wu-table 
{
	border-collapse: collapse;
}

.wu-table thead td
{
	background-color: #F9F9F9;
	font-weight: bold;
}

.wu-table td
{
	border: 1px solid #ccc;
	padding: 2px 4px 2px 4px;
}

/****************************
	lesson content styles
*****************************/
#lessonContainer
{
	padding: 5px 5px 5px 5px;	
}

.lesson
{
	visibility: inherit;
}

.lesson .page
{
	visibility: inherit;
	clear:both;
}
.lesson .title
{
	display: none;
}

.lesson .page .leftPane
{
	width: 250px;
	float: left;
	clear: none;
	text-align: justify;
	overflow:auto;
	height: 390px;
	padding-right: 5px;
}

.lesson .page .rightPane
{
	width: 470px; /*467*/
	float: right;
	text-align: center;
}

.matching .leftPane
{
	float: left;
	overflow:auto;
	width: 470px;
	height: 390px;
}

.matching .rightPane
{
	float: right;
	overflow:auto;
	height: 390px;
	width: 250px;
}

.quizResults h2
{
	text-transform: none;
	font-weight: bold;
	font-size: 120%;
	color: #000;
	margin: 0px;
	background: #fff;
	border: 0;
}

.answerKey
{
	height: 0;
	display: none;
}

.answers 
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.answers
{
	cursor: pointer;
	list-style-type: lower-alpha;
	list-style-position: inside;
	width: 350px;
}

.answers .selected 
{
	background-color: #FFFFAA;
}

.answers .correctAnswer 
{
	background-color: #CEF2E0;
}

#index td
{
	padding: 3px;
}

.lessonThumbnail
{
	border: 1px solid #666;
	padding: 2px;
	cursor: pointer;
}

.lessonThumbnail:hover
{
	background-color: #cccccc;
}

/* Google Ads */
.gads-right-inline
{
	float:right; 
	display:block; 
	margin: 2px 2px 2px 10px;
}

