/* * {
	color: black;
	font-family: arial;
	font-size: 12px;
} */

table body div { 		/*I tried this to help the alignment of the pictures on IE but it didn't work */
	margin: 0;
	padding: 0;
}

a:visited {
	color:#000000;
}

a.nodecorate {
	text-decoration:none;
}

p {
	color: black;
	font-family: arial;
	font-size: 12px;
	/* text-align: left; */
	/* margin-left: 105px; */
}

p.updated {					/*date on top of the main page */
		margin-left: 0;
}

p.title {
	font-weight: bold;
	font-size: 18px;
	margin-left:20px;
	padding-top:7px;
	margin-bottom:0;
	/*line-height: 35px;
	background-image: url('../images/titlebar.gif'); */
	/* background-color: gold; */
}

p.subtitle {
	/* font-size: 14px; */
	margin-left: 20px;
}

p.sidebarheader {
	font-weight: bold;
	font-size: 14px;
	margin-left: 0;
}

p.subheader {
	font-weight: bold;
}


p.nothing {
	font-style: italic;
	color: gray;
}

.note {
	font-size: 10px;
	color: black;
	font-family: arial;
	/* letter-spacing: 1px; */
}

.regtext {
	color: black;
	font-family: arial;
	font-size: 12px;
}

.indent {
	margin-left:20px;
	margin-top:5px;
	/*line-height:0;*/
}

.header {
	font-weight: bold;
	font-size: 14px;
}

.space {
	line-height:50%;
}

.justify {
	text-align:justify;
}

/* p.indivpic {
	text-align: center;
} */

.italic {
	font-style:italic;
}

.bold {
	font-weight: bold;
}

td.small {
	width: 7%;
}

td.large {
	width: 87%;
}

td {
	color: black;
	font-family: arial;
	font-size: 12px;
	text-align: left;
}
	

.pagetitle {
	font-weight: bold;
	font-size: 24px;
}
	
.listpic {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.listentry {
	font-size: 12px;
	text-align: left;
}

.listcomment {
	font-size: 10px;
}
	
ol {
	color: black;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	margin-top:-10px;
	/* margin-left: 25px; */
}

ul.none {
	list-style-type: none;
}

/* a.menubutton {
	background-image:url('../images/menu_button_off.gif');
}

a.menubutton:active {
	background-image:url('../images/menu_button_active.gif');
} */

img.listpic {
	border: none;
}

/* CSS for photo gallery */

img.thumbnail {				/*I gave the insect image a class to differentiate it from the other images */
	width: 100px;
	height: 100px;
	vertical-align:bottom;
	border: 1px solid #999;
	padding: 2px;
	background: #fff;
	}

/* div.indent {
	text-indent:15px;
	text-indent:0px;
} */

div.title {
	float: left;
}

div.checkingsection {
	margin-left:20px;
}

div.sectiontitle {
	height:19px;
	background-image: url('../images/titlebar.gif');
	margin-left:20px;
	padding: 0;
	margin-bottom: 0px;
}

div.pixel {
	height: 1px;
	background: gray;
}

div.othertitle {
	margin-top: 10px;
	font-weight: bold;
	font-size: 24px;
}
	
div.pictures {
	margin-left: 17px;
	margin-right: 0;
}

div.indivpic {
	float: left;
	width: 150px;
	height: 210px;
	/* margin: 0.5em; */
	padding: 0.5em;
}

div.menupic {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0.5em;
	/* padding: 0.5em; */
	/* background-image:url('../images/menu_button.gif');
	background-repeat:no-repeat;
	background-position:center; */
}

div.namepic {
	margin-top: 20px;
}

div.caption {
	width: 100px;
	text-align: center;
	margin-top: 1em;
	font-family: arial;
	font-size: 12px;
}

div.tut {
	margin-left: 17px;
	margin-right: 0;
}

div.indivtut {
	float: left;
	width: 400px;
	margin: 0.5em;
	height: 350px;
	/* padding: 0.5em; */
}

div.captiontut {
	width: 400px;
	text-align: center;
	margin-top: 1em;
	font-family: arial;
	font-size: 12px;
}

div.vid {
	margin-left: 17px;
	margin-right: 0;
}

div.indivvid {
	float: left;
	width: 322px;
	height: 300px;
	margin: 0.5em;
	/* padding: 0.5em; */
}

div.captionvid {
	width: 322px;
	text-align: center;
	margin-top: 1em;
	font-family: arial;
	font-size: 12px;
}

/* div.pictures {		/*This is the original code from www.tjkdesign.com. With this, the pictures start at the far left.  Without it they line up with the headers
	margin:0;
	padding:0;
	} */
	
div.tutorials {
	margin-left: 20px;
	}
	
div.mainframe {
	float:left;
	width: 440px;
}
	
div.doc {
	width: 700px;
	text-align: left;
}

div.homepage {
	width: 700px;
}

div.maintitle {
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	margin-right: 15%;
	font-family: arial;
}

div.footer {
	width: 700px;
	text-align: center;
}

div.vegcheckingproducemargin {
	float: left;
	/* width: 400px;	*/
}

div.float {
	float: right;
	/*position: absolute;
	right: 50px;*/
	width: 260px;
	margin-top: 0.5em;
	/*border-left: 1px solid;
	margin-left: 20px;
	cellpadding: 0;
	cellspacing: 0;
	border: 0;
	align: center; */
}

div.sidebartop {
	background-image:url('../images/sidebartop.gif');
	height: 35px;
	align: center;
	border: 0;
}

div.sidebarmiddle {
	background-image:url('../images/sidebarmiddle.gif');
	align: center;
}

div.sidebarbottom {
	background-image:url('../images/sidebarbottom.gif');
	height: 35px;
	align: center;
}

dl {
	text-align:center;
	font-size:.65em;  /*for 12px use .75em */
	font-family:arial;
	margin-top:25px;
	}

dt,dd {
	width:10.5em;
	float:left;
	}

dt {
	margin-bottom:5.5em;
	margin-left:12px;
	}

dd {margin:110px 0 0 -10.5em;}

dt.video,dd.video {
	width:20.5em;
	float:left;
	}

dt.video {
	margin-bottom:5.5em;
	margin-left:12px;
	}
	
dd.video {
	margin:260px 50 0 -17.5em;
	}

dl a:hover img,dl a:active img,dl a:focus img {
	background:#f33; /*the space between the picture and the border turns red*/
	border:1px solid #f33; /*just the border turns red*/
	}

table.sidebartable {
	width: 260px;
	cellpadding: 0;
	cellspacing: 0;
	align: center;
	border: 0;
}

/* CSS for Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
