﻿#winLockLayer
{
	position:absolute;
	background:#000;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	filter:alpha(opacity=30);
	opacity:0.3;
	z-index:3000;
}

#winMessage
{
	position:absolute;
	border:solid 1px #000;
	top:2px;
	left:2px;
	background:#ffffcc;
	padding:8px 30px;
	z-index:3010;
}

div.Hide
{
	display:none;
}

button
{
	border:solid 1px #808080;
	background:#DCDCDC url(/Images/ButtonGradient.png) repeat-x;
	cursor:hand;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	padding:0px;
	margin:0px;
	z-index:100;
}

div.PopupWindow
{
	position:absolute;
	border:solid 1px #000;
	background:#eee;
	top:10px;
	left:10px;
	width:400px;
	height:200px;
	z-index:1000000 !important;
	-webkit-box-shadow: 0px 0px 30px #000;
	-moz-box-shadow: 0px 0px 30px #000000;
	box-shadow: 0px 0px 30px #000000;
}

div.PopupWindow div.PopupMainContent
{
	position:relative;
	z-index:1000000 !important;
}

div.PopupWindow div.Title
{
	position:relative;
	border-bottom:solid 1px #000;
	background:#6699cc url(/Images/ButtonGradient.png) repeat-x;
	padding:6px 5px 4px 5px;
	color:#fff;
}

div.PopupWindow div.Title div
{
	position:relative;
	cursor:move;
}

div.PopupWindow div.Title button
{
	display:none;
	position:absolute;
	border:solid 1px #808080;
	background-image:url(/Images/CloseWindow.png) !important;
	background-repeat:no-repeat;
	background-position:center center;
	padding:0px;
	margin:0px;
	width:20px;
	height:19px;
	top:2px;
	right:2px;
}

div.PopupWindow div#Declaration
{
	margin-bottom:5px;
}

div.PopupWindow div.PopupContent
{
	position:relative;
	border-bottom:solid 1px #999;
	padding:5px;
}

div.PopupWindow div.PopupContent button
{
	width:43px;
	height:40px;
}

div.PopupWindow div.ActionContainer
{
	border-top:solid 1px #fff;
	padding-top:5px;
	text-align:center;
}

div.PopupWindow div.Resizing{
	filter:alpha(opacity=0);
	opacity:0;
}

div.PopupWindow div.ActionContainer button
{
	position:relative !important;
	border:solid 1px #000;
	background:#6699cc url(/Images/ButtonGradient.png) repeat-x;
	color:#fff;
	width:auto;
	/*padding:5px 15px !important;*/
	margin-right:2px;
	min-width:60px;
}

#ErrorMessageContainer tr td table
{
	padding-left:5px;
}

#ErrorMessage
{
	border:solid 1px #808080;
	background:#fff;
	padding:4px;
	margin-top:5px;
	height:141px;
	overflow-y:auto;
}

button.ButtonSelected
{
	background:#CC6600 url(/Images/ButtonGradient.png) repeat-x;
	color:#fff;
}

div#PopupContentSupportInformationPrompt table#QuestionPrompt tbody tr td *{
	-moz-user-select:text !important;
	-khtml-user-select:text !important;
	-webkit-user-select:text !important;
}

table.Confirm{
	width:100%;
}

table.Confirm input{
	width:100%;
}

td.Scrollable > div{
	border:solid 1px #006699;
	background:#fff;
	overflow-y:scroll;
	padding:5px;
	height:200px;
}