html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
p,
dl,
ol,
ul,
iframe,
object,
blockquote,
table {
  margin-top: 14px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body {
  font: 12px/1.231 sans-serif;
  *font-size: small;
} /* Hack retained to preserve specificity */
select,
input,
textarea,
button {
  font: 99% sans-serif;
}

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/**
 * Minimal base styles.
 */

body,
select,
input,
textarea {
  color: #222;
  font-family: Arial, Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #60513a;
  font-weight: bold;
  margin-top: 14px;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}

/* Always force a scrollbar in non-IE */
html {
  overflow-y: scroll;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: none;
}

a,
a:active,
a:visited {
  color: #60513a;
}
a:hover {
  color: #008198;
}

ul,
ol {
  margin-left: 28px;
}
ol {
  list-style-type: decimal;
}

/* Remove margins for navigation lists */
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}

td {
  vertical-align: top;
}

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
} /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}

/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}

/* Colors for form validity */
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #ff5e99;
}

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* =masthead styles */
#masthead {
  background-color: #f42f72;
  border-bottom: 2px solid #f42f72;
  position: relative;
}
#masthead h1 {
  color: #fff;
}
#masthead .grid-6 {
  background-color: rgb(255, 255, 255);
}
#masthead .grid-6 h1 {
  background-position: 0 0;
  height: 51px;
  margin: 14px;
  width: 42px;
}

#masthead a {
  color: #fff;
  text-decoration: none;
}

.global-nav {
  float: right;
  font-size: 12px;
  margin-top: 0px;
  text-align: right;
  min-width: 350px;
  color: white;
}
.global-nav li {
  border-left: #fff solid 1px;
  display: inline;
  padding: 0 5px 0 7px;
}
.global-nav li:first-child {
  border-left: none;
}
.global-nav a:hover {
  text-decoration: underline !important;
}

.tab-nav {
  position: absolute;
  right: -5px;
  top: 45px;
}
.tab-nav li {
  float: left;
  font-weight: bold;
  margin-left: 5px;
}
.tab-nav a {
  background-color: #e32097;
  padding: 5px 10px;
}
.tab-nav a:hover,
.tab-nav .active {
  background-color: #e32097;
}

.tab-content {
  height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

.tabs .ui-resizable-handle {
  background: url(../images/resize-handle.gif) no-repeat 187px 0;
  border-top: #d4ccbf solid 2px;
  bottom: -25px;
  left: -3px;
  height: 18px;
  width: 590px;
  z-index: 10;
}

h1.header {
  font-family: Trebuchet MS;
  color: rgb(175, 29, 113);
}
h2.header {
  font-family: Trebuchet MS;
}
h3.header {
  font-family: Trebuchet MS;
  color: rgb(175, 29, 113);
}

.shipper-sprite {
  background-image: url(plexlogo.png);
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
}

.shipper-footer {
  width: 950px;
  border-top: 1px solid #999966;
  margin-top: 30px;
}

table.shipper-footer tr td {
  color: #000000;
  padding-top: 5px;
  line-height: 18px;
}

h2.shipperSubHeader {
  color: #330000;
  height: 22px;
  border-bottom: 1px solid #330000;
  margin-top: 35px;
}

.subrow {
  line-height: 2px;
  font-size: 11px;
}

.subcol {
  padding-right: 5px;
}
.statement-date {
  float: right;
  margin-top: 14px;
  z-index: 99;
}
.shipperLandingRightCol {
  padding-top: 39px;
}

div.left-margin-spacing {
  margin-left: 15px;
}

div.login-form-description {
  line-height: 16px;
}
table.shipperLoginContainer {
  margin-top: 0px;
}
table.shipperLoginContainer td {
  padding: 0px 5px 10px 5px;
}

table.shipper-statement-summary-data-table {
  width: 900px;
}
table.shipper-statement-summary-data-table td {
  width: 150px;
}

table.shipper-statement-summary-data-totals-table {
  width: 900px;
}
table.shipper-statement-summary-data--totals-table td {
  width: 150px;
}

.shipper-search-form-container input[type="text"] {
  width: 160px;
}

table.shipper-search-form-container td {
  padding-top: 12px;
}

table.shipper-search-results-data {
  width: 950px;
}
table.shipper-search-results-data td {
  padding: 7px;
  text-align: left;
  border: 1px solid #000000;
  font-size: 11px;
}

table.shipper-search-results-data th {
  padding: 7px;
  text-align: left;
  border: 1px solid #000000;
  background-color: #ebebe6;
  font-size: 11px;
}

table.shipper-statement-details-center-box-container {
  border: 1px solid #330000;
  width: 100%;
}

.shipper-statement-details-center-box-spacer {
  margin: 7px;
}

div.statement-detail-intro-copy {
  border: 1px solid #330000;
  line-height: 16px;
  padding: 5px 10px 5px 10px;
}

table.statement-detail-bottom-unbox-container {
  width: 960px;
}
table.statement-detail-bottom-unbox-container hr {
  margin: 0px;
}
table.statement-detail-bottom-unbox-container td {
  padding: 3px;
}
table.statement-detail-bottom-unbox-container th {
  text-align: left;
}

table.statement-detail-data-list {
  width: 960px;
}
table.statement-detail-data-list td {
  padding: 6px 0 0 0;
}

#statement-detail-check-image-container {
  display: none;
}

div.shipper-change-pw ul {
  margin-top: 0px;
}

div.shipper-change-pw ul li {
  color: red;
  list-style-type: none;
  font-size: larger;
}

#details h2,
#check-image-tools .image-zoom-in {
  display: none;
}

#check-image-tools {
  margin-top: 7px;
}
#check-image-tools li {
  cursor: pointer;
  display: inline-block;
}

/* check image overlay icons */
#check-image-tools li {
  margin: 2px;
  position: relative;
  padding: 4px 0;
  cursor: pointer;
  float: left;
  list-style: none;
}
#check-image-tools span.ui-icon {
  float: left;
  margin: 0 4px;
}

.image-print .ui-button-text {
  display: inline-block;
  float: left;
}

/**
 * =helpers
 * Non-semantic helper classes: define styles BEFORE this section.
 */
.block {
  display: block;
}
.block-top {
  display: block;
  margin-top: 14px;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix-break {
  clear: both;
  height: 0;
}
.collapse-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.collapse-bottom-border {
  border-bottom: none !important;
}
.collapse-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.collapse-top-border {
  border-top: none !important;
}
.dotted-rule {
  border-bottom: #60513a dotted 1px;
}
.collapse-bottom-margin {
  margin-bottom: 0 !important;
}
.collapse-bottom-padding {
  padding-bottom: 0 !important;
}
.collapse-left-margin {
  margin-left: 0;
}
.collapse-left-padding {
  padding-left: 0;
}
.collapse-right-margin {
  margin-right: 0;
}
.collapse-right-padding {
  padding-right: 0;
}
.collapse-top-margin {
  margin-top: 0;
}
.collapse-top-padding {
  padding-top: 0;
}
.default-bottom-margin {
  margin-bottom: 14px !important;
}
.default-bottom-padding {
  padding-bottom: 14px !important;
}
.default-left-margin {
  margin-left: 14px;
}
.default-left-padding {
  padding-left: 14px;
}
.default-right-margin {
  margin-right: 14px;
}
.default-right-padding {
  padding-right: 14px;
}
.default-top-margin {
  margin-top: 14px;
}
.default-top-padding {
  padding-top: 14px;
}
.double-bottom-margin {
  margin-bottom: 28px;
}
.double-bottom-padding {
  padding-bottom: 28px;
}
.double-left-margin {
  margin-left: 28px;
}
.double-left-padding {
  padding-left: 28px;
}
.double-right-margin {
  margin-right: 28px;
}
.double-right-padding {
  padding-right: 28px;
}
.double-top-margin {
  margin-top: 28px;
}
.double-top-padding {
  padding-top: 28px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.font-size-normal {
  font-size: 12px;
}
.gutter {
  padding: 5px;
}
.half-bottom-margin {
  margin-bottom: 7px;
}
.half-bottom-padding {
  padding-bottom: 7px;
}
.half-right-padding {
  padding-right: 7px;
}
.half-top-margin {
  margin-top: 7px !important;
}
.half-top-padding {
  padding-top: 7px !important;
}
.hide {
  display: none;
}
.hide-visually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hide-visually.focusable:active,
.hide-visually.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.ie6 .hasLayout,
.ie7 .hasLayout {
  zoom: 1;
}
.inline-block {
  display: inline-block;
}
.inline-right {
  position: absolute;
  right: 5px;
}
.input-size-12 {
  width: 100px;
}
.invisible {
  visibility: hidden;
}
.ir {
  background-repeat: no-repeat;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}
.mouse-help {
  cursor: help;
}
.mouse-pointer {
  cursor: pointer;
}
.no-marker li {
  list-style-type: none;
}
.push-right {
  padding-left: 14px;
}
.rule {
  border-top: 1px solid #d0d0d0;
}
.rule-dashed {
  border-top: 1px dashed #d0d0d0;
}
.shade {
  background-color: #ebebe6;
}
.shade-hilite {
  background-color: #26a9ac !important;
}
.shade-lolite {
  background-color: #dcede5;
}
.sprite {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}
.text-center {
  text-align: center;
}
.text-gray {
  color: #999 !important;
}
.text-hilite {
  color: #de2ca0 !important;
}
.text-right {
  text-align: right;
}
.text-small {
  font-size: 11px;
}
.text-strong {
  font-weight: bold;
}
.text-xsmall {
  font-size: 10px;
}

/**
 * Media queries for responsive design.
 * These follow after primary styles so they will successfully override.
 */

/**
 * Print styles.
 * Inlined to avoid required HTTP connection:
 * www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  #masthead {
    display: none;
  }

  img {
    max-width: 100%;
    page-break-inside: avoid;
  }

  /*
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; } 
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  */
}
