﻿/********************************************** Styles ***************************************************/

.PopupFrocen
{
	background-color: #444444;
	z-index: 1000;
}

.PopupDivWindow
{
	z-index: 1001;
}

.PopupWindow
{
	border: 1px solid black;
}

.PopupWindowTitle
{
	background-color: #00498D;
	padding-left: 10px;
	color: White;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
}

.PopupWindowContent
{
	background-color: #ffffff;
	padding: 10px;
	color: black;
}

.PrintContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.PrintContent
{
	position: absolute;
	top: 20;
	bottom: 20;
	left: 20;
	right: 20;
	z-index: 0;
	width: 90%;
}

.PrintLock
{
	position: absolute;
	top: 150;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.Hide
{
	display: none;
	visibility: hidden;
}

