/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* BEGIN STRUCTURE */
:focus {outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#fff;
	min-width:1100px;
}

body {
	background-image:url("../../images/bg-titlebar.jpg");
	background-position:center 110px;
	background-repeat:no-repeat;
}

#wrapper {
	position:relative;
	width:960px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	border:0px solid black;
}

#header {height:180px;}

#logo {
	position:absolute;
	top:42px;
	left:0px;
}

/*#titlebar {
	background-image:url("../../images/bg-titlebar.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:-160px;
	width:1280px;
	height:70px;
	border:1px solid #000;

}*/
#titlebarH1 {position:absolute;top:-86px;left:4px;font-size:18px;font-weight:normal;color:#606060; }
#titlebarP {position:absolute;top:-79px;right:4px;font-style:italic;font-size:13px;color:#606060; }

#content {position:relative;margin-top:35px;}

#main {
    float:left;
	width:680px;
	padding:0px 0px 20px 10px;
	border:0px solid #000;
}

#mainFullWidth {
	float:none;
	width:940px;
	padding:0px 0px 20px 10px;
}

#sidebar {
    float:right;
	width:216px;
	margin-top:8px;
	padding:3px 0px 15px 0px;
	border-top:2px solid #fb0000;
}

#footer {
	height:80px;
	background-image:url("../../images/bg-footer.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:20px;
	position:relative;
	top:0px;
	left:-70px;
	width:1100px;
	height:70px;
	text-align:center;
}
#footer p {text-align:center;}
/*
#footer p.left {
	float:left;
	padding-left:170px;
}
#footer p.right {
	float:right;
	padding-right:160px;
}*/
#footer a {color:#000;text-decoration:none;}
#footer a:visited {text-decoration:none;}
#footer a:hover {color:#000;text-decoration:none;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-family: 'PT Sans', sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
 	margin:0px;
	padding-bottom:10px;
}

p, ul, ol, form {font-size:14px;}

h1 {font-size:22px;}


h2 {font-size:18px;}

h3 {font-size:14px;}
#sidebar h3 {font-size:16px;font-weight:normal;margin-top:10px;}
#sidebar ul {
	margin:0;
	padding:0;

	padding-left:15px;
	text-indent:0px;
	text-decoration:none;

}
#sidebar ul li {margin-bottom:5px;}
#sidebar ul li a {text-decoration:none;}

h4 {font-size:12px;}

p {
	margin:0px;
	padding-bottom:15px;
	line-height:22px;
	text-align:justify;
}
li {margin-bottom:12px;line-height:14px;color:#000;}
a {
	color:#149f9f;
	text-decoration:underline;
}
a:visited {color:#149f9f;}
a:hover {text-decoration:none;color:#000;}

ul {
	margin:0;
	padding:0;
	padding-bottom:5px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/images/dot.png");
	color:#000;
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	color:#000;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}
.30px_bottom_margin {margin-top:30px;}
.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.small {font-size:12px;}
.no_spacing {margin:0px; padding:0;}
.light, .tableLight {background-color:#f4e2bd;}
.dark, .tableDark {background-color:#ececec;}
.adminBar {background-color:#2d4122;}
.tableHighlight {background-color:#5f4f4b;}
.white {color:#FFFFFF;}
.hidden {display:none !important;}
.icon {vertical-align:middle;}
a.no_link, a.no_link:visited, a.no_link:hover {color:#000;text-decoration:none;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #000;
}
/* END VARIOUS TAGS AND CLASSES */
/* BEGIN CUSTOM, SITE SPECIFIC STYLES */
#trackingForm {position:relative;}
#trackingForm #bol {border:1px solid #dedede;width:175px;height:25px;padding:0px 0px 0px 2px;color:#878787;}
#trackingForm #submit {width:29px;height:19px;position:absolute;top:3px;left:179px;}

#titlebarHome {
	background-image:url("../../images/bg-titlebar-home-top.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:-160px;
	right:-160px;
	width:1280px;

}
#titlebarHome div {
	background-image:url("../../images/bg-titlebar-home-bottom.jpg");
	background-position:bottom center;
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	width:1280px;
	padding-bottom:25px;

}
#titlebarHome  ul {list-style-image:none;}
#titlebarHome div img {margin-left:176px;margin-left:150px;margin-top:12px;}

/*input, textarea, select, .uneditable-input {
	height:25px;
}*/
form ul {
	padding:0;
}

form label.error {
	position:relative;
	right:150px;
    color: #E65954;
    float: right;
    font-size: 13px;
    line-height: 18px;
    padding-top: 6px;
    text-align: left;
    width: 130px;
}
form label.valid {
    color: #61C261;
    float: right;
    font-size: 13px;
    line-height: 18px;
    padding-top: 6px;
    text-align: left;
    width: 130px;
}

.left {float:left;}
.left ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	color:#000;
}
.left ul li {color:#000;margin-bottom:8px;}
.right {float:right;}

.btnLL {display:inline;color:#fff;background:#ff0000;padding:5px;
margin:5px;text-align:center;font-size:14px;font-weight:bold;}
.btnLL a {color:#fff;text-decoration:none;}



.boxed, .boxedLast, #shipmentobjects, #special-notice, #summary, #terms {
	border:1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px 20px 0px 20px;
    z-index:1;

}

.profileTable td {border-bottom:0px;border-top:0px;}

#summary {
	border:1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px 20px 0px 20px;
}
#special-notice {margin:0px 40px 30px 40px;}

#objectWrapper {border:0px solid #ddd;clear:both;padding-top:0px;}

#shipmentobjects {margin-bottom: 0px;border-bottom:1px dashed #ddd;}

#fromDiv, #toDiv {width:44.5%;float:left;}
#toDiv {float:right;}

#fromDiv label, #toDiv label, .customLabel {width:auto;float:none;text-align:left;}
.customLabel2 {text-align:left;width:auto;}

.help-inline {display:block;text-align:center;}

#fromDiv .input input,
#toDiv .input input,
.short,
#toDiv .input .inputs-list input.wide,
#fromDiv .input .inputs-list input.wide{
	width:90px;
}
#fromDiv .input .inputs-list input, #toDiv .input .inputs-list input {width:20px;}

.legend {
  display: block;
  padding:0px 0px 15px 0px;
  font-size: 18px;
  color: #404040;
}
.legend span {font-size:18px;background:#bbb;color:#fff;padding:0px 6px 0px 6px;margin-right:4px;}

.boxedLast { border-bottom:0px;margin-bottom: 0px; }
#addshipmentobject {margin-bottom: 25px;padding: 20px 20px 5px 20px;border:1px solid #ddd;border-top:0;}

table td.rightCol {
  border-left: 0px solid #ccc;
  padding-left:30px;
}
.boxed table td {vertical-align:top;}
.centerCol {padding-left:30px;padding-right:30px;width:330px;}
.inputs-list .floattheBoat {float:left;padding-right:15px;width:auto;}

.actions {background:#fff;text-align:right;margin-top:0px;}

.textAreaInput {width:280px;}

.noDecor {text-decoration:none;}

#carrierTable {margin-bottom:20px;}
#carrierTable td {padding:10px 5px 10px 5px;vertical-align:middle;font-size:14px;border-bottom:1px solid #ddd;}
#carrierTable thead td{font-size:16px;}

.basicTable {margin-bottom:20px;}
.basicTable td, .basicTable th {padding:10px 5px 10px 5px;border-top:0;vertical-align:middle;font-size:14px;border-bottom:1px solid #ddd; font-weight:normal;}
.basicTable thead td, .basicTable thead th {font-size:16px;}

.profileTable td {border-bottom:0;}

.address_book {border-bottom:1px dashed #ccc;padding:0px 10px 10px 10px;}

.fifty {width:50%;}

.bottomRow {border-top:1px dashed #ccc;padding-top:20px;}

.noBorders td {border:0px solid blue;}
.zip {width:50px;}
.stateTD {width:280px;}
.shorter {width:70px;}
.states {width:140px;}

/*For autocomplete zip code*/
.ui-corner-all {text-align:left;}

#steps ul{margin:0 0 20px; padding: 0 0 5px 0; text-align:center;}
#steps li{display:inline; padding:0 11px 0 11px; color:#BFBFBF; font-size:1.1em;}
#steps li a{color:#149F9F; font-size:1em; text-decoration:none;}
#steps li a:hover{color:#000000;}
#steps li.current{font-weight:bold; color:#404040;}

#logout-box  {display:inline-block; position:absolute; right:0px;}
#logout-box  p{text-align:right; padding:0 20px 10px 20px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}

#tracking-general {float:left; width:250px;}
#tracking-specific {width:580px; margin-left:20px; float:right;}
#tracking-specific .basicTable td {font-size:1.3em; border-bottom:1px solid #ddd;}
#tracking-specific .basicTable tr:last-child td {border-bottom:0 none;}
#tracking-specific.boxed {background-color:#F5F5F5;}

.cancelled {color:#FB0000; font-weight: bold; font-style: normal;}
strong.red {color:#FB0000;}
em.red {color:#FB0000; font-style:normal;}
.overdue {color:#FB0000;}
a.white, a.white:link {color:#FFFFFF;}

.additionalCharge td{background-color:#EEEEEE;}

.alignleft {text-align: left;}

/* DISPLAYS SLIDESHOW */

#example {
	width:700px;
	height:450px;
	position:relative;
}



#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:441px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:570px;
	height:370px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:157px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

ul.pagination {
	margin:0px auto 0;
	width:400px;
	display:none;
}

ul.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

ul.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/images/slideshow/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

ul.pagination li.current a {
	background-position:0 -12px;
}

div.pagination {
    margin:20px auto;
    text-align: center;
}

.pagination ul {
    position:relative;
    display:inline-block;
    padding:0px;
    float:none;
    text-align: center;
    margin:0 auto;
    height:34px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

ul#checkList {
	margin:0;
	padding:0;
	padding-bottom:5px;
	padding-left:35px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/userfiles/image/checkbox.png");
	color:#000;
	font-weight:bold;
	font-size:16px;
}

/* END CUSTOM, SITE SPECIFIC STYLES */

#messagebar {
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    min-height:20px;
    padding:5px 0px;
    text-align: center;
    border-bottom:1px solid #BF9804;
    font-size: 14px;
    background-color: #FFCB05;
    z-index: 1001;
}

.info-move{
    margin-top:31px;
}

a.more_info_popover{
    display:inline-block;
    position:relative;
    text-indent:-9999px;
    background: url('../../images/magnifier.png') no-repeat top left #FFF;
    width:16px;
    height:16px;
}

table tbody tr.totals td{
    font-weight: bold;
    font-size: 16px;
    color: #404040;
}

.number-data{
    text-align: right;
}

.boxed p{
    text-align: left;
}

.editable {
    cursor:pointer;
}

a.help_info_popover, a.help_info_popover:hover {
    display:inline-block;
    position:relative;
    text-indent:-9999px;
    background: url('../../images/help.png') no-repeat top left;
    width:16px;
    height:16px;
    color: rgba(255,255,255,0);
    text-decoration:none;
}

.new-carrier {
    color:#ff0000;
    font-weight:bold;
}

table.invoice td {
    vertical-align: middle;
}

img.checkbox {
    cursor:pointer;
}

tr.plus td {

}

tr.minus td {
    background-color:#9CC468;
}
.right-text{
    text-align: right;
}

p.success a{
    color:#000000;
}
table td.customer_name {
    width:50%;
}
table td.invoice_number {
    width: 15%;
}
table td.pdf_link {
    width: 15%;
}
table td.bol_link {
    width: 20%;
}
.size-label {
    width:30px;
    margin-left:30px;
}

#marketing-preview {
    padding-bottom: 20px;
}

.arrival-requirements {
    padding-top:10px;
    border-top:1px dashed #DDD;
}

.arrival-requirements-first {
    padding-top:10px;
    border-top:1px dashed #DDD;
    padding-bottom:34px;
}

#flat-rate-label {
    float:none;
    text-align:left;
    display:inline;
    margin-left:10px;
}
.full-service-flat-rate-row {
    margin-top:20px;
}
.active-row input, .active-row label, .active-row .inline-inputs{
    color:#000000 !important;
}
.disabled-row input, .disabled-row label, .disabled-row .inline-inputs {
    color:#808080 !important;
}

#ship_from_appointment_required_label, #ship_to_appointment_required_label {
	font-weight:bold;
}