﻿.ErrorBoxBg
{
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 0px;
}
.ProtectiveShield
{
	background-color: Black;
	filter: alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;

}
#ErrorBoxContent, #ConfirmBoxContent
{
	padding: 20px;
	z-index: 100;
	position: absolute;
	overflow: hidden;
	width: 360px;
	height: 260px;
}
#ConfirmBoxContent
{
	height: 100px;
}

.ErrorIcon
{
	width: 64px;
	height: 64px;
	float: left;
}
.ErrorMessage
{
	height: 64px;
	float: left;
	text-align: center;
	color: White;
	font-weight: bold;
	width: 294px;
}
.ErrorContent
{
	padding: 0px;
	margin: 10px 0px 5px 0px;
	width: 355px;
	height: 145px;
	float: left;
	clear: left;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #444444;
	color: White;
	border: inset 2px;
}
.ErrorContent UL
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.ErrorContent LI
{
	display: block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: White;
	background-color: #888888;
	border: outset 1px;
	font-family: Tahoma;
	font-size: 8pt;
	cursor: default;
	border-bottom: dotted 1px #444444;
	/* width: 100%; */
}
.ErrorContent LI:hover
{
	background-color: #cccccc;
	color: Black;
}

.ErrorCommit
{
	height: 25px;
	padding: 5px;
	padding-right: 1px;
	clear: left;
	text-align: right;
}
.PageAlert
{
	width: 870px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 11pt;
	margin-bottom: 5px;
	background-color: #e5ebef;
	display: block;
	border: solid 1px #9fadb7;
	border-left: solid 10px #444444;
}
.HelpBox
{
	background-color: #ffffe1;
	border: solid 1px #9fadb7;
	border-left: solid 10px #444444;
	display: block;
	padding-left: 40px;
	margin-bottom: 10px;
}
.HelpBox LI
{
	padding: 3px;
}
.HelpBox UL
{
	margin: 5px;
	list-style-type: square;
}
.HelpBox OL
{
	margin: 5px;
}