form {
	padding: 0px;
	margin: 0px;
}
td {
	font-family: Arial, sans-serif;
	vertical-align: top;
}
p {
	color: #a2aabf;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 17px;
}
#pageTitle h1 {
	color: #cac9c9;
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	padding: 4px 0 20px;
	margin: 0 0 10px;
}
h2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	margin: 4px 0px;
}
h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 4px 0px;
}
a {
	color: #167ae9;
	text-decoration: none;
}
a:hover {
	color: #167ae9;
	text-decoration: underline;
}
.tableBorder {
	border: 1px solid #bfbfbf;
}
.tableHeader {
	background: #052661 url(/images/header.gif) 0 0 repeat-x;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 12px;
}
.tableHeader a {
	color: #ffffff;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
.tableHeader a:hover {
	text-decoration: none;
}
.evenrow {
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #333333;	
}
.oddrow {
	background-color: #7d828f;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #333333;	
}
.formSection {
	background: #052661 url(/images/header.gif) 0 0 repeat-x;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 12px;
}
.fieldLbl {
	padding: 6px 12px;
}
.fieldVal {
	text-align: left;
}
.formFieldSet {
	background: transparent none;
}
.redText {
	color: #ff0000;
}
#messages {
	padding: 7px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.message_warning {
	color: #ff0000;
	border: 2px solid #ff0000;
}
.message_confirm {
	color: #00ff00;
	border: 2px solid #00ff00;
}
.imgClass {
	border: none;
	padding: 3px;
}
.button {
	background: #07255c url(/images/button.gif) 0 0 repeat-x;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fffefe;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	padding: 3px 14px;
	text-align: center;
}
.button:hover {
	background-image: none;
	background-color: #6f9bd4;
	color: #ffffff;
}

#east, #west, #midwest {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #9c9c9c;
	padding: 15px 20px;
	width: 170px;
	height: 140px;
	float: left;
	margin: 40px 20px 0px 0px;
}

.info_box_off {
	background-color: #0c131b;
}

.info_box_on {
	background-color: #0f3258;
}

.info_title {
	color: #fefefe;
	font-weight: bold;
	padding-bottom: 5px;
}


/************************************************************************************************************************************************/
/*********** Truckloads *************************************************************************************************************************/
/************************************************************************************************************************************************/
.truckLoadContainer{
	display: inline-block;
	width: 100%;
}

.truckLoadContainer .truckLoadBox{
	display: inline-block;
	width: 674px;
	padding:10px 15px 10px 15px;
	border-bottom: 1px solid #a2aabf;
}

.truckLoadContainer .truckLoadBox:last-child{
	border-bottom: 0px;
}

.truckLoadContainer .truckLoadBox .truckLoadInfo{
	margin-bottom: 5px;
	margin-top: 5px;
}

.truckLoadContainer .truckLoadBox .truckLoadInfo .label{
	font-weight: bold;
}