﻿/*********** Toast Notifications */

.Notifications table
{
	width:220px;
	margin:0;
	text-align:left;
	position: fixed;
	bottom: 0;
	right:0;
}

.Notifications table td
{
	vertical-align:bottom;
}

.Notifications div
{
	padding:10px;
	margin-top:4px;
	border:1px solid #4b4a4b;
	background:White;
}

.Notifications div b
{
	display:block;
	margin-bottom:0.3em;
}

/*********** Error/Warning Notifications */

.PopupFrame
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(Notifications/BlackScreen.png);
	background-attachment:fixed;
	z-index:1000;
}

.PopupContainer
{
	width:500px;
	margin:0;
	text-align:left;
	position:absolute;
	z-index:1001;
}

.PopupBoxOuter
{
	width:500px;
	padding-top:40px;
	background:url(Notifications/PopupBoxOuter.png) no-repeat left top;
	position:relative;
}

.PopupBoxFrame
{
	width:500px;
	padding-bottom:42px;
	background:url(Notifications/PopupBoxFrame.png) no-repeat left bottom;
}

.PopupBoxInner
{
	width:320px;
	padding:0 69px 0 69px;
}

.PopupBoxInner h2
{
	display:block;
	margin:0;
	padding:0;
	font-size:260%;
	color:#f17802;
}

.PopupBoxInner .Error { color:#cd0000; }

.PopupBoxInner p { padding:1em 0 0 0; }

.PopupBoxInner p.IntroPara { font-size:120%; }

.PopupBoxInner .TextBox
{
	width:160px;
	margin-right:12px;
}

.PopupBoxInner .FileSelect
{
	width:215px;
	margin-right:8px;
	vertical-align:top;
	margin-top:-2px;
}

.PopupBoxInner .PopupClose
{
	text-align:center;
	margin-top:1em;
}

.PopupBoxInner .CloseCross
{
	display:block;
	position:absolute;
	top:6px;
	right:48px;
	background:url(Notifications/CloseCross.png) no-repeat left top;
	height:37px;
	width:39px;
	cursor:pointer;
}
.PopupBoxInner .CloseCross span { display:none; }

/*********** Large Popup */

.LargePopup .PopupContainer
{
	width:554px;
	margin:0;
	text-align:left;
	position:absolute;
	z-index:1001;
}

.LargePopup .PopupBoxOuter
{
	width:554px;
	padding-top:40px;
	background:url(Notifications/LargePopupBoxOuter.png) no-repeat left top;
	position:relative;
}

.LargePopup .PopupBoxFrame
{
	width:554px;
	padding-bottom:42px;
	background:url(Notifications/LargePopupBoxFrame.png) no-repeat left bottom;
}

.LargePopup .PopupBoxInner
{
	width:402px;
	padding:0 55px 0 55px;
}