﻿
.MasterPageTableBackground
{
	background-image: url(Images/DialogBackgroundLarge.jpg);
	background-repeat: no-repeat;
	border: 1px solid #252525;
	width: 750px;
	height: 550px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.ErrorHeader
{
	height: 110px;
	margin: 0 auto;
}

.ErrorContent
{
	width: 550px;
	padding: 18px;
	margin: 0 auto;
	height: 350px;
	background-image: url(Images/DialogBackgroundLarge.jpg);
	background-repeat: no-repeat;
	border: 1px solid #7597C9;
	vertical-align: top;
}

.MasterPageHeaderText
{
	font-size: 20pt;
	font-weight: bold;
	color: #CCEE00;
}

.MasterPagePaddingCell
{
	width: 50%;
}

.ErrorPagePaddingCell
{
	width: 1%;
}

.MasterPageHeader
{
	padding-top: 20px;
}

.MasterPageWorkingLabel
{
	color: white;
	margin-left: 8px;
}

.MasterPageProgressImage
{
	margin-top: 3px;
	margin-left: 8px;
	width: 705px;
	height: 15px;
}
