﻿
/*********************************************************************************/
/*                           BEGINNING OF ERROR RULES                            */
/*********************************************************************************/
.messageInformational, .messageError, .messageWarning, .messageDebug, .messageConfirmation
{
	border: 1px solid #000;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 5px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	color: #000;
	background-repeat: no-repeat;
	background-position: left center;
}

.messageError
{
	background-color: #fdd;
	border-color: #933;
	background-image: url(../../Images/Error.gif);
	padding-left: 45px;
	position: relative;
}

.messageWarning
{
	background-color: #fe9;
	border-color: #990;
	background-image: url(../../Images/Warning.gif);
	position: relative;
	padding-left: 45px;
}

.messageInformational
{
	background-color: #ffc;
	border-color: #993;
	background-image: url(../../Images/Info.gif);
	position: relative;
	padding-left: 45px;
}

.messageWarning ul
{
	margin-top: 5px;
	margin-bottom: 0;
}

/*********************************************************************************/
/*                           END OF ERROR RULES                                  */
/*********************************************************************************/
