.detail_float
{
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}

.detail_table
{
	background: #ffffff;
	font-size:10pt;
}

.table_odd
{
	background: #ffffff;
}

.table_even
{
	background: #e8e8e8;
}

.error_msg
{
	font-size: small;
	color: red;
}

