body {
	margin: 0px;
	background: url(../images/img01.png) repeat-x left top;
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	}

h1
	{
	font-size: 24px;
	font-weight: bold;
	color: #30484a;
	margin: 0 0 15px 0;
	}

h2
	{
	font-size: 20px;
	font-weight: bold;
	color: #21474a;
	padding: 10px 0 0 0;
	text-transform:uppercase;
	}

h3 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #12464a;
	margin: 10px 0 5px 10px;
	padding: 5px 5px 2px 5px;
	}

/* --- ==== This is the hyperlink for the h3 tag (section) which is almost never linkable---- */ 
h3 a 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #a61111;
	margin: 10px 0 15px 0;
	padding: 0 0 0 0;
	}

h4 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #04464b;
	margin: 10px 0 5px 10px;
	padding: 5px 5px 2px 5px;
	}



/* --- ==== This is the hyperlink for the h4 tag (subsection) which is almost never linkable---- */ 	
h4 a 
	{
	color: #ff9f00;
	}

p 
	{
	font-size: 14px;
	margin: 0 0 0 15px;
	padding: 0 0 10px 0;
	line-height: 20px;
	}

/* --- ==== This is for general hyperlinks ---- */ 
a
	{
	text-decoration: none;
	font-weight: bold;
	color: #c87d00;
	}

a:hover
	{
	background: none;
	text-decoration: none;
	}

hr
	{
	border: 1px solid #ccc;
	}	

/* -- ========== wrapper ========== -- */

#wrapper
	{
	width: 798px;
	margin: 0 auto;
	border-left: 1px solid #0069b3;
	border-right: 1px solid #0069b3;
	border-bottom: 1px solid #0069b3;
	background: #ffffff url(../images/img05.png) no-repeat left bottom;
	}


/* -- ========== header ========== -- */

#header
	{
	width: 798px;
	height: 82px;
	border-bottom: 1px solid #0069b3;
	background: url(../images/banner.png) repeat-y left top;
	}


/* -- ========== breadcrumb ========== -- */

.breadcrumb
	{
	margin: 10px 0 10px 10px;
	}

.breadcrumb ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

.breadcrumb li
	{
	float: left;
	padding-left: 4px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0;
	padding: 0 0 0 5px;
	line-height: 25px;
	height: 25px;
	}

.breadcrumb a
	{
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #1b1b1b;
	display: block;
	background-repeat: no-repeat;
	text-decoration: underline;
	border: 0;
	padding: 0 3px 0 0;
	line-height: 25px;
	height: 25px;
	}

.breadcrumb a:hover
	{
	font-size: 14px;
	}
	
.breadcrumb #selected
	{
	color: #999;
	font-size: 14px;
	}


/* -- ========== print ========== */	
	
.print
	{
	float: right;
	margin: 0 10px 0 0;
	}

.print img
	{
	border: none;
	}
	

/* -- ========== content ========== -- */

.post
	{
	margin: 60px 20px 30px 15px;
	}	
		

.post ol
	{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 15px 35px;
	font-weight: bold;
	}

.post ol li
	{
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	line-height: 18px;
	}

.post ul
	{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 5px 35px;
	font-weight: normal;
	}

.post ul li
	{
	padding: 0 0 0 0;
	margin: 8px 0 0 0;
	line-height: 18px;
	}


/* -- ========== footer ========== -- */

.footer
	{
	padding: 5px 15px 15px 5px;
	line-height: normal;
	font-size: 12px;
	}


/* -- ========== equation background ========== -- */

.background .equation
	{
	background-color: #e2f4f5;
	}
	
/* -- ========== chemequation background ========== -- */

.background .chemequation
	{
	background-color: #e2f4f5;
	}

/* -- ========== equation ========== -- */

.equation
	{
	font-size: 16px;
	margin: 15px 0 25px 75px;
	padding: 10px;
	}

.equationRight
	{
	font-style: normal;
	float: right;
	margin-right:10px;
	}
	
.equationLeft
	{
	font-style: normal;
	padding: 0 0 0 0;
	margin: 0 10px 0 0;
	display: inline-block;
	}	
	
.equationnolabel
	{
	font-size: 14px;
	padding: 15px 10px 10px 10px;
	}

.equationtype2
	{
	font-size: 16px;
	margin: 15px 0 25px 75px;
	padding: 10px 10px 10px 10px;
	}
.equationCaption
{
	padding: 0px;
	font-weight: normal;
	font-size:18px;
	display: inline-block;
	width: 50%;
	
}



/* -- ========== chemequation ========== -- */

.chemequation
	{
	font-size: 16px;
	margin: 15px 0 25px 75px;
	padding: 10px;
	}


/* -- ========== check point ========== -- */

.checkPoint .icon
	{	
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #ffe07f url(../images/BG_checkpoint.png) repeat-y scroll 0 0;
	color: #fff;
	margin: 30px 0 25px 15px;
	padding: 0px 15px 0px 0px;
	width: 600px;
}
	
.checkPoint .long, .checkPoint .medium, .checkPoint .short
	{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../images/icon_checkpoint.png) no-repeat scroll 0 1px;
	}

.checkPoint .medium
	{
	-x-system-font: none;
	color: #333;
	}
	
.checkPoint .quote
	{
	padding: 10px 0 0 0;
	margin: 0 0 0 30px;
	}
	

	
	
/* -- ========== box ========== -- */

.box 
	{
	width: 500px;
	border: 1px solid #dfdfdf;
	padding: 10px 10px 10px 10px;
	margin: 15px 0 25px 40px;
	background-color: #ffe599;
	color: $note.box.color$;
	/* --  width: 255px;  -- */
	-o-box-shadow: 10px 10px 5px #c8c8c8;
	-icab-box-shadow: 10px 10px 5px #c8c8c8;
	-khtml-box-shadow: 10px 10px 5px #c8c8c8;
	-moz-box-shadow: 5px 5px 3px #c8c8c8;
	-webkit-box-shadow: 10px 10px 5px #c8c8c8;
	box-shadow: 10px 10px 5px #c8c8c8;
	}

/* -- ========== datatable (This node is not used in any current lab manuals. Do not modify) ========== -- */

.datatable
{
	display:table;
	margin: 1em 0px 1em 4em;
	padding:0;
	border-collapse: collapse;
	margin-left:auto; 
	margin-right:auto;
	body {text-align:center;}

}	

.datatable th
{
	border: solid black 1.5px;
	font-style: strong;
	color:#fff;
	padding: 3px;
    text-align: center; 
    vertical-align: top;
    background-color: #bf3030;
}

.datatable td
{
	border: solid black 1.5px;  
	text-align:center;
	padding: 3px;
}

.datatable caption
{
	caption-side:bottom;
	background-color: #cc9999;
	border: 1.5px solid black;
    padding: 5px 0 5px 0;
	font-size: 12px;
	margin: 0px 15px 0px 15px;
}

/* -- ========== figure ========== -- */
table.center{
margin-left: auto;
margin-right:auto;
}

.mediaFigure
	{
	margin: 0;
	padding: 10px 0 30px 0;
	text-align: center;
	}

.mediaFigureAlign
	{
	width: 525px;
	margin: 0 auto;
	position: relative;	
	border: 1px solid #dfdfdf;
	-o-box-shadow: 10px 10px 5px #c8c8c8;
	-icab-box-shadow: 10px 10px 5px #c8c8c8;
	-khtml-box-shadow: 10px 10px 5px #c8c8c8;
	-moz-box-shadow: 5px 5px 3px #c8c8c8;
	-webkit-box-shadow: 10px 10px 5px #c8c8c8;
	box-shadow: 10px 10px 5px #c8c8c8;
	}

.mediaFigureText
	{
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 15px 0 10px 0;
	text-align: center;
	border-top: 1px solid #dfdfdf;
	background-color: #f8f8f8;
	}

.mediaFigureFrame
	{
	background-color: #fff;
	padding: 10px 5px 10px 5px;
	border: none;
	}

.mediaImageText
	{
	font-size: 14px;
	padding-bottom: 20px;
	text-align: center;
	}

/* -- ========== media table ========== -- */

.mediaTable
	{
	margin: 0;
	padding: 10px 0 30px 0;
	text-align: center;
	}

.mediaTableAlign
	{
	margin: 0 auto;
	position: relative;	
	text-align:center;
	}

.mediaTableText
	{
	color: #000000;
	font-size: 14px;
margin-left: auto;
margin-right:auto;
	padding: 15px 0 10px 0;
	text-align: center;
	border-top: 1px solid #dfdfdf;
	background-color: #f8f8f8;
	}
	
/* -- ========== list ========== -- */

ul.list
	{
	list-style: none;
	margin: 0 0 13px 15px;
	line-height: 18px;
	}

ul.list li
	{
	list-style: none;
	display:block;
	zoom: 1;
	*display:inline-block;
	padding: 0 0 0 10px;
	line-height: 18px;
	width: auto;
	height: auto;
	}

ul.list p
	{
	font-weight: normal;
	margin: 10px 0 0 30px;
	padding: 2px 0 0 0;
	line-height: 20px;
	}
	
ul.list li > div
	{
	vertical-align: middle;
	font-weight: bold;
	height: 24px;
	width: 24px;
	display: block;
	margin: 0 5px 0 0;
	color: #04464b;
	text-align: center;
	float: left;
	line-height: 24px;
	}
	
ul.list li .liContent
	{
	margin:0 0 0 0;
	font-weight:normal;
	margin: 0 0 0px 30px;
	padding: 2px 0 0 0;
	line-height: 20px;
	display:block;
	}

ul.list li .liContent span.para
	{
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
	}

/* -- ========== Does not appear to be used, do not modify. ========== -- */	
.list h3 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000cc;
	margin: 30px 0 30px 10px;
	padding: 5px 5px 2px 5px;
	}



ol.list
	{
	color: #F57601;
	margin: 0 0 0 35px;
	line-height: 18px;
	}
ol.list p
	{
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	}
ol.list li
	{
	margin: 0 0 0 0;
	line-height: 18px;
	font-weight: normal;
	}
	
.equipment, .reagents
	{
	width: 355px;
	border: 1px solid #ccc;
	padding: 0 0 0 10px;
	margin: 15px 0 25px 40px;
	background-color: #f8f8f8;
	/* --  width: 255px;  -- */
	-o-box-shadow: 10px 10px 5px #c8c8c8;
	-icab-box-shadow: 10px 10px 5px #c8c8c8;
	-khtml-box-shadow: 10px 10px 5px #c8c8c8;
	-moz-box-shadow: 5px 5px 3px #c8c8c8;
	-webkit-box-shadow: 10px 10px 5px #c8c8c8;
	box-shadow: 10px 10px 5px #c8c8c8;
	}
	
.equipment ul, .reagents ul
	{
	margin: 0 10px 0 15px;
	line-height: 18px;
	}
	
.equipment ul li, .reagents ul li
	{
	list-style: none;
	margin: 18px 0 18px 0;
	line-height: 18px;
	font-weight: normal;
	}
	
.equipment ul li div, .reagents ul li div
	{
	vertical-align: middle;
	display: block;
	margin: 0 5px 0 0;
	text-align: center;
	float: left;
	}
	
.listdescript
	{
	color: #999;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
	border-bottom: dotted #ccc;
	border-bottom-width: 1px;
	}

#dhtmltooltip
	{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}
TipLayer 
	{
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	top: -100;
	}
	
/* -- ========== bubble tooltip ========== -- */
span.tt, a.tt
	{
    position: relative;
    z-index: 24;
    color: #c87d00;
	font-weight: bold;
    text-decoration: none;
	border-bottom: ;
	}

span.tt, a.tt span.tooltip
	{
	display: none;
	}

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.tt:hover, a.tt:hover
	{
	z-index: 25;
	color: #c87d00;
	background: ;
	text-decoration: none;
	}

span.tt:hover, a.tt:hover span.tooltip
	{
	font-size: 14px;
        display: block;
    	position: absolute;
    	top: 0px;
	left: -30px;
	padding: 15px 0 0 0;
	color: #000;
    text-align: center;
	width: 200px;
	}

span.tt:hover, a.tt:hover span.top
	{
	display: block;
	padding: 38px 8px 0 0;
	}

span.tt:hover, a.tt:hover span.middle
	{ /* different middle bg for stretch */
	display: block;
	padding: 8px;
	font-weight: normal; 
	border: solid 1px #000;
	border-radius: 10px;
	background-color: #e2f4f5;
	}		

span.tt:hover, a.tt:hover span.bottom
	{
	display: block;
	padding: 3px 8px 24px 0;
	color: #548912;
	}


/* -- ========== Labs expand collapse ========== */	

#wrapperLabs
	{
	margin: 25px 20px 30px 20px;
	}
	

#wrapperLabs ol
	{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 15px 35px;
	font-weight: bold;
	}

#wrapperLabs ol li
	{
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	line-height: 18px;
	}

#wrapperLabs ul
	{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 5px 0px;
	font-weight: bold;
	}

#wrapperLabs ul li
	{
	padding: 0 0 0 0;
	margin: 8px 0 0 0;
	line-height: 18px;
	}

#labs .h3
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #595959;
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	}

#labs .h3 a
	{
	color: #595959;
	}

#labs ul
	{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 5px 45px;
	font-weight: bold;
	}

#labs ul li
	{
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	line-height: 18px;
	list-style: none;
	}

#labs ul li a
	{
	color: #0000cc;
	}

#labs ul li .listdescript a 
	{
	color: #999;
	font-weight: normal;
	}
	
	
#intro .h3
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #595959;
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	}

#intro .h3 a
	{
	color: #595959;
	}

#intro ul
	{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 5px 45px;
	font-weight: bold;
	}

#intro ul li
	{
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	line-height: 18px;
	list-style: none;
	}

#intro ul li a
	{
	color: #990000;
	}

#intro ul li .listdescript a 
	{
	color: #999;
	font-weight: normal;
	}
	
#worksheet .h3
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e926cb;
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	}

#worksheet .h3 a
	{
	color: #e926cb;
	}

#worksheet ul
	{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 5px 45px;
	font-weight: bold;
	}

#worksheet ul li
	{
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	line-height: 18px;
	list-style: none;
	}

#worksheet ul li a
	{
	color: #e98900;
	}

#worksheet ul li .listdescript a 
	{
	color: #999;
	font-weight: normal;
	}
/* -- ========== step ========== -- */

.post div.step
	{
	padding: 0 0 0 10px;
	margin: 0 0 13px 0;
	line-height: 24px;
	width: auto;
	height: auto;
	}

.post div.step span.para
	{
	font-weight: normal;
	margin: 0 0 10px 30px;
	line-height: 20px;
	}
	
.post div.step > div
	{
	vertical-align: middle;
	font-weight: bold;
	height: 12px;
	width: auto;
	display: block;
	margin: 0 5px 0 0;
	padding: 0 5px 0 5px;
	color: #04464b;
	text-align: right;
	float: left;
	line-height: 24px;
	}

.post .step span.block
	{
	margin: 0 0 10px 30px;
	padding: 2px 0 0 0;
	display: block;
	line-height: 20px;
	}
	

/* -- ========== checkpoint ========== -- */

.post .checkPoint div.quote
	{
	padding: 10px 0 0 0;
	margin: 0 0 0 30px;
	}

.post .checkPoint div.quote > div
	{
	font-size: 14px;
	margin: 0 0 0 15px;
	padding: 0 0 10px 0;
	line-height: 20px;
	}
	
.post .checkPoint div.equation
	{
	font-size: 16px;
	margin: 15px 0 25px 20px;
	padding: 10px;
	}	

/* -- ========== block ========== -- */

.post span.block
	{
	margin: 0 0 10px 15px;
	display: block;
	line-height: 20px;
	}

.post .blockIndent {
	display: inline-block;
	width:15pt ;
	}

.post .paraIndent {
	display: inline-block;
	width:15px ;
	}

/* -- ========== noteblock ========== -- */

.post span.noteblock
	{
	margin: 0 0 10px 0px;
	display: block;
	line-height: 20px;
	}
	
	
/* -- ========== list ========== -- */

.post ul.list span.block
	{
	margin: 0 0 10px 0;
	}

/* -- ========== paragraph ========== -- */

.post span.para
	{
	display: block;
	font-weight:normal;
	font-size: 14px;
	margin: 0 0 10px 15px;
	line-height: 20px;
	}

/* -- ========== watex corrections ========== -- */

span.watex {
  margin: 0;
}

a .watex img {
  border: 0;
}

.flextext
    {
    display: inline-block;
    vertical-align: top;
    }