/*Modal Popup*/
.modalBackground {
	background-color: #333;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:1000;
}
div.imageControl
{
	border-width:1px;
	border-style:solid;
	border-color:#eee;
    	float:left; 
    	margin-right:10px;
    	margin-bottom: 10px;
    	background-color:#f5f5f5;
    	padding: 4px;
    	height: 100px;
    	width:100px;
    	font: normal 90% verdana, arial;
	cursor:hand;
}
div.imageControl:hover
{
	border-width:1px;
	border-style:solid;
	border-color:#333;
}

div.pnlPopupBox
{
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	padding:10px;
	width:400px;
	position:absolute;
	left:auto;
	top:auto;
	color: #404040;

}
div.imagePopup_drag
{
	cursor: crosshair;
	width: 200px;
	height: 20px;
	background-color: #999;
	float:left;
}
a.imagePopupClose
{
    float:right;
}
.popupSmallheader
{
    /*color: #2859A5;
    font-size: 120%;*/
    font-weight: bold;
}
.popupBigHeader
{
    text-decoration: none;
    /*color: #2859A5;*/
    color: #333;
    font-weight: bold;
    font-size: 130%;
}
div.popupPhotograph
{
    padding-top:2px;
    float:right;
}
div.popupImage
{
    margin-top:4px;
    margin-bottom:6px;
}
div.popupContent
{
    
}
div.popupContent p
{
    margin-top: 0px;
    margin-bottom: 0.5em;
    margin-left: 0px;
    margin-right: 0px;
}