@charset "utf-8";
/* WebDevHQ CSS */

body {
background-color: #000000;
color: #000000;
font-family: "Trebuchet MS", Myriad-Pro, sans-serif;
font-size: 10pt;
margin-top: 0;
}

#container {
width: 800px;
margin: auto;
margin-top: 0px;
padding-top: 0;
}

	#banner {
	width: 800px;
	height: 96px;
	}
	
	#banner-tabs-gap {
	width: 800px;
	height: 46px;
	}
	
	#tabs {
	width: 800px;
	height: 25px;
	}
	
		#tabs-left {
		width: 290px;
		height: 25px;
		float: left;
		}
		
		#home {
		width: 96px;
		height: 25px;
		float: left;
		}
		
		#scripts {
		width: 96px;
		height: 25px;
		float: left;
		}
		
		#tutorials {
		width: 96px;
		height: 25px;
		float: left;
		}
		
		#links {
		width: 96px;
		height: 25px;
		float: left;
		}
		
		#forums {
		width: 126px;
		height: 25px;
		float: right;
		}
	
	#info {
	width: 800px;
	height: 69px;
	}
	
		#info-left {
		width: 28px;
		height: 69px;
		float: left;
		}
		
		#info-content {
		width: 740px;
		height: 69px;
		background: url('images/info-content.jpg') no-repeat;
		float: left;
		}
		
		#info-right {
		width: 32px;
		height: 69px;
		float: left;
		}
		
		#header {
		float: left;
		padding-top: 20px;
		}
		
		#info-ads {
		float: right;
		padding-top: 5px;
		}
	
	#content {
	width: 800px;
	}
	
		#content-gradient-left {
		width: 14px;
		float: left;
		}
		
		#content-repeat {
		width: 769px;
		float: left;		
		}
		
		#content-gradient-right {
		width: 17px;
		float: left;
		}
		
		#top-scripts-n-tuts {
		width: 171px;
		float: right;
		}
			
			#top-scripts-n-tuts-head {
			width: 171px;
			height: 24px;
			padding: 0;
			margin: 0;
			}
			
			#top-scripts-n-tuts-content {
			background-color: #70b2e0;
			padding: 0;
			}
		
		#content-ads {
		text-align: center;
		}
	
	#copyright {
	width: 800px;
	height: 60px;
	background: url('images/copyright.jpg') no-repeat;
	}
	
		#html-val {
		float: left;
		}
		
		#css-val {
		float: left;
		}

/* LIGHTBOX CSS */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/* CLASSES */

.undersubheader {
text-align: center;
font-size: 12pt;
font-weight: bold;
}

.underline {
text-decoration: underline;
}

.warning {
font-size: 12pt;
color: #CC0000;
text-decoration: underline;
}

.note {
font-size: 12pt;
color: #00CC00;
text-decoration: underline;
}

.code {
text-align: left;
background: #CCCCCC url('images/code-back.png') no-repeat;
background-position: top center;
border: 1px solid #999999;
padding-top: 20px;
width: 455px;
overflow: scroll;
}

.noborder {
border: 0;
}

.list-tbl {
width: 500px;
text-align: center;
}

.tab {
border: 0;
}

.search-box {
border: 0;
margin-top: 8px;
}

.header {
font-weight: bold;
font-size: 12pt;
}

.breadcrumb {
font-size: 8pt;
}

.copyright {
color: #999999;
text-align: center;
font-size: 8pt;
}

.box-head {
text-align: center;
font-weight: bold;
font-size: 10pt;
}

.box-content {
font-size: 9pt;
}

.news-head {
text-align: center;
font-weight: bold;
}

.news-info {
text-align: center;
color: #999999;
font-size: 10pt;
}

.center {
text-align: center;
}

.script-head {
text-align: center;
font-weight: bold;
font-size: 16pt;
}

.script-files {
border-right: 1px solid #000000;
}

.script-files a:link {
color: #999999;
text-decoration: none;
}

.script-files a:hover {
color: #999999;
text-decoration: underline;
}

.script-files a:visited {
color: #999999;
text-decoration: none;
}

.script-files a:active {
color: #999999;
text-decoration: none;
}

.img-box {
text-align: center;
background: #CCCCCC;
border: 1px solid #999999;
}

.img-box-head {
text-align: center;
font-size: 12pt;
font-weight: bold;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

.anchors {
text-align: center;
}

.anchors a:link, .anchors a:visited, .anchors a:active {
color: #999999;
text-align: center;
font-size: 8pt;
text-decoration: none;
}

.anchors a:hover {
text-decoration: underline;
}

.smalltxt {
font-size: 9pt;
}

table.site-tbl {
width: 769px;
background: url('images/content-repeat.jpg') repeat-y;
}

td.stie-tbl-content {
width: 759px;
margin: auto;
}