text{
	font-family:Arial,Verdana;
	font-size:12px;
}
		
.progressBarDiv{
	text-align:center;
}

.progressBar{
	width:300px;
	border: 1px solid gray;
}

.progressBarActiveCell{
	background: white url(images/active.png) repeat-x top left;
	height:21px;
}

.progressBarCell{
	background: white url(images/normal.png) repeat-x top left;	
	height:21px;
}

.header{
	font-size:13px;
	font-weight:bold;
	background-color:#6CBCE1;
	color:black;
}

.gridPanel{
	width:550px;
	border:1px outset gray;
}

.gridPanel td{
	text-align:center;
	padding:10px;
}	

.bolded{	
	font-weight:bold;
}

.normal{	
	font-weight:normal;
}
