﻿
td.progressBar
{
	background-color: Blue;
	visibility: hidden;
	border: solid 0px White;
	width: 10%;	
	border-right: none;
	border-left: none;		
}

table.progressBar
{
	width: 200px;
	border: solid 1px Gray;
	background-color: White;
	vertical-align: middle;
	height: 20px;	
}


tr.progressBar
{
	width: 100%;
	border: solid 0px White;
	border-right: none;
	border-left: none;		
}

div.progressBar
{
	font-style: italic;
	padding-left: 20px;	
}

