﻿div.pageDimmer
{
	background-color: #000000;
	filter: alpha(opacity=55);
	height: 100%;
	left: 0px;
	opacity: 0.55;
	position: fixed;
	top: 0px;
	z-index: 50;
	width: 100%;
	-moz-opacity: .55;
}

div.messageBoxContainer
{
	background-color: #888888;
	border: 1px solid #999999;
	left: 20%;
	position: fixed;
	right: 20%;
	top: 10%;
	z-index: 50;
	padding: 5px;
}

div.messageBoxContainer div.messageBox
{
}

div.messageBoxContainer div.messageBox table.messageBoxTable
{
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #999999;
}

div.messageBoxContainer div.messageBox table.messageBoxTable tr td.title
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	background-image: url('../Images/MessageBoxTitleBackground.jpg');
	background-repeat: repeat-x;
	color: #ffffff;
	height: 25px;
	text-indent: 10px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
	width: 100%;
}

div.messageBoxContainer div.messageBox table.messageBoxTable tr td table tr td.icon
{
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px 0px 10px;
	width: 50px;
}

div.messageBoxContainer div.messageBox table.messageBoxTable tr td table tr td.message
{
	font-family: tahoma;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	text-align: left;
	vertical-align: top;
}

div.messageBoxContainer div.messageBox table.messageBoxTable tr td.messageBoxButtons
{
	padding: 10px 10px 10px 10px;
	text-align: right;
	vertical-align: middle;
}

div.messageBoxContainer div.messageBox table.messageBoxTable tr td.messageBoxButtons input.messageBoxButton, div.messageBoxContainer div.messageBox table.messageBoxTable tr td.messageBoxButtons input.messageBoxButtonNoFloat
{
	background-image: url('../Images/MessageBoxButtonBackground.jpg');
	background-color: Transparent;
	border: 1px solid #dddddd;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
	margin-left: 2px;
	width: auto;
	float: right;
}

div.messageBoxContainer div.messageBox table.messageBoxTable tr td.messageBoxButtons input.messageBoxButtonNoFloat
{
	float: none;
}

div#container div#main div#content input.messageBoxButton, div#container div#main div#content input.messageBoxButtonNoFloat
{
	background-image: url('../Images/MessageBoxButtonBackground.jpg');
	background-color: Transparent;
	border: 1px solid #dddddd;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
	margin-left: 2px;
	width: auto;
	float: right;
}

div#container div#main div#content input.messageBoxButtonNoFloat
{
	float: none;
}
