﻿/***** COMMON TOOL CSS STYLES *****/
#tool_error {
	width: 500px;
	background: #f5f5f5;
	margin-top: 30px;
	padding: 4px;
	border: solid 1px #ababab;
}
#tool_error #table_error{margin-top:4px;}

#tool_error .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
	border: solid 1px #5e5e5e;
}

/***** TRANSIT TIME PAGE *****/
#transit_time {
	width: 560px;
	background: #f5f5f5;
	border: solid 1px #ababab;
	padding: 4px;
	margin-top: 10px;
}
#transit_time table {
	border: solid 1px #bababa;
	margin-top: 4px;
}
#transit_time td {
	padding: 2px;
	text-align: left;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}
#transit_time th {
	padding: 2px;
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}
#transit_time .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
	border: none;
	border-bottom: solid 1px #5e5e5e;
}
#transit_time .th_left {
	text-align: left;
	padding-left: 4px;
}	
#transit_time .th_right {
	width: 220px;
	text-align: right;
	padding-right: 4px;
}	

/***** SHIPMENT STATUS PAGE *****/
.links {
	width: 560px;
	margin-bottom: 4px;
    background: #ffffff;
	text-align: right;
	padding-right: 4px;
}
#freight_status {
	width: 560px;
    padding: 4px;
    background-color: #f5f5f5;
	border: solid 1px #ababab;
}
#freight_status table {
	border: solid 1px #bababa;
}
#freight_status th {
	border: solid 1px #cdcdcd;
	text-align: left;
	padding-left: 4px;
	padding-bottom: 1px;
}
#freight_status .th_title {
	border: solid 1px #cdcdcd;
	text-align: center;
	padding-bottom: 1px;
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bold;
}
#freight_status td {
	border: solid 1px #dcdcdc;
	text-align: left;
	padding-left: 4px;
}	
#freight_status .tableParties th {
	width: 50%;
}
#freight_status .tableParties {
	margin-top: 4px;
}	
#freight_status .tableStatus .th_right {
	width: 150px;
	text-align: right;
	padding-right: 4px;
	border: none;
	border-top: solid 1px #bababa;
}
#freight_status .tableStatus td {
	border: none;
	border-top: solid 1px #cdcdcd;
	border-left: solid 1px #cdcdcd;
}
#freight_status .tableStatus a {
	text-decoration: underline;
}
#freight_status .tableTrack {
	margin-top: 4px;
}	
#freight_status .tableTrack th {
	width: 16%;
}
#freight_status #tablePartnerLogo {
	margin-top: 10px;
}
#freight_status #tablePartnerLogo .tdLogo {
	width: 120px;
	border: none;
	padding-top: 8px;
}
#freight_status #tablePartnerLogo .tdInstructions {
	border: none;
	vertical-align: middle;
	color: #993333;
	font-weight: bold;
}
#freight_status #track_shipment_list {
	text-align: left;
	min-height: 420px;
}

/* SHIPMENT STATUS MULTIPLE PRO LISTS */
#status_list {
	padding: 4px;
	background: #eaeaea;
	border: solid 1px #ababab;
}
#status_list #shipment_list {
	border: solid 1px #bababa;
}
#status_list #shipment_list th {
	border-left: solid 1px #cdcdcd;
	border-top: solid 1px #cdcdcd;
	padding: 2px;
}	
#status_list #shipment_list td {
	border-left: solid 1px #dcdcdc;
	border-top: solid 1px #dcdcdc;
	padding: 2px;
}	
#status_list #shipment_list .thRange {
	text-align: center;
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bold;
	border: none;
}
#status_list #shipment_list .thLeft,
#status_list #shipment_list .tdLeft {
	text-align: left;
}
#status_list #shipment_list .thCenter,
#status_list #shipment_list .tdCenter {
	text-align: center;
}
#status_list #shipment_list .thRight,
#status_list #shipment_list .tdRight {
	text-align: right;
}

/***** SERVICE CENTER LOOKUP PAGE *****/
#service_center {
	width: 500px;
	padding: 0px 4px 4px 4px;
	background: #f5f5f5;
	border: solid 1px #ababab;
}
#service_center table {
	margin-top: 4px;
	padding: 1px;
	border: solid 1px #bababa;
}
#service_center table .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
	padding: 1px;
	border-bottom: solid 1px #7e7e7e;
}
#service_center table .th_right {
	width: 220px;
	text-align: right;
	padding-right: 4px;
	border-top: solid 1px #ababab;
	border-bottom: none;
}
#service_center table td {
	padding-left: 4px;
	text-align: left;
	border-left: solid 1px #dcdcdc;
	border-top: solid 1px #dcdcdc;
}

/***** SALES REP LOOKUP PAGE *****/
#sales_rep{margin-top: 20px;}

#sales_rep .panel_input {
	width: 380px;
	padding: 0px 4px 4px 4px;
	background: #f5f5f5;
	border: solid 1px #ababab;
}
#sales_rep #table_sr_lookup {
	margin-top: 4px;
	padding: 1px;
	border: solid 1px #bababa;
}
#sales_rep .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bold;
	padding: 1px;
	border-bottom: solid 1px #7e7e7e;
}
#sales_rep #table_sr_lookup .th_right {
	width: 180px;
	text-align: right;
	padding-right: 4px;
	border-top: solid 1px #ababab;
	border-bottom: none;
}
#sales_rep table td {
	padding-left: 4px;
	text-align: left;
	border-left: solid 1px #dcdcdc;
	border-top: solid 1px #dcdcdc;
}
#sales_rep #table_sr_lookup .text_zip {
	width: 170px;
	font-size: 1em;
}
#sales_rep .button{margin-top:16px;}

#sales_rep .panel_display {
	width: 500px;
	padding: 4px;
	background: #f5f5f5;
	border: solid 1px #ababab;
}
#sales_rep #div_links {
	text-align: right;
	padding: 2px 6px 4px 0px;
	border: solid 1px #bababa;
	border-bottom: none;
	background: #fff;
}
#sales_rep #table_sr {
	padding: 1px;
	border: solid 1px #bababa;
	border-top: none;
}
#sales_rep #table_sc {
	margin-top: 4px;
	padding: 1px;
	border: solid 1px #bababa;
}
#sales_rep #table_sr .th_right,
#sales_rep #table_sc .th_right {
	width: 220px;
	text-align: right;
	padding-right: 4px;
	border-top: solid 1px #ababab;
	border-bottom: none;
}
