#datagrid
{
	float: left;
}

/* TODO Addition: rowCollection */
#rowCollection
{
	float: left;
	height: auto;
	overflow:auto;
	/*overflow-y: auto;
	overflow-x: hidden;*/
}

.row_even
{
	float: left;
	width: auto;
	background-color: #eaeaea;
}

.row_odd
{
	float: left;
	width: auto;
	background-color: #fff;
}

.titlebar
{
	float: left;
	padding: .5em 0 .5em 0;
	background-color: #666;
}

/* Return Grids */
.MangerUsers
{
	width: 81em;
}

.CarrierResolution
{
	width :72em;
}
.Report
{
	width: 26em;
}


.FBI
{
	width: 134em;
}

/*Fields */
.SCAC
{
	width: 5em;
}

.Client
{
	width: 5em;
}

.InvoiceNumber
{
	width: 12em;
}

.ClientAuthorization
{
	width: 12em;
}

.ShipDate
{
	width: 8em;
}

.ReceivedDate
{
	width: 8em;
}

.LowDate
{
	width: 8em;
}

.HighDate
{
	width: 8em;
}

.Reason
{
	width: 12em;
}

.ShipperName
{
	width: 20em;
}

.ClientCode
{
	width: 8em;
}

.ClientName
{
	width: 12em;
}

.RecordStatus
{
	width: 10em;
}

.Description
{
	width: 20em;
}

.ReducedAmount
{
	width: 10em;
}

.ReductionReason
{
	width: 20em;
}

.eMail
{
	width: 20em;
}

.UserLogonID
{
	width: 20em;
}

.FirstName
{
	width: 20em;
}

.LastName
{
	width: 20em;
}	

.title
{
	font-weight: bold;
	color: #fff;
}

.column
{
	float: left;
	padding: .5em 0 .5em 0;
	border-bottom: #eaeaea 1px solid;
	border-right: #eaeaea 1px solid;
}