﻿.ProgressBar_DivProgress
{
	height: 20px;
	position:relative;
	left:0px;
	top:0px;
	border: solid #CCCCCC 1px;
	margin: 2px;
}

.ProgressBar_DivProgressBar
{
	height: 20px;
	background-color: Lime;
	background-repeat: repeat-x;
	position:absolute;
	left:0px;
	top:0px;
}

.ProgressBar_DivProgressText
{
	width: 100%;
	position:absolute;
	left:0px;
	top:0px;
	padding: 1px;
	z-index: 2;
	text-align: center;
}

.ProgressBar_DivHide
{
	width: 100%;
	position:absolute;
	left:0px;
	top:0px;
	padding: 1px;
	z-index: 3;
	text-align: right;
}

.ProgressBar_DivHide a
{
	color: #AAAAAA;
	font-size: 80%; 
	text-decoration: none;
	padding-right: 3px;
}

.ProgressBar_DivHide a:hover
{
	font-weight: bold;
}
