﻿/***** myACCOUNT BENEFITS PAGE *****/
#benefits {
	background: #f5f5f5;
	width: 480px;
	padding: 6px;
	border: solid 1px #cdcdcd;
}
#benefits #table_benefits{border: solid 1px #ababab;}

#benefits #table_links {
	background: #f5f5f5;
	margin-top: 4px;
}
#benefits .th_title {
	color: #4d1f0b;
	background: #c29c82;
	font-weight: bolder;
}
#benefits .td_left {
	padding-right: 4px;
	text-align: left;
}
#benefits .td_right{text-align: right;}
#benefits ul{margin-top:12px;}

/***** SHIPMENT CHARGES (INVOICE) *****/
#charges .charges_input {
	width: 580px;
	margin-top: 20px;
	padding: 4px;
	background-color: #eaeaea;
	border: solid 1px #ababab;
}
#charges .charges_input .table_error {
	margin-bottom: 6px;
}
#charges #input_table {
    background-color: #f7f7f7;
	border: solid 1px #bababa;
	padding: 4px;
}
#charges #input_table .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
}
#charges #input_table td {
	padding-top: 4px;
}
#charges #input_table {
	width: 580px;
	margin: 0;
	padding: 4px;
}
#charges #text_input {
	font-size: .9em;
}

/* CHARGES SHARED CSS */
#charges .th_left,
#charges .td_left {
	text-align: left;
}
#charges .th_right,
#charges .td_right {
	text-align: right;
}
#charges .th_center,
#charges .td_center {
	text-align: center;
}
#charges .invoice_links {
	background: #fff;
	text-align: right;
	padding: 4px 6px 4px 0px;
	border: solid 1px #9e9e9e;
}
#charges .invoice_links a{color:Blue;}
#charges .invoice_links a:hover{color:Red;}

/* CHARGES SHIPMENT LIST */
#charges .panel_shipments {
	background: #eaeaea;
	border: solid 1px #ababab;
	padding: 4px;
	float: left;
}
html>body #charges .panel_shipments{float:none;}

#charges #shipment_list {
	border: none;
	border: solid 1px #9e9e9e;
	border-top: none;
}
#charges #shipment_list th {
	padding: 2px;
	border: none;
	border-left: solid 1px #ababab;
	border-top: solid 1px #ababab;
}
#charges #shipment_list td {
	padding: 2px;
	border: none;
	border-left: solid 1px #cdcdcd;
	border-top: solid 1px #cdcdcd;
}
#charges #shipment_list{border-top:none;}

#charges #shipment_list .th_range {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
}
#charges #shipment_list .th_left,
#charges #shipment_list .td_left {
	text-align: left;
}

#charges #shipment_list .th_right,
#charges #shipment_list .td_right {
	text-align: right;
}

#charges #shipment_list .th_center,
#charges #shipment_list .td_center {
	text-align: center;
}

/* INVOICE DISPLAY */
#charges .panel_invoice {
	width: 580px;
	text-align: left;
	margin-top: 4px;
	background: #eaeaea;
	border: solid 1px #ababab;
	padding: 4px;
}
#charges .panel_invoice table th {
	text-align: left;
	border-top: solid 1px #cdcdcd;
	border-left: solid 1px #cdcdcd;
	padding: 2px 4px 2px 4px;
}	
#charges .panel_invoice table td {
	text-align: left;
	border-top: solid 1px #cdcdcd;
	border-left: solid 1px #cdcdcd;
	padding: 2px 4px 2px 4px;
	color: #000;
}
#charges .panel_invoice .th_right,
#charges .panel_invoice .td_right {
	text-align: right;
}
#charges .panel_invoice .th_left,
#charges .panel_invoice .td_left {
	text-align: left;
}
#charges .panel_invoice .th_center,
#charges .panel_invoice .td_center {
	text-align: center;
}
#charges #invoice_title {
	border-left: solid 1px #8e8e8e;
	border-right: solid 1px #8e8e8e;
}
#charges #invoice_title .th_left {
	padding-left: 4px;
	border: none;
	font-size: 1.1em;
}
#charges #invoice_title .th_right {
	padding-right: 4px;
	border: none;
	font-size: 1.1em;
}
#charges #invoice_body {
	width: 100%;
	border-left: solid 1px #8e8e8e;
	border-right: solid 1px #8e8e8e;
}
#charges #invoice_body a {
    font-size: .9em;
}
#charges #table_charges {
	padding: 0;
	border: none;
}
#charges #table_charges td {
	border-bottom: none;
	border-right: none;
}
#charges #table_charges .tdtopleft {
	border-top: none;
	border-left: none;
}
#charges #table_charges .tdtopright {
	border-top: none;
}
#charges #table_charges .tdbottomleft {
	border-left: none;
	text-align: right;
}
#charges #table_charges .tdbottomcenter,
#charges #table_charges .tdbottomright {
	text-align: right;
}
#charges #invoice_detail {
	border: solid 1px #8e8e8e;
	border-top: none;
}
#charges #invoice_detail th,
#charges #invoice_detail td {
	border-right: none;
	border-bottom: none;
}
#charges #invoice_detail .th_pieces {
	text-align: right;
	padding-right: 6px;
	border-left: none;
}
#charges #invoice_detail .td_pieces {
	text-align: right;
	padding-right: 6px;
	border-left: none;
}
#charges #invoice_detail h5 {
    color: #333;
    font-size: 1em;
}

/***** DOCUMENT IMAGES *****/
#images .panel_image_input {
	width: 480px;
	margin-top: 20px;
	padding: 6px;
	background: #eaeaea;
	border: solid 1px #7e7e7e;
}
#images .panel_image_input .table_error {
	margin-bottom: 6px;
}
#images .panel_image_input .table_input {
    background: #f7f7f7;
	border: solid 1px #ababab;
	margin-bottom: 10px;
	padding: 6px;
}
#images .panel_image_input .table_input td {
	border: none;
	padding-left: 6px;
	padding-right: 6px;
}
#images .panel_image_input .table_input .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
}
#images .panel_image_input .image_search {
	height: 100px;
}
#images .panel_image_input .text_input {
	font-size: .9em;
	width: 120px;
	padding-left: 6px;
}
#images .panel_image_input .td_radio_input {
	height: 100px;
	width: 160px;
	padding: 6px;
	text-align: right;
	padding-right: 0px;
}
#images .panel_image_input .fsRater {
	margin-bottom: 10px;
}
#images .panel_image_input .radio_input {
    background: #f7f7f7;
}
#images .radio_input td {
	text-align: left;
}

/* DOCUMENT IMAGE SHARED CSS */
#images .image_links {
	background: #fff;
	text-align: right;
	padding: 4px 6px 4px 0px;
	border: solid 1px #9e9e9e;
	border-bottom: none;
}
#images .image_links a{color:Blue;}
#images .image_links a:hover{color:Red;}

#images th {
	padding: 2px;
	border-top: solid 1px #bababa;
	border-left: solid 1px #bababa;
	border-bottom: none;
}
#images td {
	border-left: solid 1px #cdcdcd;
	border-top: solid 1px #cdcdcd;
	padding: 2px;
}
#images .th_left,
#images .td_left {
	text-align: left;
}
#images .th_right,
#images .td_right {
	text-align: right;
}
#images .th_center,
#images .td_center {
	text-align: center;
}
#images .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
}

/* DOCUMENT IMAGE SHIPMENT PANEL */
#images .panel_shipments {
	background: #eaeaea;
	border: solid 1px #ababab;
	padding: 4px;
	float: left;
}
html>body #images .panel_shipments{float:none;}

#images .shipment_list {
	padding: 2px;
	border: solid 1px #ababab;
}

/* DOCUMENT IMAGE INFORMATION PANEL */
#images .panel_images {
	width: 520px;
	background: #eaeaea;
	border: solid 1px #ababab;
	padding: 4px;
}
#images .table_pro_info {
	padding: 2px;
	border: solid 1px #ababab;
}

/***** SHIPMENT REPORTS *****/
#reports .panel_report_input {
	width: 580px;
	background: #eaeaea;
	border: solid 1px #7e7e7e;
	padding: 4px;
}
#reports legend{text-align: left;}
#reports .cmdSubmit{margin-right: 10px;}
#reports .cmdReset{margin-left: 10px;}
#reports td{text-align:left;}

#reports .panel_report_input .rate_error,
#reports table.access_error {
	border: solid 1px #cc3300;
	color: #cc3300;
	background: #fff0e6;
	margin: 6px 0 4px 0;
}
#reports .panel_report_input .rate_error td,
#reports table.access_error td {
	text-align: left;
	padding: 4px;
}
#reports .panel_report_input .email_success {
	color: #fff;
	background: #336699;
	margin: 6px 0 4px 0;
	border: #0066cc 1px solid;
}
#reports .panel_report_input .email_success td {
	text-align: left;
	padding: 4px;
}
#reports .panel_report_input .fsRater {
	margin-bottom: 10px;
}
#reports .panel_report_input .table_input {
	margin-top: 0;
	margin-bottom: 0;
	background: #f7f7f7;
	border: solid 1px #9a9a9a;
}
#reports .panel_report_input .table_input td {
	vertical-align: top;
	padding: 6px;
}
#reports .panel_report_input .radio_input td {
	padding: 0;
}
#reports .panel_report_input .min_date {
	color: Blue;
}
#reports .table_account {
	text-align: left;
	margin: 0;
	padding: 6px;
	background: #f7f7f7;
	border: solid 1px #9a9a9a;
	border-bottom: none;
}
#reports .table_account .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
}
#reports .table_account .colAccount {
	text-align: left;
}
#reports .table_account .text_account {
	width: 60px;
	font-size: 1em;
}
#reports .table_account .dd_account {
	font-size: .9em;
	width: 548px;
}
#reports .table_account .text_desc {
	width: 456px;
	font-size: 1em;
	background: #d6e5cc;
	color: #383838;
	padding-left: 4px;
	margin-left: 4px;
	border: solid 1px #cdcdcd;
}
#reports .table_account .account_error {
	width: 456px;
	font-size: 1.1em;
	height: 14px;
	border: solid 1px #cc3300;
	color: #cc3300;
	background: #fff0e6;
	padding-left: 4px;
	margin-left: 4px;
}
#reports #table_parms1 {
	border-top: none;
	border-bottom: none;
}
#reports #table_parms2 {
	margin: 0;
	border-top: none;
	border-bottom: none;
}
#reports .panel_report_input .fs_parms1 {
	height: 80px;
}
#reports .panel_report_input .table_dates {
	background: #f7f7f7;
	margin-top: 6px;
}
#reports .panel_report_input .table_dates .tdRight {
	text-align: right;
	padding: 0;
	padding-right: 2px;
}
#reports .panel_report_input .table_dates .tdLeft {
	text-align: left;
	padding: 0;
	padding-left: 2px;
}
#reports .panel_report_input .table_dates .text_date {
	font-size: 1em;
	margin: 0;
	width: 150px;
}
#reports .panel_report_input .radio_input {
	background: #f7f7f7;
}
#reports .panel_email {
	background: #f7f7f7;
	border: solid 1px #9a9a9a;
	border-top: none;
	padding: 6px;
	padding-top: 0;
	margin-bottom: 10px;
	text-align: left;
}
#reports .panel_email .legend_email {
	text-align: left;
}
#reports .panel_email .table_input {
	border: none;
	margin-top: 4px;
}
#reports .panel_email .table_input .tdRight {
	text-align: right;
	width: 70px;
	padding: 0;
	padding-right: 2px;
}
#reports .panel_email .table_input .tdLeft {
	text-align: left;
	padding: 0;
	padding-left: 2px;
}
#reports .panel_email .table_input .email_input {
	width: 454px;
	margin: 0;
	font-size: 1em;
}

/***** REPORT DISPLAY ****/
#reports .report_display {
	background: #eaeaea;
	border: solid 1px #ababab;
	padding: 4px;
	float: left;
}
html>body #reports .report_display{float:none;}

#reports .report_display .div_links {
	width: auto;
	text-align: right;
	padding: 2px 6px 4px 0px;
	background: #fff;
	border: solid 1px #bababa;
	border-bottom: none;
}
#reports .shipment_header {
	border: solid 1px #bababa;
	border-bottom: none;
}
#reports .shipment_header .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
	border: none;
	padding: 1px;
}	
#reports .shipment_detail {
	border: solid 1px #bababa;
	border-top: none;
}
#reports .shipment_detail th {
	border-top: solid 1px #cdcdcd;
	border-left: solid 1px #cdcdcd;
	border-bottom: none;
}
#reports .shipment_detail td {
	border-left: solid 1px #cdcdcd;
}
#reports .shipment_detail .tdTop {
	text-align: left;
	padding-left: 2px;
	border-bottom: none;
}
#reports .shipment_detail .tdHeader
{
	text-align: left;
	padding-top: 4px;
	padding-left: 2px;
	border-top: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
	font-weight: bold;
	font-style: italic;
	background: #eee8aa;
	color: #8b0000;
}
#reports .shipment_detail .thLeft,
#reports .shipment_detail .tdLeft {
	text-align: left;
	padding-left: 2px;
}
#reports .shipment_detail .thCenter,
#reports .shipment_detail .tdCenter {
	text-align: center;
}
#reports .shipment_detail .thRight,
#reports .shipment_detail .tdRight {
	text-align: right;
	padding-right: 2px;
}

/***** MY ACCOUNT PROFILE *****/
#profile {
	width: 580px;
	background: #eaeaea;
	border: solid 1px #9e9e9e;
	padding: 4px;
}
#profile #div_links {
	background: #fff;
	text-align: right;
	border: solid 1px #ababab;
	padding: 4px 6px 4px 0px;
}
#profile #table_profile {
	background: #f2f2f2;
	margin: 0px;
	border: solid 1px #ababab;
	border-top: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
#profile #table_profile td {
	text-align: left;
	padding-left: 2px;
}
#profile .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bold;
}
#profile #table_profile .trTop {
	padding-top: 8px;
}
#profile #table_profile .trBottom {
	padding-bottom: 8px;
}
#profile #table_profile .tdCenter {
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}
#profile #table_profile .tdRight1 {
	width: 78px;
	text-align: right;
	padding-right: 2px;
}
#profile #table_profile .tdRight2 {
	width: 90px;
	text-align: right;
	padding-right: 2px;
}
#profile #table_profile .text_input {
	width: 276px;
	font-size: 1.1em;
	height: 14px;
}
#profile #table_profile .dd_state {
	width: 182px;
	font-size: 1em;
}
#profile #table_profile .text_zip {
	width: 90px;
	height: 14px;
	font-size: 1.1em;
}
#profile #table_profile .text_phone {
	width: 90px;
	height: 14px;
	font-size: 1.1em;
}
#profile #table_profile .label_act
{
	width: 90px;
	height: 14px;
	font-size: 1.1em;
	color: #0000cc;
}
