﻿.dialog_header
{
	background-color: Navy;
	text-align: center;
	width: 100%;
	height: 30px;
	color: White;
}

.dialog_content
{
	display: none;
	position: absolute;
	border: solid 2px black;
	background-color: White;
	top: 10px;
	left: 200px;
	overflow:auto;
	z-index: 100010;
	margin-left:auto;
	margin-right:auto;
	background-position: center;
}

.bgTransparant
{
	Filter: Alpha(Opacity=30, FinishOpacity=30, Style=1);
	opacity: 0.30;
	-moz-opacity: 0.3;
	background-color: #333333;
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10010;
}

.bgTransparantFrm
{
	Filter: Alpha(Opacity=0, FinishOpacity=0, Style=1);
	opacity: 0.0;
	-moz-opacity: 0.0;
	background-color: #333333;
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10010;
}

