/*Styles for the progress bar component (progbar.tag)*/

div.PBArea
{
	display: none;
	width: 20em;
	font-family: sans-serif;
}

div.PBBorder
{
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
}

div.PBBar
{
	width: 0;
	background-color: #6077c6;
}

div.PBText
{
	position: relative;
	top: -1.25em;
	text-align: center;
	font-weight: bold;
	color: black;
}