<!--
/* PHOTO PREVIEW */

.black_overlay { 
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #202020;
	z-index:1001;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
	
.white_content { 
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 400px;
	height: 400px;
	padding: 8px;
	border: 8px solid #606060;
	background-color: #ffffff;
	z-index:1002;
	overflow: auto;
}

#divPhotoPreviewBox { 
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 550px;
	height: 480px;
	padding: 1px;
	border: 8px solid #000000;
	background-color: #ffffff;
	z-index:1002;
	overflow: auto;
}
#divPhotoPreviewBoxPicContainer {
	display: block;
}
#divPhotoPreviewBoxWarning {position: relative; width: 420px; background-color: #ffff00; border-bottom: 1px solid #c0c0c0; padding: 2px; margin-bottom: 5px; }
#divPhotoPreviewBoxImgContainer { width: 400px; overflow: auto; }
#divPhotoPreviewBoxCaption { 
	position: absolute;
	border-top: 1px solid #000000;
	background-color: #e0e0e0;
	margin: 0px;
	padding: 3px;
	color: #C00000;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	width: 544px;
	top: 420px;
	height: 30px;
}
#divPhotoPreviewBoxLoading {}
#pPhotoPreviewBoxImg {
	padding: 0px;
	margin: 0px;
}

#divPhotoPreviewThumbContainer { position: relative; float: right; border-left: 3px solid #c0c0c0; width: 100px; height: 420px; overflow: auto; text-align: center; background-color: #e0e0e0;  }

/* PHOTO GALLERY */

.divGalleryContainer { margin: 10px 0px; 10px; 0px; width: 520px; display: block; overflow: auto; }
.divGalleryContainer .divGalleryHeading { width: 100%; margin: 0px 0px 5px 0px; border-bottom: 1px dotted #808080; color: #800000; font-weight: bold; display: block; }
.divGalleryContainer .divGalleryCollection { width: 520px; display: table; }
.divGalleryObj { width: 60px; font-size: 8pt; float: left; display: table-cell; text-align: center; margin: 2px 2px 5px 2px; position: relative; background-color: #ffffff; border: 2px solid #000000; padding: 2px; }
.divGalleryObj .divGalleryImage { width: 60px; height: 60px; overflow: hidden; }
.divGalleryObj .divGalleryOptions { width: 60px; font-size: 8pt;  }


/* PHOTO ATTACHMENTS */

#idAttachmentContainer { margin: 10px 0px 10px 0px; padding: 10px; background-color: #D2DFFF; border-top: 1px dotted #808080; border-bottom: 1px dotted #808080; width: 500px; }
#idAttachmentTitle { padding: 2px; height: 30px; text-align: center; background-color: #f0f0f0; border-top: 1px solid #808080; }
#idAttachmentActions { margin: 0px; padding: 2px; background-color: #FFFFFF; border-top: 1px solid #808080; border-bottom: 1px solid #808080; height: 30px; text-align: center; }
#idAttachments { display: table; padding: 2px; /*height: 0px;*/ }
#idAttachRow { display: table-row; }
#idAttachment { float: left; display: table-cell; padding: 1px; margin: 1px; height: 80px; width: 80px; overflow: hidden; border: 1px solid #808080; background-color: #c0c0c0; text-align: center; }
#idAttachmentsSaved { margin: 0px; padding: 2px; background-color: #ffff00; color: #800000; border-bottom: 1px solid #808080; height: 20px; text-align: center; display: none; }

/* PHOTO SELECTOR */

#idActions { margin: 0px; float: center; }
#attachbtn { height: 22px; line-height: 10pt; font-face: Arial; font-size: 10pt; padding: 0px; margin: 0px; font-weight: bold; }
#idAlbumContainer { position: absolute; top: 50px; left: 50px; background-color: #ffffff; width: 500px; height: 350px; border: 2px solid #000000; z-index: 1200; padding: 2px; }
#idAlbumContainer #idAlbumHeading { background-color: #e0e0e0; color: #000000; font-face: Verdana Arial; font-size: 14pt; font-weight: bold; border-bottom: 2px solid #606060; height: 21px; padding: 2px; }
#idAlbumContainer #idAlbumFooter { background-color: #ffffff; color: #000000; font-face: Verdana Arial; font-size: 14pt; font-weight: bold; border-bottom: 2px solid #606060; height: 24px; text-align: center; margin: 0px; padding: 1px; }
#idAlbumContainer .divPhotoAlbumContainer { position: relative; left: 0px; top: 0px; width: 100%; height: 295px; float: left; overflow: scroll; z-index: 1150; margin: 0px; padding: 0px; }
#idAlbumContainer .divPhotoAlbum { position: relative; left: 0px; top: 0px; width: 480px; height: 275px; display: table; float: left; z-index: 1130; margin: 0px; padding: 0px; }
.divPhotoAlbum .divAlbumRow { display: table-row }
.divPhotoAlbum .divDefaultPhotoCell { width: 80px; height: 80px; left: 0px; top: 0px; float: left; background-color: #c0c0c0; border: 1px solid #000000; font-family: Arial; font-size: 8pt; display: table-cell; padding: 1px; margin: 1px 1px 1px 0px; overflow: hidden; z-index: 1100; vertical-align: top; }
.divPhotoAlbum .divSelectedPhotoCell { width: 80px; height: 80px; left: 0px; top: 0px; float: left; background-color: #ffffff; border: 1px solid #000000; font-family: Arial; font-size: 8pt; display: table-cell; padding: 1px; margin: 1px 1px 1px 0px; overflow: hidden; z-index: 1100; vertical-align: top; }
.divThumb {
	float: center; 
	color: #606060; 
	text-align: center; 
	margin: 0px; 
	padding: 0px; 
 	top: 0px;
 	left: 0px;
	z-index: 1120; 
}
.divDefaultPhotoCell img.imgThumb { 
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	z-index: 1; 
}
.divDefaultPhotoCell .divPhotoSelected { 
	margin: 0px; 
	padding: 0px; 
	left: 0px; 
	top: 0px; 
	display: none; 
	z-index: 1; 
}
.divSelectedPhotoCell img.imgThumb { 
	top: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	z-index: 1; 
}
.divSelectedPhotoCell .divPhotoSelected { 
	margin: 0px; 
	padding: 0px; 
	left: 0px; 
	top: 0px; 
	float: center; 
	display: inline; 
	z-index: 1; 
}
.divSelectedPhotoCell img {
	top: 0px;
	float: center; 
	z-index: 1; 
}
.clearBoth {
 clear:both;
 font-size:1px;
 height:0;
 line-height:0;
} 
-->