﻿.errorContainer
{
	border: 2px solid #E90773;
	background-color: #FFECF5; /*background-color: #FFC0C0;*/
	font-family: 'Segoe UI' , 'Trebuchet MS' , Arial, Verdana, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #E90773;
	padding: 6px;
	margin-bottom: 15px;
}

.errorContainer ul
{
	margin-top:5px;
	margin-bottom:5px;
}

.errorStar
{
	font-weight:bold;
    color:#f82488;
    font-size:16px;
}

/* Inline error text, ie AJAX request that displays an inline message if error such as Possible Duplicate Event on event admin page */
.errorInlineText
{
	font-weight:bold;
    color:#f82488;
}

/* links displayed within the error container*/
.errorContainer a
{
	color: #BD065E;
}