﻿.progressstatus
{
	position: relative;
	padding: 0px 0px 0px 0px;
	height: 20px;
	list-style: none;
	width: 100%;

}

.progressstatus td
{
	/*
	background-color:Blue;*/
	background-color:#00386e;
	padding: 0 0px 0 0px;
	color: White;
	text-align:center;
		background-image: url('Images/progress_status_next.jpg');
	background-repeat:no-repeat;

}

.progressstatus td.previous
{
	/*background-color: Gray;*/
	background-color: #00386e;
	color: white;
	background-image: url('Images/progress_status_previous.jpg');
	background-repeat:no-repeat;

}

.progressstatus td.current
{
	/* font-size: 18px; */
	background-color: white;
	background-image: url('Images/progress_status_current.jpg');
	background-repeat:no-repeat;
	color:#666666;
	font-weight:bold;
}

.progressstatus td.next
{
	/*
	background-color: #0033CF;*/
	background-image:url('Images/progress_status_next.jpg');
	background-repeat:no-repeat;
		background-color:#00386e;
	color:White;
}