table.progress
{
	border-collapse:			separate;
}

table.progress th
{
	background-color:			#CCCCCC;
	width:						60px;
	height:						30px;
	padding:					3px;
	border:						1px solid #777777;
	text-align:					center;
	vertical-align:				middle;
}

table.progress td
{
	background-color:			#EEEEEE;
	width:						40px;
	height:						30px;
	padding:					3px;
	border:						1px solid #777777;
	font-size:					10px;
	text-align:					center;
	vertical-align:				middle;
}

table.report
{
	border-collapse:			collapse;
}

table.report th.left
{
	width:						130px;
	height:						35px;
	padding:					3px;
	border:						1px solid #000000;
	text-align:					center;
	vertical-align:				middle;
	font-size:					10px;
}

table.report td
{
}

table.report td.result
{
	width:						50px;
	height:						35px;
	padding:					3px;
	border:						1px solid #000000;
	border-right:				1px solid #999999;
	font-size:					10px;
	text-align:					center;
	vertical-align:				middle;
}

table.report td.right
{
	width:						60px;
	height:						35px;
	padding:					3px;
	border:						1px solid #000000;
	border-left:				1px solid #999999;
	font-size:					10px;
	text-align:					center;
	vertical-align:				middle;
}