
#PreviewLayerDark
{
	background-color: #778899;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	display:none;
	z-index:5000;
	width: 100%;
	height: 100%
}

#PreviewLayerContent
{
	display:none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;

	z-index: 9999;
     
}

.PreviewContent
{
	background-color: White;
	width: 640px;
//*	height: 480px;**/
	vertical-align: middle;
}

#PreviewLoadScreen
{
	width: 100%;
	height: 100%;
	
	display: none;
}

#PreviewScreen
{
	width: 100%;
	height: 100%;

	display: block;
}

.PreviewSectionHeader
{
	font-weight: bold;
	font-size: 10px;	
	font-family: verdana, ariel, courier;
	
	height: 20px;
	line-height: 20px;
	
	background-color: Silver;
	color: White;
	text-indent:5px; 
}


.PreviewSectionContent
{
	font-size: 10px;	
	font-family: verdana, ariel, courier;
	line-height: 16px;
	
	overflow: visible;
}

.PreviewSectionContent .Label
{
	font-weight: bold;
	width: 75px;	
	
	vertical-align: text-top;
	
	text-indent:5px; 
}

.PreviewSectionContent .Value
{
	vertical-align: text-top;
	padding-left: 15px;
}

.PreviewImage
{
	text-align:center;
}


.ThumbActions A:link,
.ThumbActions A:visited,
.ThumbActions A:active,
.ThumbActions A:hover
{
	text-decoration: none;
}


/* mouseoverpreview */

#mouseoverpreview
{
	position: absolute;
	width: 100px;
	height: 100px;
		
	/* visibility: hidden; */
	
	display: none;
	
	z-index: 100;
}

.imageDetailTable{width:100%;}
.imagedetailLabel{font-weight:bold;width:15%;vertical-align:top;}
.imagedetailValue{width:35%;vertical-align:top;}