body
{
}
.TextBox
{
	border: solid 1px #D4D4D4;
	font-family: Arial;
	color: #5F91A8;
	width: 150px;
	font-size: 10px;
}
.Step 
{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A8CFE1;
	padding: 15px 0px 15px 0px;
	display: block;
}
.StepActive 
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #63A8C9;
	padding: 15px 0px 15px 0px;
	vertical-align: middle;
	text-align: center;
	display: block;
}
.Form
{	
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #5F91A8;
	background-color: #F3F6F8;
}
.LoginButton
{
	margin-right: 7px;
}
.Star
{
	color: #BC1501;
	font-weight: bold;
	font-size:12px;
	margin-left: 3px;
}
.DropDown
{
	border: solid 1px #D4D4D4;
	font-family: Arial;
	font-size: 10px;
	color: #5F91A8;
	width: 153px;
}
.DropDownSmall
{
	border: solid 1px #D4D4D4;
	font-family: Arial;
	font-size: 10px;
	color: #5F91A8;
	width: 60px;
}
.FormConfirmation
{
	font-family: arial;
	font-size: 10px;
	color: #5F91A8;
	background-color: #F3F6F8;
}
.FormStatus
{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #6394AC;
	background-color: #FFFFFF;
}
.StatusTableBorder
{
	border: double 3px #A8CFE1;
	
}
.StatusRowBorder 
{
	padding: 5px;
	border-top: -1px none;
	border-left: double 3px #A8CFE1;
	border-right: double 3px #A8CFE1;
}

.StatusFooterBorder 
{
	border-top: solid 1px #A8CFE1;
	border-bottom: solid 1px #A8CFE1;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
}
.DateTextBox
{
	border: solid 1px #D4D4D4;
	font-family: Arial;
	color: #5F91A8;
	width: 131px;
	font-size: 10px;
}
.ajax__calendar_container
{
	position:relative;
	z-index:1;
	background-color: white;
	font-weight: normal;
}
.Sepeartor
{
	height: 5px;
	background-color: White;
}
div.Loading
{
	font-family: arial;
	font-size: 10px;
	color: #5F91A8;
}

.Validator
{
	color:Yellow;
	font-size: 20px;
	margin-left:3px;
}

.nodisp
{
    display: none;
}
