﻿/* Loading Pages Styles */
.pnlLoadDetails {
	float: left;
	width: 325px;
}

#LoadDetailsTable {
	border-collapse: collapse;
	width: 100%;
	font: 12px Tahoma;
	font-weight: bold;
}

#LoadDetailsTable tr td {
	border: 1px solid #C2C2C2;
	vertical-align: top;
}

#LoadDetailsTable label {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font: 10px Tahoma;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.LoadDetailPanel {
	width: 275px;
	float: right;
}

.BreadCrumbs
{
    font-weight: bold;
}

/* 
Extends the length of a label table cell from 
original Label class found in the default.css file 
*/
#tblTrackingFilter td.Label {
	width: 200px;
}
