#ProgressTable
{
	width : 147px !important;
}

#Progress_Container
{
	text-align : center;
	padding : 3px;	
}

#Progress_Bar_Fill
{
	text-align : left;
	margin-right:auto;
	margin-left:auto;
	padding : 1px;
	border : 1px solid #75AADB; /* prog bar border thickness style & color */
	width :  150px;
	height : 20px;
}

#Progress_Bar
{
	background-color : #75B1C9; /* prog bar BG Color */
	height : 20px;
}

#ProgressPercentage
{
	margin-bottom : 20px;
	color: #75AADB;
	font-weight:bold; /* percentage text format */
	font-size:16px; /* percentage text etxt size */
}

#StopSearch
{
	position : relative;
	left : -20px;
}

#ExtendSearch
{
	position : relative;
	left : 20px;
}