﻿.Popup_GreyOut
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: table;
    background-image: url(../images/semi1x1.png);
}
.Popup_Positioner
{
	#position: absolute;
	display: table-cell;
	top: 50%;
	vertical-align: middle;
	z-index: 105;
}
.Popup_Window
{
	#position: relative;	
	top: -50%;
	margin: 0 auto;
	border: solid 1px black;
	z-index: 110;
}
.Popup_WindowTitle
{
    font-weight: bolder;
    font-size: 8pt;
    color: white;
    font-style: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #2072a4;
    text-align: center;
    border-bottom: solid 1px black;
}