/* Editor CSS */

.HJT_Error
{
	color: Red;
	font-size: 14px;
	font-weight: bold;
}

.HJT_SB_Editor
{
	font-family: Verdana;
	font-size: 12px;
	color: #222222;
}

.HJT_SB_Title
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: Blue;
}

.HJT_Scrapbook
{
	font-size: 10px;
	width: 650px;
}

.HJT_Thumb_Container
{
	float: left;
	padding: 2px 2px 2px 2px;
	border: dashed 1px Black;
}

.HJT_Title
{
	background-color: #C0C0C0;
	color: White;
	text-align: center;
}

.HJT_Options
{
	padding: 2px 2px 2px 2px;
	width: 200px;
}

.HJT_Option
{
	border: solid 0px #C0C0C0;
	float:left;
	width: 25%;
	text-align: center;
}

.HJT_Image
{
	border: 0px;
}

.HJT_Image_View
{
	
}

.HJT_VideoOptions
{
	padding: 2px 2px 2px 2px;
}

.HJT_VideoOption
{
	border: solid 1px #C0C0C0;
	padding: 3px 3px 3px 3px;
	text-align: center;
}


/* Light box 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: 100px;
	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;
	}
	
	
/* Video over stuff */

#lightbox1{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox1 a img{ border: none; }

#outerImageContainer1{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer1{
	padding: 10px;
	}

#loading1{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav1{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer1>#hoverNav1{ left: 0;}
#hoverNav1 a{ outline: none;}

#prevLink1, #nextLink1{
	width: 49%;
	height: 100%;
	background: transparent url(./images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink1 { left: 0; float: left;}
#nextLink1 { right: 0; float: right;}
#prevLink1:hover, #prevLink1:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink1:hover, #nextLink1:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer1{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData1{	padding:0 10px; color: #666; }
#imageData1 #imageDetails1{ width: 70%; float: left; text-align: left; }	
#imageData1 #caption1{ font-weight: bold;	}
#imageData1 #numberDisplay1{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData1 #bottomNavClose1{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}	