#statusbar
{ 
	font-weight: bold !important;
	
	font-family:HelveticaLT-Regular;
	
	width:125px;

	height:21px;

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	border:2px solid #002E6B;

	background:rgba(255,255,255,0.9);

	-webkit-box-shadow: #B3B3B3 4px 4px 4px;

	-moz-box-shadow: #B3B3B3 4px 4px 4px;

	box-shadow: #B3B3B3 4px 4px 4px;

	text-align: center;

	float: left;

	padding-top: 5px;

	font-size:95%;

background: rgb(193,38,38); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(193,38,38,1) 0%, rgba(219,43,43,1) 50%, rgba(221,35,35,1) 51%, rgba(145,78,78,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,38,38,1)), color-stop(50%,rgba(219,43,43,1)), color-stop(51%,rgba(221,35,35,1)), color-stop(100%,rgba(145,78,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(193,38,38,1) 0%,rgba(219,43,43,1) 50%,rgba(221,35,35,1) 51%,rgba(145,78,78,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(193,38,38,1) 0%,rgba(219,43,43,1) 50%,rgba(221,35,35,1) 51%,rgba(145,78,78,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(193,38,38,1) 0%,rgba(219,43,43,1) 50%,rgba(221,35,35,1) 51%,rgba(145,78,78,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(193,38,38,1) 0%,rgba(219,43,43,1) 50%,rgba(221,35,35,1) 51%,rgba(145,78,78,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c12626', endColorstr='#914e4e',GradientType=0 ); /* IE6-9 */



	color: white;


}



#completed
{
	font-weight: bold !important;
	
	font-family:HelveticaLT-Regular;
	
	width:125px;

	height:21px;

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	border:2px solid #002E6B;

	background:rgba(255,255,255,0.9);

	-webkit-box-shadow: #B3B3B3 4px 4px 4px;

	-moz-box-shadow: #B3B3B3 4px 4px 4px;

	box-shadow: #B3B3B3 4px 4px 4px;

	text-align: center;

	float: left;

	padding-top: 5px;

	font-size:95%;

	background: rgb(35,147,29); /* Old browsers */

	background: -moz-linear-gradient(top,  rgba(35,147,29,1) 0%, rgba(42,206,39,1) 50%, rgba(33,206,59,1) 52%, rgba(109,198,113,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,147,29,1)), color-stop(50%,rgba(42,206,39,1)), color-stop(52%,rgba(33,206,59,1)), color-stop(100%,rgba(109,198,113,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  rgba(35,147,29,1) 0%,rgba(42,206,39,1) 50%,rgba(33,206,59,1) 52%,rgba(109,198,113,1) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  rgba(35,147,29,1) 0%,rgba(42,206,39,1) 50%,rgba(33,206,59,1) 52%,rgba(109,198,113,1) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  rgba(35,147,29,1) 0%,rgba(42,206,39,1) 50%,rgba(33,206,59,1) 52%,rgba(109,198,113,1) 100%); /* IE10+ */

	background: linear-gradient(to bottom,  rgba(35,147,29,1) 0%,rgba(42,206,39,1) 50%,rgba(33,206,59,1) 52%,rgba(109,198,113,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23931d', endColorstr='#6dc671',GradientType=0 ); /* IE6-9 */

	color: white;



}

#progressbarlinks
{
	font-weight: bold !important;
	
	font-family:HelveticaLT-Regular;

	color: white;

	font-size:95%;
}