
#main .block
{
	margin-left:180px;
}

#leftMenu
{
	float: left;
	text-align:left;
	background-color: #FAFBFC;
}

#leftMenu .page
{
	border-bottom: 1px solid #DAD7CF;
}

#leftMenu .title
{
	border: 0px;
}

#leftMenu li
{
	list-style-type: none;
	vertical-align: middle;
}

#leftMenu .bold
{
	font-weight: bold;
}

#leftMenu a,
#leftMenu .title
{
	padding: 3px 3px 3px 3px;
}

#leftMenu .page a:link, 
#leftMenu .page a:visited, 
#leftMenu .page a:active
{
	display: block;
	text-decoration: none;
	width: 150px;
	vertical-align: middle;
}

#leftMenu .page a:hover
{
	border-left: 10px solid #FCFF9C;
	background: #FDFFD1;
	color: #000;	
}

#leftMenu .page a
{
	background-color: #FBFBFB;
	border-left: 10px solid #EDEDED;
	color: #000;
}

#leftMenu .selected a
{
	border-left: 10px solid #BEC6CC;
	background-color: #DEE3E7;
	color: #000;
}

#leftMenu .title
{
	text-align:left;
	background-image: url('../images/gradients/left-menu-hd.png');
	font-weight: bold;
	color: #fff;
}

#leftMenu .title a 
{
	color: #fff;	
}

/* Remove the border around the right ads */
#right_ads
{
	border-left: 0;
}
/* 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;
}



.yui-overlay 
{
	position:absolute;
	display:block;
}

.yui-tt 
{
    visibility:hidden;
    position:absolute;
    width:auto;
}

.yui-tt .bd
{
	background-color:#FDFFB4;
	color:#333;
	padding:2px;
    border:1px solid #FCC90D;
}

* html body.masked select  { visibility:hidden; }

* html div.yui-panel-container select { visibility:inherit; }

* html div.drag select { visibility:hidden; }

* html div.hide-select select { visibility:hidden; }

.mask 
{
    z-index:2;
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#CCC;
}

.hide-scrollbars * { overflow:hidden; }

.hide-scrollbars textarea, .hide-scrollbars select 
{
	overflow:hidden;
	display:none;
}

.show-scrollbars textarea, .show-scrollbars select 
{
	overflow:visible;
}

.yui-panel-container 
{
	position:absolute;
	background-color:transparent;
	z-index:6;
	visibility:hidden;
	overflow:visible;
	width:auto;
}

.yui-panel-container.matte 
{
	padding:3px;
	background-color:#FFF;
}

.yui-panel-container.matte .underlay 
{
	display:none;
}

.yui-panel-container.shadow 
{
	padding:0px;
	background-color:transparent;
}

.yui-panel-container.shadow .underlay 
{
	visibility:inherit;
	position:absolute;
	/*background-color:#CCC;*/
	top:3px;left:3px;
	z-index:0;
	width:100%;
	height:100%;
    -moz-opacity: 0.7;
    opacity:.70;
    filter:alpha(opacity=70);
	zoom:1;
}

.yui-panel 
{
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	font:1em Arial;
	border:none; 
	overflow:visible; 
	background-color:transparent; 
	z-index:1;
}

.yui-panel .hd 
{
	font-size:100%;
	line-height:100%;
	font-weight:bold;	
	padding:0; 
	border:0; 
	background: transparent url(../images/popup/map.gif); /* hd_bg.gif */
	background-position: 0px -22px;
	color:#fff; 
	height:22px;
	margin-left:7px; 
	margin-right:7px; 
	text-align:left;
	overflow:visible; 
}

.yui-panel .hd span 
{
	vertical-align:middle; 
	line-height:22px; 
}

.yui-panel .hd .tl
{
	width:7px; 
	height:22px; 
	top:0; 
	left:0; 
	background: transparent url(../images/popup/map.gif);  /* hd_tl.gif */
	background-position: 0px 0px;
	position:absolute;
}

.yui-panel .hd .tr
{
	width:7px; 
	height:22px; 
	top:0; 
	right:0; 
	background: transparent url(../images/popup/map.gif); /* hd_tr.gif */
	background-position: 0px -44px;
	position:absolute;
}

.yui-panel .bd 
{
	overflow:hidden;
	padding:4px;
	border-left: 1px solid #8795A1;
	border-right: 1px solid #8795A1;
	background-color:#fff;
	height: auto;
}

.yui-panel .bd p 
{
	margin:0 0 1em;
}

.yui-panel .container-close 
{
	position:absolute;
	top:5px;
	right:4px;
	z-index:6;
	height:13px;
	width:14px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit; 
}

.yui-panel .container-close 
{
	background-image:url(../images/popup/close.gif);
}

.yui-panel .container-close:hover
{ 
	background-image:url(../images/popup/close_h.gif); 
}

/* Back button for glossary */

.yui-panel .back 
{
	position:absolute;
	top:5px;
	right:20px;
	z-index:6;
	height:13px;
	width:14px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit; 
}

.yui-panel .back
{
	background-image:url(../images/popup/back.gif);
}

.yui-panel .back:hover
{ 
	background-image:url(../images/popup/back_h.gif); 
}

.yui-panel .ft
{
	padding: 0;
	border: 0;
	background: transparent url(../images/popup/map.gif); /* ft_bg.gif */
	background-position: 0px -74px;
	color: #000;
	height: 8px;
	text-align: left;
	overflow: hidden;
	margin-left: 7px;
	margin-right: 7px;
}

.yui-panel .ft span
{
	line-height: 4px;
	vertical-align: middle;
}

.yui-panel .ft .bl 
{ 
	overflow: hidden;
	width:7px;
	height:8px; 
	position:absolute;
	bottom:0;
	left:0; 
	background: transparent  url(../images/popup/map.gif); /* ft_bl.gif */
	background-position: 0px -66px;
}

.yui-panel .ft .br
{
	overflow: hidden;
	width: 7px;
	height: 8px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent url(../images/popup/map.gif); /* ft_br.gif */
	background-position: 0px -82px;
} 

.simple-dialog .bd .icon 
{
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-right:10px;
	float:left;
}

.yui-dialog .ft, .simple-dialog .ft 
{
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
}

.yui-dialog form, .simple-dialog form 
{
	margin:0;
}
/*
.button-group button 
{
	font:100 76% verdana;
	text-decoration:none;
	background-color: #E4E4E4;
	color: #333;
	cursor: hand;
	vertical-align: middle;
	border: 2px solid #797979;
	border-top-color:#FFF;
	border-left-color:#FFF;
	margin:2px;
	padding:2px;
}

.button-group button.default 
{
	font-weight:bold;
}

.button-group button:hover, .button-group button.hover 
{ 
	border:2px solid #90A029;
	background-color:#EBF09E;
	border-top-color:#FFF;
	border-left-color:#FFF;
}

.button-group button:active 
{ 
	border:2px solid #E4E4E4;
	background-color:#BBB;
	border-top-color:#333;
	border-left-color:#333;
}
*/
