﻿/***** FUEL SURCHARGE *****/
#div_fsc_main {
	max-width: 770px;
	margin: 0px;
	padding: 4px;
	background: #eaeaea;
	border: solid 1px #ababab;
	float: left;
}
html>body #div_fsc_main{float:none;}

#div_fsc_main p {
	text-indent: 36px;
	text-align:justify;
	margin-left: 6px;
	margin-right: 6px;
}

#div_fsc_main .fsc_note{text-indent:0px;}

#div_fsc_main #div_fsc {
	background: #f8f8f8;
	padding: 4px;
	border: solid 1px #cdcdcd;
}
#div_fsc .fscRates {
	color: #cc3300;
	font-weight: bold;
	font-style: italic;
}
#div_fsc th, #div_fsc_main th {
	border-bottom: #cdcdcd;
}
#div_fsc hr, #div_fsc_main hr {
	color: #ababab;
}
#div_fsc .thTitle,
#div_fsc_main .thTitle {
	color: #4d1f0b;
	background: #c29c82;
	font-weight: bold;
	border-bottom: #7e7e7e;
}

/****** ACCESSORIAL FEES PAGE ******/
#accessorials_container {
	float: left;
	margin-top: 6px;
	padding: 4px;
	background: #eaeaea;
	border: solid 1px #ababab;
}	
html>body #accessorials_container {
	float: none;
	max-width: 720px;
}
#accessorials {
	background-color: #f7f7f7;
	border: solid 1px #bababa;
}	
#accessorials p {
	text-indent: 36px;
	text-align: justify;
	margin: 6px;
}
#accessorials span {
	font-style: italic;
	color: #cc3300;
}
#accessorials table {
	width: 100%;
	border: none;
	border-top: solid 1px #bababa;
}	
#accessorials th {
	padding: 4px;
	background: #e6f4e8;
	border-left: solid 1px #bababa;
	border-bottom: none;
}	
#accessorials .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
	padding: 2px;
	border-bottom: solid 1px #7e7e7e;
}
#accessorials td {
	padding: 2px;
	border-top: solid 1px #cdcdcd;
	border-left: solid 1px #cdcdcd;
}	
#accessorials .th_left,
#accessorials .td_left {
	text-align: left;
}
#accessorials .th_right,
#accessorials .td_right {
	text-align: right;
	padding-right: 4px;
}
#accessorials .th_center,
#accessorials .td_center {
	text-align: center;
	border-left: none;
}	

/***** RATE DOWNLOAD PAGE *****/
#rate_downloads {
	margin: 10px;
	width: 520px;
	background: #eaeaea;
	border: solid 1px #ababab;
	padding: 4px;
}
#rate_downloads #download_container {
	background: #f6f6f6;
	border: solid 1px #bababa;
	padding: 6px;
}
#rate_downloads table {
	border: solid 1px #7e7e7e;
	background: #fff;
}
#rate_downloads th {
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	background: #ece8b5;
	color: #8b0000;
}
#rate_downloads td {
	text-align: left;
	padding: 4px;
	font-size: 9pt;
}
#rate_downloads a {
	text-decoration: underline;
}
#rate_downloads .th_title {
	text-align: center;
	color: #4d1f0b;
	background: #c29c82;
	font-weight: bold;
}
#rate_downloads .th_header {
	text-align: center;
	color: #0a3f00;
	background: #d6e5cc;
	border-top: solid 1px #7e7e7e;
	font-weight: bold;
}
#rate_downloads .col_right {
	text-align: right;
}
#rate_downloads .col_tariff {
	width: 220px;
}
#rate_downloads .col_date {
	width: 150px;
}
#rate_downloads #current_rates {
	margin-top: 14px;
}
#rate_downloads #previous_rates {
	margin-top: 10px;
}

/**** DENSITY CALCULATOR ****/
#density {
	Width: 300px;
	background: #f5f5f5;
	border: solid 1px #ababab;
	padding: 6px;
}
#density .rate_error {
	border: solid 1px #cc3300;
	color: #cc3300;
	background: #fff0e6;
}
#density .rate_error td {
	text-align: left;
	padding: 4px;
}
#density .input{border: solid 1px #bababa;}

#density .output {
	border: solid 1px #bababa;
	border-top: none;
	margin-top: 6px;
}
#density .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
	padding: 1px;
	border-bottom: solid 1px #7e7e7e;
}
#density .th_right {
	width: 70px;
	text-align: right;
	padding-right: 4px;
	border: none;
	border-top: solid 1px #bababa;
}
#density .input td,
#density .output td {
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	border-top: solid 1px #cdcdcd;
	border-left: solid 1px #cdcdcd;
}
#density .td_left {width: 106px;}

#density .td_center {
	text-align: center;
	border: none;
}
#density .text {
	font-size: 9pt;
	width: 100px;
}
#density .label {
	font-size: 9pt;
	width: 100px;
	color: #4a1f0b;
	background: khaki;
}
#density .measure {
	width: 100px;
	font-size: 9pt;
}
#density .control {
	background: #f5f5f5;
	margin-top: 10px;
}
#density .button {
	margin-left: 20px;
}

