.ErrorBody {
	/*background-color: #c5dee7;*/
	background-color: #000000;
	margin: 50px;
}

.Description {
	background: #EFEFEF url(../../../PersistantImage.ashx?key=ErrorDescriptionBackground) repeat-x top;
	border: 1px solid #D2D2D2;
	padding: 10px 10px 0px 10px;
	margin-top: 10px;
	font-size: 16px;
	font-family: sans-serif;
	color: #4F4F4F;
	text-align: left;
}

.ErrorMessage
{
    margin-top: 10px;
    background: #ffffCC url(../../../PersistantImage.ashx?key=ErrorMessageBackground) repeat-x; 
    border: solid 1px #ff0000; 
    font-family: Sans-Serif; 
    font-size: 18px; 
    font-weight: bold; 
    padding: 10px; 
    color: #ff0000;
    text-align: center;
}

.ErrorPanel
{
    background-color: #EFEFEF;
    border: solid 2px #D2D2D2;
    padding: 10px;
    width: 65%;
}

.ErrorTable
{
	background-color: #EFEFEF;
}

.ErrorLink
{
    color: BLUE;
    text-decoration: underline;
    font-weight: bold;
    font-family: Sans-Serif;
}

.UserEscapeContainer
{
    text-align: right; 
    margin-top: 10px; 
    padding-bottom: 5px; 
    font-family: sans-serif;
}

.UserEscapeLink
{
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-family: Sans-Serif;
    color: #EFEFEF;
}

.UserEscapeTable
{
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-family: Sans-Serif;
    color: #EFEFEF;
    
    /*border-left: solid 1px #205F87; 
    border-right: solid 1px #205F87; 
    border-bottom: solid 1px #205F87; */
    border-left: solid 1px #D2D2D2; 
    border-right: solid 1px #D2D2D2; 
    border-bottom: solid 1px #D2D2D2;
    background: #EFEFEF url(../../../PersistantImage.ashx?key=UserEscapeLinkBackground) repeat-x bottom;
    text-align: center;
}

.UserEscapeCell
{
    border-right: solid 1px #EFEFEF;
    width: 30%;
    height: 30px;
    text-align: center;
}

.DialogValidationErrorMessage
{
    text-align:center; 
    font-size: 12px; 
    font-weight: bold; 
    background: #FFFFCC url(../../../PersistantImage.ashx?key=ErrorMessageBackground) repeat-x;
    padding: 3px;
    margin: 4px;
    color: #FF0000;
    border: solid 1px #ff0000;
}

.InvalidTextEntered
{
    background: #FFFFCC;
    border: solid 1px red;
}