﻿.Error {
	color: #FF0000;
}
.DOTW {
	text-align: left;
}
.rightborder 
{
	border-right: solid 3px gray;
}
.ProductCode
{
	font-family: Courier New;
	font-size: 12px;
	width: 35px;
}

/* WIZARD  */
.StepHeader 
{
	height:19px;
	background-color: #284E98;
	float:left;	
	font-family: Arial;
	color: #FFF;
	vertical-align: middle;
}
.step 
{ 
	width:19px;
	height:19px;
	margin-right: 2px;
	color: White;
	font-size: 11px;
	text-align: center;
	float:left;
	vertical-align: middle;
}
.stepNotCompleted
{
    background-color: #999999;
}

.stepCompleted
{
    background-color: #7493CF;
}

.stepCurrent
{
    background-color: #e01122;
}

.wizardProgress
{
    padding-right: 10px;
    font-family: Arial;
    color: #FFF;
    font-size: 12px;

}

.wizardTitle
{
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	padding-left:6px;
	float:left;    
	width: 419px;   
}
.Schedules 
{
	font-family:Verdana;
	font-size: 12px;
}
.ScheduleHeader 
{
	font-weight:bold;
}
.ScheduleHeader th {
    text-align: left;
}
.Schedule_RowB 
{
	background:#FFF79F;
	}
.indent20px 
{
	margin-left:20px;
}
.NavigationButtons 
{
	color:#284E98;
	background-color:White;
	border-color:#507CD1;
	border-width:1px;
	border-style:Solid;
	font-family:Verdana;font-size:0.8em;
	margin-bottom: 10px;
}