.flButton
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 130px;
	padding: 5px;
	height: 35px;
	background: url(       '../Images/BlueButton.gif' ) no-repeat;
	color: #fff;
	border: solid 0px black;
}

.flButtonNew
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 100px;
	padding: 5px;
	height: 35px;
	background: url(       '../Images/OrangeButton100.gif' ) no-repeat;
	color: maroon;
	border: solid 0px black;
}

.rolloverCancel
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/CancelButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverCancel
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/CancelButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveCancel
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/CancelButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledCancel
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/CancelButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}

.rolloverNext
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/NextButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverNext
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/NextButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveNext
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/NextButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledNext
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/NextButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}



.progressWrapper
{
	width: 357px;
	overflow: hidden;
}
.progressContainer
{
	margin: 2px;
	padding: 3px;
	border: 1px solid #808080;
	background: #F7F7F7 url(        '../Images/GreyStatus.gif' ) top repeat-x;
	overflow: hidden;
}
.red
{
	border: 1px solid #BC6013;
	background: #BC6013 url(       '../Images/RedStatus.gif' ) top repeat-x;
}
.green /* Current */
{
	border: solid 1px #CBEB55;
	background: #CBEB55 url(       '../Images/GreenStatus.gif' ) top repeat-x;
}
.blue /* Complete */
{
	border: solid 1px #7FADFD;
	background: #7FADFD url(       '../Images/BlueStatus.gif' ) top repeat-x;
}

.progressName
{
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress, .progressBarComplete, .progressBarError
{
	font-size: 0px;
	width: 0%;
	height: 10px;
	background: url(       '../Images/BlackProgressBar.gif' ) bottom repeat-x;
	margin-top: 2px;
}
.progressBarComplete
{
	width: 100%;
	visibility: hidden;
}
.progressBarError
{
	width: 100%;
	visibility: hidden;
}
.progressBarStatus
{
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel, a.progressCancel:link, a.progressCancel:active, a.progressCancel:visited, a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 16px;
	width: 16px;
	background: url(       '../Images/CancelButton.png' ) 0px 0px no-repeat;
	float: right;
}
a.progressCancel:hover
{
	background-position: 0px 0px;
}

.DivResult
{
	font-weight: bold;
	font-size:11px;
	font-family:Arial; 
	color: #023565;
	background-color: #CBEB55;
	width: 700px;
	height: 30%;
	text-align: left;
	border: ridge 2px blue;
	position: absolute;
	z-index: 999;
	background: #CBEB55 url('../Images/BGGreen.gif' );
	FILTER: Alpha(Opacity=80, FinishOpacity=40, Style=1);
	left:50%;
	margin-left:-350px;
	bottom: 5px;
	overflow: hidden;
}

.DivResultInner
{
	font-weight: bold;
	font-size:11px;
	font-family:Arial; 
	color: #023565;
	background-color: #CBEB55;
	width: 100%;
	height: 100%;
	text-align: left;
	background: #CBEB55 url('../Images/BGGreen.gif' );
	overflow:visible; 
}

.HeadTRResultsInner
{ background-color: Navy;
  font-size:13px;
  font-weight:bold;
  color:White;  
  font-family:Arial; 
	
	}