div.winbox{
}


div.winheader{
	background-color:#0065F4;
	border:1px white solid;
}


a.closelink:link,a.closelink:visited,a.closelink:active
{
	font-family: Helvetica, Arial;
	font-size: 18px; 
	font-weight: bold;
	text-decoration: none; 
	color: white;
}


a.closelink:hover       
{
	font-family: Helvetica, Arial;
	font-size: 18px; 
	font-weight: bold;
	text-decoration: none; 
	color: #CCCCCC;
	font-weight : bold;
}




div.wintitle
{
	font-family:Arial;
	color:white;
	font-size:20px;
	background-color:#0065F4;
	font-weight:bold;
	border-top:1px white solid;
	border-left:1px white solid;
	text-align:center;

}

div.winclose
{
	font-family:Arial;
	color:white;
	font-size:20px;
	background-color:#0065F4;
	border-top:1px white solid;
	border-right:1px white solid;
	font-weight:bold;
	text-align:center;

}


div.windata,iframe.windata
{
	background-color:#FFFFFF;
	overflow:auto;
	border:1px gray solid;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 500px;
	background-color: #000066;
}


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

#lightbox a img{ border: none; }



#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 2px #0065F4 solid;
	}

#imageContainer
{

	left: 0;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}


#imageDataContainer{
	font: 10px Arial;
	margin: 0 auto;
	line-height: 1.4em;
	width: 100%	
}

#imageData{	
	padding:0 10px; 
	color: #666; 

}

#imageData #imageDetails
{ 
	font-size:10px;
	width: 85%; 
	float: left; 
	text-align: left; 
}	

#imageData
{ 
	width: 20px;
	float: right; 
	padding-bottom: 0.7em;
	text-align:right;
}	
