﻿.validationErrorContainer
{
	background-color:red;
	border:2px solid white;
	float:left;
	height:18px;
}

.validationErrorText
{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;	
}

.validationErrorArrow
{
	margin-top:3px;
	margin-left:4px;
}

.validationErrorArrow15
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:15px;
	height:1px;
	margin-left:0px;				
}

.validationErrorArrow13
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:13px;
	height:1px;				
	margin-left:1px;				
}

.validationErrorArrow11
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:11px;
	height:1px;				
	margin-left:2px;				
}

.validationErrorArrow9
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:9px;
	height:1px;				
	margin-left:3px;				
}

.validationErrorArrow7
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:7px;
	height:1px;				
	margin-left:4px;				
}

.validationErrorArrow5
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:5px;
	height:1px;				
	margin-left:5px;				
}

.validationErrorArrow3
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:3px;
	height:1px;				
	margin-left:6px;				
}

.validationErrorArrow1
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:1px;
	height:1px;	
	margin-left:7px;				
}

.validationAlertContainer
{
	background-color: #A9FB24;
	border: 2px solid white;
	float: left;
	height: 18px;
}

.validationAlertText
{
	color:gray;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;	
}

.validationAlertArrow
{
	margin-top:3px;
	margin-left:4px;
}

.validationAlertArrow15
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:15px;
	height:1px;
	margin-left:0px;				
}

.validationAlertArrow13
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:13px;
	height:1px;				
	margin-left:1px;				
}

.validationAlertArrow11
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:11px;
	height:1px;				
	margin-left:2px;				
}

.validationAlertArrow9
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:9px;
	height:1px;				
	margin-left:3px;				
}

.validationAlertArrow7
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:7px;
	height:1px;				
	margin-left:4px;				
}

.validationAlertArrow5
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:5px;
	height:1px;				
	margin-left:5px;				
}

.validationAlertArrow3
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:3px;
	height:1px;				
	margin-left:6px;				
}

.validationAlertArrow1
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:1px;
	height:1px;	
	margin-left:7px;				
}