﻿@charset "utf-8";
/* CSS Document */

#popImg-back, #popImg-front
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:fixed;
}

#popImg-back
{
	background-color:#808080;
	filter : alpha(opacity=90); 
    -moz-opacity : 0.9; 
    opacity : 0.9; 
}

#popImg-front table
{
	width:100%;
	height:100%;
}

#popImg-front td 
{
	vertical-align:middle;
	text-align:center;
}

#popImg-element
{
	border:2px solid #FFFFFF;
	opacity:0;
	padding:10px;
	background-color:#6E6E6E;
}

#popImg-header
{
	height: 20px;
	background-color: #FFFFFF;
	margin-left: auto;
    margin-right: auto;
	padding-top: 4px; 
	padding-right: 5px;
	padding-left: 5px;
	text-align:right;
	opacity:0;
	border:1px solid #FFFFFF;
}

#popImg-close
{
	font-weight:900;
	font-size: 9pt; 
	color: #383838;
	font-family : "Trebuchet MS";
	cursor:pointer;
	float:right;
}

#popImg-close:hover
{
	color:#FFA510;
}

#popImg-link
{
	font-weight:900;
	font-size: 9pt; 
	color: #383838;
	font-family : "Trebuchet MS";
	float:left;
}

