/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */html,button,input,select,textarea{color:#222}html{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,img,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browsehappy{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{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}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    /*outline: thin dotted;*/
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../xgen/common/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../../xgen/common/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../../xgen/common/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../../xgen/common/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../../xgen/common/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../../xgen/common/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/**
 * Platts Fonts
 */
@font-face {
  font-family: 'Platts Oscine';
  src: url('../../xgen/common/fonts/Platts_Oscine_W_Rg.eot');
  src: url('../../xgen/common/fonts/Platts_Oscine_W_Rg.eot?#iefix') format('embedded-opentype'), url('../../xgen/common/fonts/Platts_Oscine_W_Rg.woff') format('woff'), url('../../xgen/common/fonts/Platts_Oscine_W_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Platts Oscine';
  src: url('../../xgen/common/fonts/Platts_Oscine_W_Bd.eot');
  src: url('../../xgen/common/fonts/Platts_Oscine_W_Bd.eot?#iefix') format('embedded-opentype'), url('../../xgen/common/fonts/Platts_Oscine_W_Bd.woff') format('woff'), url('../../xgen/common/fonts/Platts_Oscine_W_Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Platts Oscine Tab';
  src: url('../../xgen/common/fonts/Platts_Oscine_W_Tab_Rg.eot');
  src: url('../../xgen/common/fonts/Platts_Oscine_W_Tab_Rg.eot?#iefix') format('embedded-opentype'), url('../../xgen/common/fonts/Platts_Oscine_W_Tab_Rg.woff') format('woff'), url('../../xgen/common/fonts/Platts_Oscine_W_Tab_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Platts Oscine Tab';
  src: url('../../xgen/common/fonts/Platts_Oscine_W_Tab_Bd.eot');
  src: url('../../xgen/common/fonts/Platts_Oscine_W_Tab_Bd.eot?#iefix') format('embedded-opentype'), url('../../xgen/common/fonts/Platts_Oscine_W_Tab_Bd.woff') format('woff'), url('../../xgen/common/fonts/Platts_Oscine_W_Tab_Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
*:focus {
  outline: none;
}
/* MAIN FRAME */
html {
  font-size: 0.9375em;
  line-height: 1.33333333;
}
body {
  background-color: #e5e5e3;
  font-family: 'Platts Oscine', 'Platts Oscine Tab', Calibri;
  font-weight: 400;
  letter-spacing: 0;
  color: #666666;
}
html,
button,
input,
select,
textarea {
  font-family: 'Platts Oscine', 'Platts Oscine Tab', Calibri;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url("../../xgen/img/select_background.png") 0 0 no-repeat;
  border: none;
  padding: 0 15px 0 10px;
  width: 215px;
  height: 24px;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  vertical-align: middle;
}
select.small,
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  background: url("../../xgen/img/select_small_background.png") 0 0 no-repeat;
  width: 90px !important;
}
select.medium {
  background: url("../../xgen/img/select_medium_background.png") 0 0 no-repeat;
  width: 170px !important;
}
input[type="file"] {
  height: 24px;
}
a,
button.link {
  text-decoration: none;
  color: #077cab;
}
a:not(.nohover):hover,
button.link:hover {
  color: #3399cc !important;
}
em {
  font-style: normal;
}
small {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul.default_ul {
  list-style-type: disc;
}
ul.default_ul li {
  margin-left: 40px;
}
ul.inline_list {
  padding: 0;
  margin: 0;
}
ul.inline_list li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
ul.inline_list li:last-of-type {
  margin-right: 0;
}
.h1_heading {
  color: #666666;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
}
h1 {
  font-size: 32px;
  font-size: 2.1333333333333333rem;
}
h2 {
  color: #077cab;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.2rem;
}
.print_only {
  display: none;
}
.show_if_scroll {
  display: none !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: #3399cc !important;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #3399cc !important;
}
.ui-tabs-active a {
  color: #3399cc !important;
}
table tr {
  vertical-align: top;
}
.small_font {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.smaller_font {
  font-size: 12px;
  font-size: 0.8rem;
}
.regular_font {
  font-size: 15px;
  font-size: 1rem;
}
.big_font {
  font-size: 18px;
  font-size: 1.2rem;
}
.bigger_font {
  font-size: 32px;
  font-size: 2.1333333333333333rem;
}
button.link {
  padding: 10px;
  height: 32px;
  line-height: 12px;
  border: none;
  background: transparent;
}
.pretty_button,
form.standard input[type="submit"],
form.standard input[type="button"] {
  border: 0;
  text-indent: 0;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  padding: 9px 10px 7px 10px;
  background-color: #077CAB;
  color: #fff;
  text-transform: uppercase;
}
.pretty_button.success,
form.standard input[type="submit"].success,
form.standard input[type="button"].success {
  background-color: #3DBC4A;
  color: #FFFFFF;
}
.pretty_button.success:hover,
form.standard input[type="submit"].success:hover,
form.standard input[type="button"].success:hover {
  background-color: #40C94F;
  color: #FFFFFF;
}
.pretty_button.orange,
form.standard input[type="submit"].orange,
form.standard input[type="button"].orange {
  background-color: #E66600;
  color: #FFFFFF;
}
.pretty_button.orange:hover,
form.standard input[type="submit"].orange:hover,
form.standard input[type="button"].orange:hover {
  background-color: #EC7700;
  color: #FFFFFF;
}
.pretty_button.actionblue,
form.standard input[type="submit"].actionblue,
form.standard input[type="button"].actionblue {
  background-color: #3399CC;
  color: #FFFFFF;
}
.pretty_button.actionblue:hover,
form.standard input[type="submit"].actionblue:hover,
form.standard input[type="button"].actionblue:hover {
  background-color: #41A2D3;
  color: #FFFFFF;
}
.pretty_button:hover,
form.standard input[type="submit"]:hover,
form.standard input[type="button"]:hover {
  background-color: #0785ab;
}
.pretty_button:active,
form.standard input[type="submit"]:active,
form.standard input[type="button"]:active {
  position: relative;
  top: 1px;
}
.pretty_button.small,
form.standard input[type="submit"].small,
form.standard input[type="button"].small {
  font-size: 12px;
  font-size: 0.8rem;
  padding: 6px;
}
a.pretty_button,
aform.standard input[type="submit"],
aform.standard input[type="button"] {
  padding: 8px 10px 6px 10px;
  border: 0px solid #000 !important;
}
a.pretty_button:hover,
aform.standard input[type="submit"]:hover,
aform.standard input[type="button"]:hover {
  color: #fff !important;
}
a.pretty_button.primary:hover,
aform.standard input[type="submit"].primary:hover,
aform.standard input[type="button"].primary:hover {
  color: #FFFFFF !important;
}
a.pretty_button.orange:hover,
aform.standard input[type="submit"].orange:hover,
aform.standard input[type="button"].orange:hover {
  color: #FFFFFF !important;
}
a.pretty_button.success:hover,
aform.standard input[type="submit"].success:hover,
aform.standard input[type="button"].success:hover {
  color: #FFFFFF !important;
}
a.pretty_button.actionblue:hover,
aform.standard input[type="submit"].actionblue:hover,
aform.standard input[type="button"].actionblue:hover {
  color: #FFFFFF !important;
}
.icon_label {
  padding: 2px 0;
}
.icon_label > img {
  vertical-align: bottom;
  margin-right: 0.5em;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ff7370;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.badge.primary {
  background-color: #3399cc;
}
.badge.secondary {
  background-color: #999999;
  font-weight: 400;
}
.toto {
  display: none;
}
#pmstrip,
#pmstripbg,
#pmstriptrans {
  height: 40px;
  width: 100%;
  z-index: 10;
}
#pmstrip {
  position: fixed;
  top: 0px;
  color: #666;
}
#pmstrip div.logo {
  width: 24px;
  height: 24px;
  overflow: hidden;
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  cursor: hand;
}
#pmstrip #channelSelector {
  float: left;
}
#pmstrip #channelSelector select {
  display: none;
}
#pmstrip #userinfo {
  float: right;
  overflow: hidden;
  width: 400px;
}
#pmstrip #userinfo #userinfocontainer {
  overflow: hidden;
  float: right;
}
#pmstrip #userinfo #username {
  cursor: pointer;
  float: right;
  margin-top: 10px;
  overflow: hidden;
  text-align: right;
}
#pmstrip #userinfo #user_links {
  background-color: #e5e5e3;
  border: 1px solid #e5e5e3;
  border-top: 0;
  margin: 0px 0 0 0px;
  position: absolute;
  z-index: 9;
  top: 40px;
  right: 0px;
  zoom: 1;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90));
  filter: alpha(opacity= 90);
  text-align: right;
  float: right;
  width: 119px;
}
#pmstrip #userinfo #user_links li {
  padding: 6px 25px 6px 0;
}
#pmstrip #userinfo #user_links li a {
  display: block;
  color: #666666;
  width: 100%;
  height: 100%;
}
#pmstrip #userinfo #userphoto {
  float: right;
  width: 38px;
  height: 38px;
  overflow: hidden;
  margin: 1px 1px 1px 20px;
  cursor: pointer;
}
#pmstrip #userinfo #loginlinks {
  margin-top: 10px;
  text-align: right;
  margin-right: 20px;
  overflow: hidden;
}
#pmstrip #userinfo #loginlinks a {
  color: inherit;
}
#pmstriptrans {
  position: fixed;
  top: 0px;
  background-color: #e5e5e3;
  zoom: 1;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90));
  filter: alpha(opacity= 90);
}
/* Use Modernizr to set PM logo according to SVG support  */
#topstrip {
  height: 190px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
#topstrip #topcontainer {
  width: 960px;
  padding-top: 60px;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
/* Use Modernizr to set logo according to SVG support  */
#main {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.content_block {
  width: auto;
  height: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
}
.content_block.box_360 {
  display: inline-block;
  vertical-align: top;
  width: 358px;
  height: auto;
  margin-right: 15px;
}
.content_block.box_360:nth-child(even) {
  margin-right: 0;
}
.content_block .content_block_title_top_border {
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
}
.content_block .content_block_title {
  font-family: 'Platts Oscine', 'Platts Oscine Tab', Calibri;
  font-weight: 700;
  color: #666666;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-transform: uppercase;
}
.content_block .content_block_title.sidetitle {
  float: left;
  margin-right: 25px;
  margin-top: 7px;
  border: 0px;
}
.content_block .content_block_title .link {
  position: relative;
  padding-left: 6px;
  float: right;
  text-transform: none;
}
.content_block .content_block_title .link .fa-chevron-right {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 0.7em;
  color: #666 !important;
}
.content_block .content_block_notice {
  border: 1px solid #e5e5e5;
  font-style: italic;
  margin-bottom: 20px;
  padding: 10px;
}
.content_block.highlight {
  background-color: #f5f5f5;
}
.content_block.lowlight {
  background-color: #b0b0b0;
}
.content_block.lowlight .content_block_title {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.content_block.top_margin {
  margin-top: 15px;
}
.content_block .buttons {
  text-align: right;
}
.content_block a.button {
  background: #dedede;
  border: 1px solid #3399cc;
  padding: 5px;
}
.lt-ie9 .content_block.box_360 {
  margin-right: 8px;
}
/* Banners  */
.tower_banner {
  width: 150px;
  height: 400px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #fff;
  float: left;
}
.tower_banner img {
  width: 150px;
  height: 400px;
}
#diet-frame {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: 50px;
  z-index: 10;
}
#diet-frame #df-z {
  width: 960px;
  background-repeat: repeat-y;
  background-position: 50%;
  background-color: #666;
  margin: 0 auto;
  height: 50px;
}
#diet-frame #df-z div div {
  text-align: left;
  float: left;
}
#diet-frame #df-z a {
  float: left;
}
#diet-frame #df-z #frame_banner {
  height: 50px;
  width: 920px;
}
.tower_banner a.bannerstatsopen,
#diet-frame a.bannerstatsopen {
  display: none;
}
.tower_banner:hover a.bannerstatsopen,
#diet-frame:hover a.bannerstatsopen {
  display: block;
  position: relative;
  width: 30px;
  height: 20px;
  overflow: hidden;
  background-color: #ff9;
  border-radius: 0px 5px 0px 0px;
  box-shadow: 2px 2px 2px #000;
  top: -20px;
  font-size: 0.8em;
  padding-top: 2px;
  padding-left: 3px;
}
.tower_banner .bannerstats_label,
#diet-frame .bannerstats_label {
  font-weight: bold;
}
/* @end */
/* Channel Selector */
.prettyfied-select {
  height: 20px;
  display: inline-block;
  min-width: 100px;
  position: relative;
  margin-left: 12px;
  margin-top: 9px;
}
.prettyfied-select .prettyfied-select-box,
.prettyfied-select .dropDown {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.prettyfied-select .dropDown {
  margin-left: 5px !important;
  color: #666;
}
.prettyfied-select .prettyfied-select-box {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 20px;
  cursor: pointer;
  background: #ffffff url('../../xgen/img/arrow.png') no-repeat right 6px;
  border: 0px solid #e5e5e3;
}
.prettyfied-select .prettyfied-select-box span {
  padding-left: 8px;
}
.prettyfied-select .dropDown {
  position: absolute;
  z-index: 9;
  top: 20px;
  left: 0px;
  min-width: 140px;
  padding: 0;
  margin: 0;
  border-top: 1px solid black;
  background: #fff;
  border-radius: 0 0 2px 2px;
  margin-left: 5px;
  zoom: 1;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90));
  filter: alpha(opacity= 90);
}
.prettyfied-select .prettyfied-select-box:hover,
.prettyfied-select .prettyfied-select-box.expanded,
.prettyfied-select .dropDown {
  box-shadow: 2px 2px 2px #444;
  border-color: #e5e5e3;
}
.prettyfied-select .dropDown .is-hidden {
  border-color: #e5e5e3;
  box-shadow: none;
}
.prettyfied-select .dropDown li {
  display: block;
  line-height: 16px;
  font-weight: bold;
  padding: 8px 0 8px 7px;
  cursor: pointer;
  margin: 0px;
}
.prettyfied-select .dropDown li.hover {
  background: #E5E5E5;
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80));
  filter: alpha(opacity= 80);
  color: #333;
}
.prettyfied-select .dropDown li img {
  float: left;
  margin-right: 5px;
}
.prettyfied-select .dropDown li i {
  display: block;
  margin: 0 0 0 0px;
  font-weight: normal;
}
/* Search Box  */
#searchbox {
  position: relative;
  width: 300px;
  text-align: right;
}
.searchfield {
  width: 37%;
  padding: 8px 7px;
  padding-right: 43px;
  background-color: #fff;
  color: #666666;
  border: 1px solid #e5e5e3;
}
#searchbtn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 16px;
  width: 16px;
  border: 0px;
  cursor: pointer;
  zoom: 1;
  opacity: 0.25;
  -moz-opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25));
  filter: alpha(opacity= 25);
  background: transparent url('../../xgen/img/search.png') top left no-repeat;
}
#searchbtn:hover,
#searchbtn:focus,
#searchbtn:hover,
#searchbtn:focus {
  zoom: 1;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90));
  filter: alpha(opacity= 90);
}
/* Divider etc */
.divider {
  height: 0px;
  width: 50%;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #fff;
}
/* Social */
#social_links {
  margin-bottom: 15px;
}
#social_links li {
  margin-left: 15px !important;
  margin-right: 14px !important;
}
#social_links li:last-child {
  margin-right: 0 !important;
}
.social {
  width: 22px;
  height: 22px;
  background-image: url(../../xgen/img/social.png);
  background-repeat: no-repeat;
}
.social.rss {
  background-position: -261px -5px;
}
.social.rss.blue,
.social.rss:hover {
  background-position: -293px -5px;
}
.social.linkedin {
  background-position: -133px -5px;
}
.social.linkedin.blue,
.social.linkedin:hover {
  background-position: -165px -5px;
}
.social.twitter {
  background-position: -197px -5px;
}
.social.twitter.blue,
.social.twitter:hover {
  background-position: -229px -5px;
}
.social.email {
  background-position: -5px -5px;
}
.social.email.blue,
.social.email:hover {
  background-position: -37px -5px;
}
.social.phone {
  background-position: -69px -5px;
}
.social.phone.blue,
.social.phone:hover {
  background-position: -101px -5px;
}
ul.social_links {
  margin-top: 4px;
  padding: 0px;
}
ul.social_links li {
  display: block;
  float: left;
  margin-left: 0px;
  margin-right: 25px;
  padding: 0px;
  cursor: pointer;
  cursor: hand;
}
ul.social_links li a {
  display: block;
  width: 100%;
  height: 100%;
}
ul.social_links.footer {
  width: 240px;
  overflow: hidden;
  padding-left: 25px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
ul.social_links.footer li {
  margin-right: 25px !important;
}
/* Copyright */
#copyright {
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  color: #666666;
  text-align: center;
  white-space: nowrap;
}
#copyright a {
  color: #666666;
}
#cookies {
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 90px;
  color: #666666;
  text-align: center;
}
#cookies a {
  color: #666666;
}
#userprompt {
  position: fixed;
  background: url("../../xgen/img/cookie_popup_background.png");
  bottom: 5px;
  box-shadow: 0 1px 5px #000;
  color: #FFFFFF;
  left: 5px;
  margin: 10px;
  padding: 10px;
  text-align: left;
  width: 250px;
  z-index: 10;
}
#userprompt a:not(.pretty_button) {
  color: #fff;
  text-decoration: underline;
}
#userprompt .close_button {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1.0;
  padding: 6px;
}
#flash_messages,
#flash_modal {
  margin-top: 15px;
}
#flash_messages > div,
#flash_modal > div {
  padding: 6px;
  margin-top: 10px;
  border: 2px solid #dedede;
  color: #333333;
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70));
  filter: alpha(opacity= 70);
}
#flash_messages > div .hide_flash,
#flash_modal > div .hide_flash {
  background: url(../../xgen/img/flash_message_close.png) no-repeat center;
  height: 18px;
  width: 18px;
  border: none;
  float: right;
}
#flash_messages > div:first-child,
#flash_modal > div:first-child {
  margin-top: 0;
}
#flash_messages .info,
#flash_modal .info,
#flash_messages .loading,
#flash_modal .loading {
  background-color: #c1e1f1;
  border: 1px solid #3399cc;
}
#flash_messages .error,
#flash_modal .error {
  background-color: #ffd5d4;
  border: 1px solid #ff7370;
}
#flash_messages .warning,
#flash_modal .warning {
  background-color: #ffed80;
  border: 1px solid #ffc000;
}
#flash_messages .success,
#flash_modal .success {
  background-color: #b0f4d2;
  border: 1px solid #00da69;
}
#flash_modal {
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: -525px;
  width: 1050px;
}
#flash_modal > div {
  margin: 0;
  padding: 6px;
}
.italigrey {
  color: #666666;
  display: inline;
}
.italigrey_small {
  color: #666666;
  display: inline;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.fancydropdown {
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-size: 1.2rem;
  overflow: hidden;
}
.fancydropdown .fdd_title {
  background: #FFFFFF;
  border: 1px solid #dedede;
  color: #666666;
  font-weight: bold;
  overflow: hidden;
  padding: 3px;
}
.fancydropdown .fdd_dropdown {
  background: #FFFFFF;
  border: 1px solid #dedede;
  border-top: 0;
  color: #666666;
  display: none;
  max-height: 300px;
  opacity: 0.9;
  overflow: auto;
  position: absolute;
  z-index: 3;
}
.fancydropdown .fdd_dropdown .fdd_option_heading {
  background: #dedede;
  cursor: normal;
}
.fancydropdown .fdd_dropdown .fdd_option_heading:hover {
  background: #dedede;
}
.fancydropdown .fdd_dropdown li {
  padding: 4px;
}
.fancydropdown .fdd_dropdown li:hover {
  background: #e5e5e3;
}
.mini_fancydropdown {
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-size: 1.2rem;
  overflow: hidden;
}
.mini_fancydropdown .fdd_title {
  background: #FFFFFF;
  color: #666666;
  font-weight: bold;
  overflow: hidden;
  padding: 3px;
  padding-left: 8px;
}
.mini_fancydropdown .fdd_dropdown {
  background: #FFFFFF;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  color: #666666;
  display: none;
  max-height: 300px;
  opacity: 0.9;
  overflow: auto;
  position: absolute;
  z-index: 3;
}
.mini_fancydropdown .fdd_dropdown .fdd_option_heading {
  background: #dedede;
  cursor: normal;
}
.mini_fancydropdown .fdd_dropdown .fdd_option_heading:hover {
  background: #dedede;
}
.mini_fancydropdown .fdd_dropdown li {
  padding: 4px;
  padding-left: 10px;
}
.mini_fancydropdown .fdd_dropdown li:hover {
  background: #f5f5f5;
}
.fakelink {
  cursor: pointer;
  text-decoration: none;
  color: #42668a;
}
.fakelink:not(.nohover):hover {
  color: #3399cc !important;
}
#offices h3 {
  text-decoration: underline;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  line-height: 10px;
}
.office {
  float: left;
  width: 325px;
  margin: 15px 0;
}
#test_logs {
  margin-top: 15px;
}
#test_logs > div {
  padding: 6px;
  margin-top: 10px;
  border: 2px solid #dedede;
  color: #333333;
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70));
  filter: alpha(opacity= 70);
}
#test_logs > div:first-child {
  margin-top: 0;
}
#test_logs .info {
  background-color: #c1e1f1;
  border: 1px solid #3399cc;
}
#test_logs .failed {
  background-color: #ffd5d4;
  border: 1px solid #ff7370;
}
#test_logs .success {
  background-color: #b0f4d2;
  border: 1px solid #00da69;
}
/* LAYOUTS */
.banner_column {
  float: left;
  width: 150px;
}
/** Single column plus ad */
.layout_single_column_plus_advert {
  margin-top: 15px;
}
.layout_single_column_plus_advert .content_column {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 795px;
}
.layout_single_column_plus_advert .content_column .third_column_left {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 255px;
}
.layout_single_column_plus_advert .content_column .third_column_center {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 255px;
}
.layout_single_column_plus_advert .content_column .third_column_right {
  float: left;
  overflow: hidden;
  width: 255px;
}
/** Double, even width, columns plus ad */
.layout_double_even_columns_plus_advert {
  margin-top: 15px;
}
.layout_double_even_columns_plus_advert .content_column_left {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 390px;
}
.layout_double_even_columns_plus_advert .content_column_right {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 390px;
}
/** Double, even width, columns without ad */
.layout_double_even_columns_no_advert {
  margin-top: 15px;
}
.layout_double_even_columns_no_advert .content_column_left {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 473px;
}
.layout_double_even_columns_no_advert .content_column_right {
  float: left;
  overflow: hidden;
  width: 472px;
}
/** Double columns no ad (left slightly bigger) */
.layout_double_columns_no_advert {
  margin-top: 15px;
}
.layout_double_columns_no_advert .content_column_left {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 550px;
}
.layout_double_columns_no_advert .content_column_right {
  float: left;
  overflow: hidden;
  width: 395px;
}
/** Sidebar left, middle column, plus ad */
.layout_left_sidebar_main_plus_advert {
  margin-top: 15px;
}
.layout_left_sidebar_main_plus_advert .sidebar {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 220px;
}
.layout_left_sidebar_main_plus_advert .content_column {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 560px;
}
.layout_left_sidebar_main_plus_advert .content_column .half_column_left {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 272px;
}
.layout_left_sidebar_main_plus_advert .content_column .half_column_right {
  float: left;
  overflow: hidden;
  width: 272px;
}
/** Sidebar left, plus main column, no advert */
.layout_left_sidebar_no_advert {
  margin-top: 15px;
}
.layout_left_sidebar_no_advert .sidebar {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 250px;
}
.layout_left_sidebar_no_advert .content_column {
  float: left;
  overflow: hidden;
  width: 695px;
}
.layout_left_sidebar_no_advert .content_column .half_column_left {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 340px;
}
.layout_left_sidebar_no_advert .content_column .half_column_right {
  float: left;
  overflow: hidden;
  width: 340px;
}
/** Sidebar right, plus main column, no advert */
.layout_right_sidebar_no_advert {
  margin-top: 15px;
}
.layout_right_sidebar_no_advert .sidebar {
  float: right;
  margin-left: 15px;
  overflow: hidden;
  width: 250px;
}
.layout_right_sidebar_no_advert .content_column {
  float: left;
  overflow: hidden;
  width: 695px;
}
/** One big column, non advert */
.layout_single_column_no_advert {
  margin-top: 15px;
}
.layout_single_column_no_advert .content_column {
  overflow: hidden;
}
/** Four, even width, columns */
.layout_four_even_columns,
.classifieds_columns {
  margin-top: 15px;
}
.layout_four_even_columns .content_column,
.classifieds_columns .content_column {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 228px;
}
.layout_four_even_columns .content_column:nth-child(4),
.classifieds_columns .content_column:nth-child(4) {
  margin-right: 0;
}
.lt-ie9 .layout_four_even_columns .content_column,
.lt-ie9 .classifieds_columns .content_column {
  margin-right: 12px;
}
#account_homepage {
  overflow: hidden;
}
#account_homepage #panels .tabpanel_tabs {
  height: 35px;
}
#account_homepage .account_box {
  margin-bottom: 15px;
  padding: 6px;
}
#account_homepage .account_box .account_box_content {
  padding: 6px;
}
.verify_company_form .subsection {
  border-bottom: 1px solid #e5e5e3;
  overflow: hidden;
  padding: 10px 0 10px 20px;
}
.verify_company_form .subsection .aligned_item {
  padding-top: 3px;
}
.verify_company_form .subsection .label {
  color: #666666;
  float: left;
  padding-right: 10px;
  padding-top: 3px;
  text-align: right;
  width: 200px;
}
.verify_company_form .subsection .show_edit {
  float: left;
  width: 500px;
}
.verify_company_form .subsection .edit_control {
  float: left;
  width: 80px;
}
.verify_company_form .subsection .confirm_control {
  float: right;
  width: 80px;
}
.verify_company_form .subsection .linkbutton {
  color: #42668a;
  cursor: pointer;
  display: inline;
  padding: 0 5px;
}
.verify_company_form .subsection .linkbutton:hover {
  color: #3399cc !important;
}
.verify_company_form .subsection .tick {
  background-image: url('../../xgen/img/tick.png');
  background-repeat: no-repeat;
}
.verify_company_form .subsection .alert {
  background-image: url("../../xgen/img/alert.png");
  background-repeat: no-repeat;
}
#classifieds_buttons {
  margin-top: 15px;
}
#classifieds_buttons li {
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  margin-right: 5px;
}
#classifieds_buttons li.inactive {
  background-color: #e5e5e3;
  color: #666666;
}
#classifieds_buttons li.inactive:hover {
  background-color: #FFF;
}
#classifieds_buttons a {
  display: inline-block;
  padding: 10px;
  line-height: 12px;
}
#classifieds_show_search_btn span {
  display: inline-block;
  width: 53px;
  text-align: right;
}
#classifieds_search_form .column_left,
#classifieds_search_form .column_right {
  display: inline-block;
  vertical-align: top;
}
#classifieds_search_form .column_left {
  width: 45%;
}
#classifieds_search_form .column_right {
  width: 54%;
}
.classifieds_columns .content_column .header_block {
  background-color: #666666;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 7px 12px;
  margin-bottom: 10px;
}
.classifieds_columns .content_column .header_block .fa {
  margin-right: 7px;
}
.classifieds_columns .content_column .content_more {
  text-align: right;
  position: relative;
  top: -9px;
  padding-left: 7px;
}
.classifieds_columns .content_column .content_more .fa {
  font-size: 0.75em;
  color: #666666;
}
.classifieds_columns .content_column .content_block {
  background: #FFF;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  color: #666666;
  cursor: pointer;
  overflow: hidden;
  padding: 7px;
}
.classifieds_columns .content_column .content_block:hover {
  background-color: #f5f5f5;
}
.classifieds_columns .content_column .content_block.enhanced {
  background-color: #c1e1f1;
}
.classifieds_columns .content_column .content_block_description {
  color: #006699;
  text-transform: uppercase;
  overflow: hidden;
}
.classifieds_columns .content_column .content_block_secondary_title {
  font-size: 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
  overflow: hidden;
  padding-top: 2px;
}
.classifieds_columns .content_column .content_block_secondary_title .left,
.classifieds_columns .content_column .content_block_secondary_title .right {
  display: inline-block;
  width: 49%;
}
.classifieds_columns .content_column .content_block_secondary_title .right {
  text-align: right;
}
.classifieds_columns .content_column .content_block_summary {
  overflow: hidden;
  padding: 9px;
}
.classifieds_columns .content_column .content_block_footer {
  font-size: 12px;
  font-size: 0.8rem;
  overflow: hidden;
}
.classifieds_columns .content_column .content_block_footer .location,
.classifieds_columns .content_column .content_block_footer .date {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0;
}
.classifieds_columns .content_column .content_block_footer .location {
  text-transform: capitalize;
  width: 60%;
}
.classifieds_columns .content_column .content_block_footer .date {
  width: 37%;
  text-align: right;
}
.classifieds_columns .content_column .content_block_footer .count {
  color: #666666;
  text-align: right;
}
.classifieds_columns .content_column .content_block_quicktools {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  overflow: hidden;
  padding: 4px 10px;
  border-top: 1px solid #dedede;
}
.classifieds_show_ad ul {
  padding: 0;
  margin: 0;
}
.classifieds_show_ad li {
  list-style: none;
}
.classifieds_show_ad .sidebar .content_block > div {
  margin-top: 7px;
}
.classifieds_show_ad .company {
  font-weight: bold;
  color: #666666;
}
.classifieds_show_ad ul.parametervalues {
  margin-top: 7px;
  padding: 5px;
  background-color: #dedede;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.classifieds_show_ad ul.parametervalues .label {
  font-weight: bold;
  float: left;
}
.classifieds_show_ad ul.parametervalues .value {
  float: right;
  text-align: right;
}
.classifieds_show_ad ul.tools {
  margin-top: 7px;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.classifieds_show_ad ul.tools li {
  margin-bottom: 5px;
}
.classifieds_show_ad .classifieds_item {
  padding-left: 5px;
  padding-right: 5px;
}
.classifieds_show_ad .classifieds_item .title {
  text-align: left;
  font-size: 32px;
  font-size: 2.1333333333333333rem;
  font-weight: bold;
  padding: 5px 0;
}
.classifieds_show_ad .classifieds_item .standfirst {
  font-weight: bold;
  margin: 10px 0;
}
.classifieds_show_ad .classifieds_item ul.attachments {
  margin: 10px 0;
}
.classifieds_show_ad .classifieds_item ul.attachments li {
  margin-bottom: 10px;
}
#replies .title {
  padding: 5px;
  background-color: #666666;
  color: #fff;
  margin-top: 10px;
}
#replies .title a {
  color: #fff;
}
#replies .reply {
  background-color: #e5e5e3;
  padding: 10px;
  margin-bottom: 10px;
}
#replies .reply_aside,
#replies .reply_content {
  display: inline-block;
  vertical-align: top;
}
#replies .reply_aside {
  width: 40%;
}
#replies .reply_content {
  width: 49%;
}
#replies .reply_name {
  font-weight: bold;
}
#replies .reply_datetime,
#replies .reply_tools {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
#replies .reply:nth-child(even) {
  background-color: #fff;
}
.enhancement {
  background-color: #e5e5e3;
  padding: 10px;
  margin-bottom: 10px;
}
.enhancement.enhanced {
  background-color: #c1e1f1;
}
.enhancement.directory {
  border-color: #ff7370;
  background-color: #ffd5d4;
}
.enhancement_description,
.enhancement_preview {
  display: inline-block;
  vertical-align: top;
}
.enhancement_description {
  width: 400px;
}
.enhancement_preview {
  width: 150px;
  text-align: right;
}
.enhancement_advantages {
  margin: 10px 0 0 30px;
}
.enhancement_advantages li {
  list-style: disc;
}
.enhancement_extra {
  margin-top: 5px;
  color: #666666;
}
#enhancements_logo_upload > div {
  margin-bottom: 10px;
}
#cr_holder {
  width: 100%;
  height: auto;
  font-family: "Arial", Helvetica;
}
#c_header {
  width: 100%;
  height: 20px;
  background-color: #BD003F;
  color: white;
}
.padding-div-cdetails {
  height: 40px;
}
.padding-div {
  height: 10px;
}
.cr_content_holder {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  padding: 0px;
  width: 100%;
  text-align: justify;
}
.menu-line {
  background-color: #DDDDDD;
  margin-top: 3px;
  height: 1px;
  width: 100%;
}
.padding {
  width: 6px;
  float: left;
  height: 500px;
}
/*
.divider{
	background-color: #DDDDDD;
	height: 500px;
	width:1px;
	float:left;
}
*/
.line {
  background-color: #BD003F;
  height: 1px;
  width: 100%;
}
/* Company Details*/
.section_header {
  background: url(../../xgen/img/cr/header_section.png);
  width: 98.7%;
  height: 18px;
  color: white;
  font-size: 18px;
  font-size: 1.2rem;
  padding: 3px;
  font-weight: bold;
}
.so-table {
  background-color: #dddddd;
  padding: 1px;
  width: 100%;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.table-bg {
  background-color: #dddddd;
  padding: 1px;
  width: 100%;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.tv-contantinfo-content,
.tv-reportinfo-content,
.tv-companyinfo-content,
.tv-officersinfo-content,
.tv-capitalbanking-content {
  padding: 8px;
  width: 96%;
}
.chart-title {
  color: #BD003F;
}
.subsec-title {
  color: #BD003F;
  font-weight: bold;
}
.padding-div-big {
  height: 20px;
}
.ff-padding-div {
  width: 315px;
  height: 6px;
  float: left;
  border: 0px solid red;
}
.cr_info_left {
  width: 160px;
  color: #BD003F;
  float: left;
  border: 0px solid red;
}
.cr_info_right {
  width: 270px;
  float: left;
  padding: 0px 5px;
}
.cr_info_left_capital {
  width: 120px;
  color: #BD003F;
  float: left;
  border: 0px solid red;
  text-align: left;
}
.cr_info_right_capital {
  width: 180px;
  float: left;
}
.ff-years-menu {
  float: left;
  background-color: #dddddd;
  padding: 5px;
  height: 23px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  width: 385px;
}
#ff-left-side {
  width: 140px;
  padding: 2px;
  float: left;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  font-weight: bold;
  border: 0px solid red;
}
.left-padding {
  width: 5px;
  float: left;
}
#ff-right-side {
  width: 220px;
  padding: 2px;
  float: left;
  border: 0px solid red;
}
.period_ending {
  background-color: #F8ECF0;
  height: 15px;
  padding: 3px 3px;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.ff_table_header {
  background-color: #FCF6F8;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  text-align: right;
}
.ff_table_row {
  background-color: #F8ECF0;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  text-align: right;
  padding: 3px;
}
.ff-padding-right {
  width: 193px;
  height: 30px;
  border: 0px solid red;
}
.ff-padding-div-big {
  width: 315px;
  height: 12.5px;
}
.financial_labels_top_padding {
  width: 315px;
  height: 45px;
}
.button_active,
.button_normal {
  float: left;
  width: 56px;
  height: 15px;
  padding: 5px;
  text-align: center;
  color: white;
  background-color: #4E9EA1;
  border-right: 1px solid #2F4041;
  border-bottom: 1px solid #2F4041;
  border-left: 1px solid #cccccc;
}
.button_active {
  background-color: #2F4041;
}
.credit-rating-keys {
  width: 385px;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  background-color: #dddddd;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 5px;
  font-weight: bold;
  color: white;
}
.financial_table {
  border-spacing: 1px;
  border-collapse: separate;
  bgcolor: #ffffff;
}
.financial_table td {
  padding: 1px;
}
.arrow_button {
  color: #666666;
  cursor: pointer;
}
.arrow_button span {
  font-size: 12px;
}
.directory_home .content_block_title {
  border: none;
}
.directory_home form.standard.company label,
.directory_home form.standard.company .label {
  width: 70px;
  text-align: left;
}
.directory_home .error_msg {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ff7370;
}
#directory_content_1,
#directory_content_2,
#directory_content_3,
#directory_content_4 {
  position: relative;
}
#directory_search_content_1,
#directory_search_content_2,
#directory_search_content_3 {
  padding: 0 15px;
}
.directory_table {
  width: 100%;
}
.directory_table td,
.directory_table th {
  padding: 6px 10px;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
#directory_map {
  width: 370px;
  height: 160px;
  background-image: url(../../xgen/img/directory/directorymap.png);
}
.loading_ajax {
  display: none;
  position: absolute;
  z-index: 10;
  min-height: 50px;
  width: 100%;
  height: 100%;
  background: url("../../xgen/img/loading.gif") #ffffff no-repeat center center;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.directory_search_results {
  position: relative;
  min-height: 32px;
}
.directory_search_results h3 {
  margin-top: 25px;
}
.directory_enhanced {
  margin-top: 40px;
  text-align: center;
}
.recently_seen_block {
  float: left;
  width: 300px;
  vertical-align: top;
  margin-top: 15px;
}
.recently_seen_block ul {
  margin-left: 35px;
}
#my_books h3 {
  margin-bottom: 5px;
}
#my_books .books {
  margin-left: 20px;
  margin-bottom: 20px;
}
#my_books .books button.link {
  padding: 0;
  line-height: auto;
  height: auto;
}
#my_books .books > li {
  padding: 3px 0;
}
#my_books .book_name {
  width: 150px;
}
.company_items .arrow {
  color: #3399cc;
  font-style: normal;
}
.company_items .arrow:after {
  content: "\00BB";
}
#person_details {
  border-left: 1px solid #dedede;
}
.person_contacts label {
  display: inline-block;
  width: 100px;
  font-weight: bold;
  color: #666666;
}
.handlescroll {
  position: relative;
}
.handlescroll .handlescroll_inner {
  overflow-y: auto;
}
.handlescroll .handlescroll_overlay {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  opacity: 0.6;
  background-color: rgba(250, 250, 250, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.3)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.3), #ffffff);
  background: -moz-linear-gradient(top, rgba(250, 250, 250, 0.3), #ffffff);
  background: -ms-linear-gradient(top, rgba(250, 250, 250, 0.3), #ffffff);
  background: -o-linear-gradient(top, rgba(250, 250, 250, 0.3), #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(250, 250, 250, 0.3)', endColorstr='#ffffff');
}
.handlescroll .handlescroll_overlay_text {
  position: absolute;
  bottom: 0;
  right: 0;
}
.directory_port form.standard label {
  margin: 0 7px 0 5px;
}
#port_mini_map {
  float: right;
  position: relative;
  border: 5px solid #e5e5e3;
}
#port_mini_map .port_coords {
  position: absolute;
  padding: 1px;
  bottom: 2px;
  right: 5px;
  color: #fff;
  font-size: 0.8em;
  background-color: #000;
  zoom: 1;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50));
  filter: alpha(opacity= 50);
}
#map_magnifier {
  color: #ffc000;
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}
/* CR Buttons*/
.report-order-button {
  color: #666666;
  cursor: pointer;
  float: left;
  font-size: 0.9em;
  height: 102px;
  margin-bottom: 10px;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 85px;
  width: 134px;
}
.report-order-button-sr {
  background-image: url("../../xgen/img/cr/order_button_sr.v13.1.7.1.png");
}
.report-order-button-ref {
  background-image: url("../../xgen/img/cr/order_button_ref.v13.1.7.1.png");
}
.report-order-button-db {
  background-image: url("../../xgen/img/cr/order_button_db.v13.1.7.1.png");
}
.report-order-button-update-24 {
  background-image: url("../../xgen/img/cr/order_button_update_24.v13.1.7.1.png");
}
.report-order-button-update-5 {
  background-image: url("../../xgen/img/cr/order_button_update_5.v13.1.7.1.png");
}
.report-order-button-update-10 {
  background-image: url("../../xgen/img/cr/order_button_update_10.v13.1.7.1.png");
}
.report-order-button-new-24 {
  background-image: url("../../xgen/img/cr/order_button_new_24.v13.1.7.1.png");
}
.report-order-button-new-5 {
  background-image: url("../../xgen/img/cr/order_button_new_5.v13.1.7.1.png");
}
.report-order-button-new-10 {
  background-image: url("../../xgen/img/cr/order_button_new_10.v13.1.7.1.png");
}
.cr_button {
  background: #F4F4F4;
  color: #666666;
  margin: 5px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.cr_button .cr_button_header {
  color: #006699;
  font-size: 1.2em;
}
.cr_button .cr_button_action {
  position: absolute;
  bottom: 0px;
  margin-bottom: 10px;
}
.cr_button .cr_button_action .pretty_button,
.cr_button .cr_button_action form.standard input[type="submit"],
.cr_button .cr_button_action form.standard input[type="button"] {
  font-size: 12px;
  font-size: 0.8rem;
  padding: 6px;
}
.cr_button.standard_cr_button {
  float: left;
  height: 160px;
  width: 150px;
}
.supplier_report_box {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  padding: 20px;
}
.supplier_report_box .content_block_title {
  border-bottom: 1px solid #006699;
  color: #006699;
}
.agreement_box {
  background-color: #EFEFEF;
  overflow: auto;
  max-height: 450px;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#scrolling_div_company_news .news_list_items .standfirst {
  font-size: 15px;
  font-size: 1rem;
}
.events_template .events_menu a:hover {
  color: #FFFFFF !important;
}
.events_template ul {
  list-style-type: disc;
}
.events_template ul li {
  display: list-item;
  margin: 2px;
}
.events_template .attendees-alph {
  color: #006699;
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 5px;
}
.events_template .event_agenda .event_agenda_item_time {
  color: #888888;
  font-style: normal;
  font-weight: normal;
  text-align: right;
}
.events_template .event_agenda .agenda_item_speech_speaker {
  color: #888888;
}
.events_template .event_agenda .event_agenda_item_day_header {
  background: #CCCCCC;
  border-top: 10px solid #FFFFFF;
  font-size: 1.3em;
  font-weight: bold;
}
.events_template .event_agenda .event_agenda_item_session_header {
  background: #DDDDDD;
  font-size: 1.2em;
}
.events_template .event_agenda .event_agenda_item_administration {
  background: #EEEEEE;
}
.events_template .event_agenda .event_agenda_item_networking {
  color: #666666;
}
.events_template .event_agenda .event_agenda_item_special_event {
  font-size: 1.1em;
  font-weight: bold;
}
.events_template .event_photo_holder {
  float: left;
  height: 270px;
  margin: 5px;
  overflow: hidden;
  padding: 5px;
  width: 270px;
}
.events_template .event_photo_holder .event_photo {
  border: 1px solid #666666;
}
/* Styles for the Sailors' Society page */
.bunker_lunch_sailors_society {
  color: #2B3B7C;
  font-size: 1.1em;
}
.bunker_lunch_sailors_society a {
  color: #2B3B7C;
}
.bunker_lunch_sailors_society strong {
  color: #2B3B7C;
}
.bunker_lunch_yellowbox {
  background: #F5CF62;
}
.bunker_lunch_yellowbox_bar {
  height: 16px;
  overflow: hidden;
}
.bunker_lunch_yellowbox_inner {
  overflow: hidden;
  padding: 4px 20px;
}
.bunker_lunch_yellowbox_topleft,
.bunker_lunch_yellowbox_topright,
.bunker_lunch_yellowbox_bottomleft,
.bunker_lunch_yellowbox_bottomright {
  height: 16px;
  overflow: hidden;
  width: 16px;
}
.bunker_lunch_yellowbox_topleft {
  background: url(../../xgen/community/events/2013/bunker_lunch/yellowbox_topleft.v12.12.14.1.png) no-repeat;
  float: left;
}
.bunker_lunch_yellowbox_topright {
  background: url(../../xgen/community/events/2013/bunker_lunch/yellowbox_topright.v12.12.14.1.png) no-repeat;
  float: right;
}
.bunker_lunch_yellowbox_bottomleft {
  background: url(../../xgen/community/events/2013/bunker_lunch/yellowbox_bottomleft.v12.12.14.1.png) no-repeat;
  float: left;
}
.bunker_lunch_yellowbox_bottomright {
  background: url(../../xgen/community/events/2013/bunker_lunch/yellowbox_bottomright.v12.12.14.1.png) no-repeat;
  float: right;
}
form.standard .input_row {
  overflow: hidden;
  padding: 6px 0;
}
form.standard .input_row > label,
form.standard .input_row .label {
  color: #666666;
  float: left;
  padding-right: 8px;
  text-align: right;
  width: 100px;
  padding-top: 5px;
}
form.standard .input_row .label-radio {
  color: #666666;
  float: left;
  text-align: left;
}
form.standard .input_row .item {
  float: left;
}
form.standard .input_row .aligned_item {
  float: left;
  padding-top: 5px;
}
form.standard .input_row .item-radio {
  float: left;
  width: 55px;
  text-align: right;
  padding-right: 10px;
}
form.standard .input_row .typing_info {
  margin-left: 10px;
  color: #666666;
  font-size: 0.9em;
}
form.standard .input_row.required > label:before,
form.standard .input_row.required .label:before {
  content: "* ";
  color: #ff0000;
}
form.standard input[type="text"],
form.standard input[type="email"],
form.standard input[type="url"],
form.standard input[type="password"],
form.standard input[type="tel"] {
  color: #666666;
  border: 1px solid #c9c9c9;
  font-size: 1em;
  padding: 6px;
  height: 12px;
}
form.standard textarea {
  overflow: auto;
  padding: 7px 10px;
  border: 1px solid #aaa;
}
form.standard.input_labels_50 .input_row > label,
form.standard.input_labels_50 .input_row .label {
  width: 50px;
}
form.standard.input_labels_60 .input_row > label,
form.standard.input_labels_60 .input_row .label {
  width: 60px;
}
form.standard.input_labels_80 .input_row > label,
form.standard.input_labels_80 .input_row .label {
  width: 80px;
}
form.standard.input_labels_120 .input_row > label,
form.standard.input_labels_120 .input_row .label {
  width: 120px;
}
form.standard.input_labels_150 .input_row > label,
form.standard.input_labels_150 .input_row .label {
  width: 150px;
}
form.standard.input_labels_180 .input_row > label,
form.standard.input_labels_180 .input_row .label {
  width: 180px;
}
form.standard.input_labels_200 .input_row > label,
form.standard.input_labels_200 .input_row .label {
  width: 200px;
}
ul.forum_posts > li {
  overflow: hidden;
  padding: 10px 15px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  border: 1px solid #EEEEEE;
}
ul.forum_posts > li:nth-child(odd) {
  background-color: #F7F7F7;
}
ul.forum_posts > li.highlight {
  background-color: #f5f5f5;
}
ul.forum_posts .aside,
ul.forum_posts .content {
  display: inline-block;
  vertical-align: top;
}
ul.forum_posts .aside {
  width: 100px;
  margin-right: 15px;
  text-align: right;
}
ul.forum_posts .aside .buttons {
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
ul.forum_posts .link {
  padding: 0;
  height: auto;
  line-height: auto;
}
ul.forum_posts .content {
  width: 378px;
}
ul.forum_posts .content .post {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
ul.forum_posts .content .post a {
  color: #666666;
}
#forum_panelists {
  background-color: #e5e5e3;
  padding: 10px;
  margin: 7px;
}
.forum_panelist {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin: 15px 15px 0 0;
}
.forum_panelist .photo {
  float: left;
  margin: 0 10px 5px 0;
}
.forum_panelist .photo img {
  width: 45px;
  height: 60px;
}
/* News feature carousel */
#headlineblock {
  width: 580px;
  height: 250px;
  padding: 0px;
  margin-bottom: 15px;
  background-color: #666666;
}
#headlineblock a {
  color: #fff;
}
#headlineblock a:hover {
  color: #fff !important;
}
#headlineblock .featureitem .headlinebox {
  width: 216px;
  height: 210px;
  overflow: hidden;
  float: left;
  padding: 20px 15px 15px 15px;
}
#headlineblock .featureitem .headline {
  margin-bottom: 10px;
  font-size: 1.65em;
  line-height: 1.125;
}
#headlineblock .featureitem .standfirst {
  font-size: 1.1em;
  line-height: 1.3em;
}
#headlineblock #controlband {
  width: 334px;
  height: 32px;
  overflow: hidden;
  position: relative;
  top: -32px;
  left: 246px;
  background-color: #999;
}
#headlineblock #controlbandbtns {
  width: 334px;
  height: 32px;
  overflow: hidden;
  position: relative;
  top: -64px;
  left: 246px;
}
#headlineblock #controlbandbtns ul {
  width: 170px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
#headlineblock #controlbandbtns ul li {
  width: 14px;
  height: 14px;
  overflow: hidden;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(../../xgen/img/carousel-spot-off.png);
}
#headlineblock #controlbandbtns ul li.on {
  background-image: url(../../xgen/img/carousel-spot-on.png);
}
#headlineblock #controlbandbtns ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.opacity #controlband {
  background-color: #333 !important;
  zoom: 1;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20));
  filter: alpha(opacity= 20);
}
.opacity #controlbandbtns ul li {
  background-image: url(../../xgen/img/carousel-spot-on.png) !important;
  zoom: 1;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50));
  filter: alpha(opacity= 50);
}
.opacity #controlbandbtns ul li.on {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100));
  filter: alpha(opacity= 100);
}
/* Other Homepage Blocks */
#homepage_latest_forum {
  padding-top: 15px;
  padding-left: 15px;
}
#homepage_latest_forum ul {
  padding: 0px;
}
#homepage_latest_forum ul li {
  margin-top: 15px;
}
#homepage_latest_forum ul li a.link {
  overflow: hidden;
  display: block;
}
#homepage_latest_forum ul li .date {
  width: 70px;
  overflow: hidden;
  color: #666666;
  float: left;
}
#homepage_latest_forum ul li .subject {
  color: #666666;
}
#social_links {
  padding-left: 15px;
}
#homepage_latest_blogs {
  padding-top: 15px;
}
#homepage_latest_blogs ul {
  overflow: hidden;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
#homepage_latest_blogs ul li {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
#homepage_latest_blogs ul li:last-child {
  border-bottom: 0px;
}
#homepage_latest_blogs ul li .photo_holder {
  width: 40px;
  height: 62px;
  overflow: hidden;
  float: left;
  background-color: #b0b0b0;
  margin-right: 15px;
  text-align: center;
}
#homepage_latest_blogs ul li .photo_holder .blog_photo {
  width: 40px;
  height: 46px;
}
#homepage_latest_blogs ul li .photo_holder .date {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.3em;
}
#homepage_latest_blogs ul li .blog_main {
  overflow: hidden;
}
#homepage_latest_blogs ul li .blog_main .standfirst {
  font-size: 0.9em;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-top: 2px;
}
#homepage_latest_blogs ul li .blog_main .standfirst a {
  color: #666;
}
ul.item_list > li {
  overflow: hidden;
  padding: 8px 0;
}
ul.item_list > li.highlight {
  background-color: #f5f5f5;
}
ul.item_list.li_borders > li {
  border-bottom: 1px solid #EEEEEE;
}
ul.item_list.li_borders > li:last-child {
  border-bottom: 0;
}
ul.item_list .meta,
ul.item_list .description {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
ul.item_list .meta a,
ul.item_list .description a {
  color: #666666;
}
.blog_list_items.blogger-archive li {
  float: left;
  padding: 0px !important;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.blog_list_items.blogger-archive li .photo_holder {
  overflow: hidden;
  width: 80px;
  height: 120px;
  float: left !important;
  position: relative;
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: 10px;
}
.blog_list_items.blogger-archive li .headline {
  font-weight: bold;
}
.blog_list_items .photo_holder {
  background-color: #b0b0b0;
  float: left;
  font-size: 0.9em;
  height: 62px;
  margin-right: 15px;
  overflow: hidden;
  text-align: center;
  width: 40px;
}
.blog_list_items .photo_holder .blog_photo {
  width: 40px;
  height: 46px;
}
.blog_list_items .photo_holder .date {
  color: #fff;
  line-height: 1.3em;
}
.blog_list_items .byline a {
  color: #333;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.blog_list_items .standfirst {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.blog_list_items .standfirst a {
  color: #666;
}
.classified_list_items .category_and_date {
  float: left;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  margin-right: 15px;
  overflow: hidden;
  text-align: right;
  width: 80px;
}
.classified_list_items .category_and_date .datetime {
  color: #666666;
}
.classified_list_items .summary {
  float: left;
  overflow: hidden;
}
.classified_list_items .summary .post {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.classified_list_items .summary .post a {
  color: #666666;
}
.forum_list_items .author_and_date {
  float: left;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  margin-right: 15px;
  overflow: hidden;
  text-align: right;
  width: 90px;
}
.forum_list_items .summary {
  float: left;
  overflow: hidden;
}
.forum_list_items .summary .post {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.forum_list_items .summary .post a {
  color: #666666;
}
.letter_list_items .author_and_date {
  float: left;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  margin-right: 15px;
  overflow: hidden;
  text-align: right;
  width: 90px;
}
.letter_list_items .summary {
  float: left;
  overflow: hidden;
}
.letter_list_items .summary .post {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.letter_list_items .summary .post a {
  color: #666666;
}
.letter_list_items .summary .byline a {
  color: #666666;
}
.poll_list_items .datetime {
  float: left;
  padding-right: 10px;
  text-align: right;
  width: 100px;
}
.poll_list_items .headline {
  float: left;
  width: 600px;
}
.event_list_items .datetime {
  float: left;
  padding-right: 10px;
  text-align: right;
  width: 100px;
}
.event_list_items .event_listing {
  float: left;
  width: 400px;
}
.event_list_items .event_bold .event_listing {
  background: #f5f5f5;
  padding: 10px;
}
.event_list_items .event_bold .event_title {
  font-weight: bold;
}
.event_list_items .event_bold .event_location {
  font-weight: bold;
}
.event_list_items .event_description {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.speech_list_items .li {
  overflow: hidden;
}
.speech_list_items .event_title {
  color: #666666;
  float: left;
  padding-right: 10px;
  width: 120px;
}
.speech_list_items .speaker_photo {
  float: left;
  width: 70px;
}
.speech_list_items .speech_details {
  float: left;
  width: 300px;
}
.library_list_items .icon_left {
  float: left;
  padding-top: 10px;
  width: 50px;
}
.library_list_items .margin_left {
  margin-left: 55px;
}
.demo_list_items .demo_item {
  cursor: pointer;
}
.demo_list_items .demo_item.selected {
  background-color: #f5f5f5;
}
.demo_list_items .screenshot {
  float: left;
  width: 200px;
}
.demo_list_items .details {
  float: left;
  padding-left: 40px;
  width: 600px;
}
.demo_list_items .details .title {
  font-size: 18px;
  font-size: 1.2rem;
  color: #077cab;
  font-weight: bold;
}
#menustrip {
  height: 40px;
  width: 100%;
  text-align: left;
  background-color: #fff;
}
ul.fancymenu {
  width: 960px;
  height: 40px;
  background-color: #323235;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}
ul.fancymenu > li {
  height: 40px;
  float: left;
  margin-right: 17px;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
ul.fancymenu > li > a {
  height: 30px;
  display: block;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 0px;
  text-transform: uppercase;
  color: inherit;
  padding-left: 15px;
  padding-right: 15px;
}
ul.fancymenu > li.selected > a,
ul.fancymenu > li.open > a {
  background-color: #e5e5e3;
  color: #077cab;
}
ul.fancymenu > li .selindic {
  height: 4px;
  margin-top: 8px;
}
ul.fancymenu > li .selindic.sel {
  background-color: #006699;
}
ul.fancymenu > li ul.submenu,
ul.fancymenu > li ul.subsubmenu,
ul.fancymenu > li ul.subsubsubmenu {
  width: 222px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  position: absolute;
  z-index: 9;
  background-color: #e5e5e3;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #d9d9d6;
  border-left: 1px solid #d9d9d6;
  text-align: left;
}
ul.fancymenu > li ul.submenu li.menuarrow,
ul.fancymenu > li ul.subsubmenu li.menuarrow,
ul.fancymenu > li ul.subsubsubmenu li.menuarrow {
  width: 28px;
  height: 14px;
  overflow: hidden;
  margin-left: 5px;
}
ul.fancymenu > li ul.submenu li.item,
ul.fancymenu > li ul.subsubmenu li.item,
ul.fancymenu > li ul.subsubsubmenu li.item {
  color: #666666;
  font-weight: bold;
}
ul.fancymenu > li ul.submenu li.item > a,
ul.fancymenu > li ul.subsubmenu li.item > a,
ul.fancymenu > li ul.subsubsubmenu li.item > a {
  color: inherit;
}
ul.fancymenu > li ul.submenu li.item a,
ul.fancymenu > li ul.subsubmenu li.item a,
ul.fancymenu > li ul.subsubsubmenu li.item a {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
ul.fancymenu > li ul.subsubmenu {
  left: 201px;
  border-left: 1px solid #fff;
}
ul.fancymenu > li ul.subsubsubmenu {
  left: 201px;
  border-left: 1px solid #fff;
}
ul.fancymenu > li ul.subsubmenu,
ul.fancymenu > li ul.subsubsubmenu {
  padding-top: 10px;
  margin-top: -10px;
  margin-left: 20px;
}
ul.fancymenu .fancymenu_sub_item {
  position: relative;
}
ul.fancymenu .fancymenu_sub_item .subarrow {
  position: absolute;
  top: 6px;
  left: 9px;
  font-size: 0.75em;
}
ul.fancymenu .fancymenu_sub_sub_item {
  position: relative;
}
ul.fancymenu .fancymenu_sub_sub_item .subarrow {
  position: absolute;
  top: 6px;
  left: 9px;
  font-size: 0.75em;
}
#crumbtrail {
  width: 960px;
  height: 32px;
  background-color: #f5f5f5;
  margin-left: 0px;
  margin-top: 15px;
  padding: 0px;
}
#crumbtrail li {
  float: left;
  height: 25px;
  padding-left: 10px;
  padding-right: 40px;
  padding-top: 7px;
  background-image: url(../../xgen/img/crumbtrailarrowm.png);
  background-position: right top;
  background-repeat: no-repeat;
}
#crumbtrail li:nth-last-child(2) {
  background-image: url(../../xgen/img/crumbtrailarrow.png);
}
#crumbtrail li:last-child {
  background-image: url(../../xgen/img/crumbtrailarrowe.png);
  background-color: #fff;
}
.native_advertising {
  color: #666666;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.news_list_items .datetime_left {
  color: #666666;
  float: left;
  padding-right: 20px;
}
.news_list_items .region_right {
  float: right;
}
.news_list_items .region_right a {
  color: #666;
}
.news_list_items .image_left {
  float: left;
  padding-right: 10px;
  width: 85px;
}
.news_list_items .image_right {
  float: right;
  padding-left: 10px;
  width: 85px;
}
.news_list_items .standfirst {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  overflow: hidden;
}
.news_list_items .margin_left {
  margin-left: 96px;
}
.news_list_items .left {
  margin-right: 96px;
}
.news_list_items.two_cols .datetime_left {
  width: 40px;
  text-align: right;
}
.news_list_items.two_cols .margin_left {
  margin-left: 55px;
  overflow: hidden;
}
.news_list_items.letters_to_editor a {
  font-size: 18px;
  font-size: 1.2rem;
}
.news_features li > div {
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.news_features .news_feature_block {
  height: 150px;
  padding: 0px;
  position: relative;
}
.news_features .news_feature_block a {
  display: block;
  padding-left: 210px;
  padding-top: 10px;
  width: 170px;
  height: 100%;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}
.news_features .news_feature_block .datetime_feature {
  padding: 2px 4px 2px 4px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  background-color: #444;
}
.news_features .news_feature_block .standfirst {
  color: #666666;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.news_features .news_feature_block .headline {
  color: #666666;
  font-weight: bold;
  margin-bottom: 8px;
}
.news_list_item_table td.datetime {
  color: #666666;
  font-size: 0.9em;
  padding-right: 10px;
  text-align: right;
  width: 85px;
}
.news_list_item_table td.datetime_left {
  color: #666666;
  font-size: 0.9em;
  padding-bottom: 0;
}
.news_list_item_table td.region_right {
  color: #666666;
  font-size: 0.9em;
  padding-bottom: 0;
  text-align: right;
}
.news_list_item_table td.image {
  padding-right: 10px;
  text-align: right;
  width: 85px;
}
.news_list_item_table td .standfirst {
  color: #666666;
}
.news_item {
  padding-left: 5px;
  padding-right: 5px;
  color: #666666;
  text-align: left;
}
.news_item .headline {
  text-align: left;
  font-family: 'Platts Oscine', 'Platts Oscine Tab', Calibri;
  color: #666666;
  font-size: 32px;
  font-size: 2.1333333333333333rem;
  line-height: 1.2em;
  padding: 5px 0;
}
.news_item .publish_date {
  color: #666666;
}
.news_item .news_item_meta {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
.news_item #share-options {
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.news_item #share-options div {
  float: left;
  margin-right: 30px;
}
.news_item #share-options div img {
  margin-right: 10px;
}
.news_item .image {
  background-color: #F2F2F2;
  color: #000000;
  float: right;
  font-size: 0.8em;
  font-weight: bold;
  margin: 20px 0 10px 20px;
  padding: 5px;
  text-align: left;
  width: 180px;
}
.news_item .image .caption {
  overflow: hidden;
  width: 180px;
  line-height: 1.8em;
  margin: 5px;
}
.news_item .image .copyright {
  color: #666666;
  float: right;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: normal;
}
.news_item .pull_quote {
  border-top: 4px solid #666;
  background-color: #f6f6f6;
  color: #666;
  float: right;
  font-size: 1.6em;
  line-height: 1.5em;
  margin: 6px 0px 16px 20px;
  padding: 15px 15px 22px 15px;
  width: 240px;
  text-align: left;
}
.news_item .pull_quote .news-pullquote {
  overflow: hidden;
  background-image: url('../../xgen/img/pullquote.png');
  background-repeat: no-repeat;
  width: 43px;
  height: 48px;
}
.news_item .no_access .image {
  border: 1px solid #CCCCCC;
  float: left;
  margin-right: 5px;
  padding: 0;
}
.news_item .no_access .headline {
  font-size: 1.5em;
}
.news_item ul {
  margin: 1em;
  list-style-type: disc;
}
.news_item ul li {
  margin-left: 40px;
}
/** News Item Comments **/
.news_item_comments .news_item_comment {
  margin-bottom: 20px;
}
.news_item_comments .news_item_comment:last-child {
  margin-bottom: 0;
}
.news_item_comments .news_item_comment .news_item_comment_header {
  border-bottom: 1px solid #dedede;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  padding: 4px 0;
}
.news_item_comments .news_item_comment .news_item_comment_header .news_item_comments_date {
  color: #666666;
}
.news_item_comments .news_item_comment .news_item_comment_body {
  padding: 5px 10px;
}
/** Styles for Magazine page **/
#magazine-slot .mag-container {
  margin-left: 10px;
}
.magazine_year {
  border-bottom: 1px solid #E2E2E2;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 10px;
  text-align: right;
}
.magazine_month {
  border-bottom: 1px solid #EEEEEE;
  color: #444444;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 6px;
}
.magazine_cover {
  float: left;
  padding: 10px;
  padding-left: 150px;
  width: 130px;
}
.magazine_articles {
  float: left;
  padding-left: 50px;
  padding-top: 20px;
  width: 300px;
}
.magazine_article {
  background: url("../../xgen/img/icons/pdf_small.png") no-repeat scroll left 2px transparent;
  border-bottom: 1px solid #F4F4F4;
  display: block;
  margin-top: 4px;
  padding: 5px 0 10px 24px;
}
.story_rating {
  color: #666666;
  float: right;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  padding-right: 10px;
  text-align: right;
  width: 190px;
}
.story_rating_star {
  color: #006699;
  padding-right: 1px;
}
.story_rating_star.unrated {
  color: #666666;
}
span.search_news_archive_link {
  float: right;
}
@media print {
  @page {
    margin-bottom: 1.5cm;
    margin-top: 1.5cm;
  }
  body {
    font: normal 14px/20px Helvetica, Arial, Verdana, Sans-serif;
    text-align: left;
  }
  .sidebar,
  .banner_column,
  header,
  button,
  #diet-frame,
  #flash_messages,
  #crumbtrail {
    display: none;
  }
  #pmstriptrans,
  #pmstrip,
  #topstrip,
  #menustrip,
  #flash_modal {
    display: none;
  }
  a[href]:after {
    content: "";
  }
  ul.ui-tabs-nav li:not(.ui-tabs-active) {
    display: none;
  }
  .tabpanel_tabs .tab:not(.selected) {
    display: none;
  }
  footer > *:not(#copyright) {
    display: none;
  }
  #copyright {
    margin-top: 0;
  }
  .print_only {
    display: block;
  }
  .do-not-print {
    display: none;
  }
  .content_column {
    width: auto !important;
    float: none !important;
    margin: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    margin-bottom: 0 !important;
  }
  .news_item {
    line-height: 1.3em;
    text-align: left;
    margin: 0 200px 0 40px;
    overflow: hidden;
  }
  .news_item .news_item_meta {
    margin-bottom: 0;
  }
}
/**	QForm Styles **/
.qform {
  overflow: hidden;
  padding: 5px;
}
.qform .qform_label {
  font-size: 1.1em;
  font-weight: bold;
}
.qform .qform_preview {
  padding: 5px;
}
.qform .qform_radio_option {
  display: inline;
  padding-left: 15px;
}
.qform .qform_section_header {
  font-size: 1.2em;
  font-weight: bold;
  padding: 25px 0 15px 0;
  overflow: hidden;
}
.qform .qform_question {
  overflow: hidden;
  padding: 10px 0 10px 0;
}
.qform .qform_question textarea {
  font-family: Helvetica, Arial, Verdana, Sans-serif;
  font-size: 1.0em;
}
.qform .qform_inline_label {
  float: left;
  overflow: hidden;
  text-align: right;
  width: 100px;
  display: inline;
}
.qform .qform_inline_response {
  float: left;
  overflow: hidden;
  padding-left: 10px;
  display: inline;
}
.qform .qform_textinput {
  font-family: Helvetica, Arial, Verdana, Sans-serif;
  font-size: 1.0em;
  padding: 5px;
}
.qform .qform_text_response {
  margin: 10px;
  padding: 10px;
}
.qform .qform_textinput_fill {
  font-family: Helvetica, Arial, Verdana, Sans-serif;
  font-size: 1.0em;
  padding: 5px;
}
table.cart_items {
  width: 100%;
}
table.cart_items td {
  padding: 8px 2px;
  vertical-align: top;
}
table.cart_items .quantity {
  width: 35px;
  padding-left: 15px;
}
table.cart_items .extra {
  font-size: 0.9em;
  color: #666666;
}
table.cart_items .cost {
  width: 65px;
  text-align: right;
}
table.cart_items .actions {
  width: 16px;
  text-align: right;
  padding-left: 10px;
}
table.cart_items .actions button {
  padding: 0px;
  height: auto;
}
table.cart_items .subtotal td {
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}
table.cart_items .subtotal td.cost {
  border-top: 1px solid #222;
  padding-right: 2px;
}
table.cart_items.checkout {
  font-size: 0.85em;
}
table.cart_items.checkout .quantity {
  width: 20px;
  padding-left: 0;
}
table.cart_items.checkout .cost {
  width: 50px;
}
#checkout_page .step {
  height: auto;
  padding-left: 60px;
}
#checkout_page .buttons {
  margin-top: 25px;
}
#checkout_page .content_block_title .badge {
  margin-right: 15px;
}
#checkout_page table.invoice {
  width: 100%;
}
#checkout_page table.invoice .number {
  text-align: right;
}
#checkout_page table.invoice .total {
  font-size: 1.2em;
  font-weight: bold;
}
#checkout_page table.invoice .extra {
  font-size: 0.9em;
  color: #666666;
}
.renew_button {
  cursor: pointer;
}
.renew_button .header {
  color: #FFFFFF;
  font-size: 1.2em;
  padding: 4px;
}
.renew_button.green {
  border: 2px solid #339966;
}
.renew_button.green .header {
  background: #339966;
}
.renew_button.brown {
  border: 2px solid #625446;
}
.renew_button.brown .header {
  background: #625446;
}
.renew_button:hover {
  background: #FFFFDD;
}
.renew_button .description_text {
  color: #666666;
  font-weight: bold;
  padding: 4px;
}
.renewal_company_name {
  color: #666666;
  font-size: 1.3em;
  font-weight: bold;
  padding: 20px 0 10px 0;
}
.renewal_table {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  color: #444444;
  font-size: 0.9em;
}
.renewal_table tr.header {
  background: #DEDEDE;
  font-size: 1.2em;
  padding: 4px 4px 4px 10px;
}
.renewal_table td {
  border-bottom: 1px solid #DEDEDE;
  padding: 4px 8px;
}
.item_table {
  border-collapse: collapse;
}
.item_table td,
.item_table th {
  padding: 8px 4px;
  text-align: left;
}
.item_table td {
  color: #323235;
}
.item_table.row_borders tr {
  border-bottom: 1px solid #EEEEEE;
}
.item_table.row_borders tr:last-child {
  border-bottom: 0;
}
.item_table.row_alternate tbody tr:nth-child(even) {
  background-color: #e5e5e3;
}
.item_table.row_clickable tbody tr {
  cursor: pointer;
  cursor: hand;
}
.item_table.row_clickable tbody tr.highlight,
.item_table.row_clickable tbody tr:hover {
  background-color: #ffed80;
}
.pagination_table {
  border-collapse: collapse;
}
.pagination_table td {
  padding: 4px;
}
table.standard {
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
  font-size: 0.9em;
}
table.standard tr.header {
  background: #AAAAAA !important;
  border-bottom: 1px solid #AAAAAA !important;
  border-top: 1px solid #AAAAAA !important;
  color: #FFFFFF;
  font-weight: bold;
}
table.standard tr.subheader {
  background: #CFEBD3 !important;
  border-bottom: 1px solid #AAAAAA !important;
  border-top: 1px solid #AAAAAA !important;
  font-weight: bold;
}
table.standard tr.yellowhighlight {
  background: #FFF8BE !important;
}
table.standard.row_alternate tbody tr:nth-child(even) {
  background-color: #EFEFEF;
}
table.standard.row_borders tbody tr {
  border-bottom: 1px solid #EFEFEF;
}
table.standard.row_borders tbody tr:last-child {
  border-bottom: 0;
}
.tabpanel_tabs {
  overflow: hidden;
}
.tabpanel_tabs .tab {
  background: #EFEFEF;
  color: #077cab;
  cursor: pointer;
  float: left;
  margin-right: 5px;
  padding: 10px;
}
.tabpanel_tabs .tab:hover {
  color: #3399cc;
}
.tabpanel_tabs .tab.selected {
  background: #FFFFFF;
  font-weight: bold;
}
.amcharts-export-menu .export-enlarge {
  margin: 4px;
}
.amcharts-export-menu .export-enlarge > a {
  text-indent: -13333337px;
  width: 36px;
  height: 36px;
  padding: 0;
  background-repeat: no-repeat;
  background-image: url('../../xgen/img/amcharts/export_enlarge_grey.png');
  background-color: #fff;
  background-position: center;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  margin: 8px 8px 0 10px;
}
.amcharts-export-menu .export-enlarge:hover {
  padding-bottom: 100px;
}
.amcharts-export-menu .export-enlarge:hover > a {
  background-image: url('../../xgen/img/amcharts/export_enlarge_white.png');
}
.amcharts-export-menu.amcharts-export-menu-bottom-left .export-enlarge:hover,
.amcharts-export-menu.amcharts-export-menu-bottom-right .export-enlarge:hover {
  padding-bottom: 0;
  padding-top: 100px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:30; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#333333;}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(../../xgen/img/colorbox/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../../xgen/img/colorbox/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../../xgen/img/colorbox/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../../xgen/img/colorbox/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../../xgen/img/colorbox/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../../xgen/img/colorbox/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../../xgen/img/colorbox/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../../xgen/img/colorbox/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-top:24px;}
        #cboxTitle{position:absolute; top:0px; left:0; text-align:center; width:100%; color:#999; text-transform: uppercase;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(../../xgen/img/colorbox/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        /*#cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}*/
        #cboxClose{position:absolute; top:-2px; right:0px; background:url(../../xgen/img/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#cboxOverlay, #colorbox {
	z-index: 30 !important;
}
/* Homepage Markets Box */
#homepage_markets {
  padding-top: 10px !important;
}
#homepage_markets img {
  margin-bottom: 10px;
}
#homepage_markets table {
  width: 100%;
}
#homepage_markets table td {
  padding-bottom: 3px;
  width: 33%;
}
#homepage_markets table td.spacer {
  padding-bottom: 10px;
}
#homepage_markets table .index {
  color: #666;
}
#homepage_markets table .change,
#homepage_markets table .value {
  text-align: right;
}
#homepage_markets table .up {
  color: #393;
}
#homepage_markets table .down {
  color: #F33;
}
/* Other Homepage Blocks */
#latestnewsblock {
  height: 115px;
  padding-left: 15px;
}
#latestnewsblock ul {
  margin-top: 5px;
  padding: 0px;
}
#latestnewsblock ul li {
  overflow: hidden;
  margin-left: 0px;
  margin-bottom: 15px;
}
#latestnewsblock ul li .itemage {
  width: 80px;
  overflow: hidden;
  float: left;
  font-family: 'Platts Oscine', 'Platts Oscine Tab', Calibri;
  font-weight: 700;
  color: #666;
}
#latestnewsblock ul li .region {
  width: 90px;
  overflow: hidden;
  float: left;
  color: #666;
}
#latestnewsblock ul li .headline {
  overflow: hidden;
}
#homepage_markets {
  padding-top: 15px !important;
}
#homepage_markets img {
  margin-bottom: 10px !important;
}
#homepage_markets table > tbody > tr:first-child > td {
  font-weight: bold;
}
#homepage_latest_forum {
  height: 335px;
  padding-top: 15px;
  padding-left: 15px;
}
#homepage_latest_forum ul {
  padding: 0px;
}
#homepage_latest_forum ul li {
  margin-top: 15px;
}
#homepage_latest_forum ul li a.link {
  overflow: hidden;
  display: block;
}
#homepage_latest_forum ul li .date {
  width: 70px;
  overflow: hidden;
  float: left;
}
#homepage_latest_forum ul li .subject {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
#homepage_latest_blogs {
  height: 370px;
}
#homepage_subscriber_note {
  height: 295px;
}
/* LAYOUTS */
/* Homepage */
.layout_homepage {
  margin-top: 15px;
}
.layout_homepage .top_box {
  width: 960px;
  height: 400px;
  overflow: hidden;
}
.layout_homepage .top_box .left_content {
  width: 580px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.layout_homepage .top_box .right_content {
  width: 170px;
  height: 220px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.layout_homepage .bottom_box {
  width: 960px;
  height: 400px;
  overflow: hidden;
  margin-top: 15px;
}
.layout_homepage .bottom_box .left_content {
  width: 415px;
  height: 400px;
  overflow: hidden;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
.layout_homepage .bottom_box .right_content {
  width: 365px;
  height: 400px;
  overflow: hidden;
  float: left;
}
.layout_homepage .bottom_box_with_promo_box {
  width: 960px;
  overflow: hidden;
  margin-top: 15px;
}
.layout_homepage .bottom_box_with_promo_box .left_content {
  width: 415px;
  overflow: hidden;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
.layout_homepage .bottom_box_with_promo_box .right_content {
  width: 365px;
  overflow: hidden;
  float: left;
}
.layout_homepage .bottom_box_with_promo_box .promo_box {
  height: 147px;
}
/* Prices Homepage */
.layout_prices_homepage {
  margin-top: 15px;
}
.layout_prices_homepage .left_content {
  width: 350px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.layout_prices_homepage .right_content {
  width: 595px;
  overflow: hidden;
  float: left;
}
/* Store Homepage */
.layout_store_homepage {
  margin-top: 15px;
}
.layout_store_homepage .top_box {
  overflow: hidden;
}
.layout_store_homepage .top_box .left_content {
  width: 470px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.layout_store_homepage .top_box .right_content {
  width: 475px;
  overflow: hidden;
  float: left;
}
.layout_store_homepage .bottom_box {
  overflow: hidden;
}
.layout_store_homepage .bottom_box .left_content {
  width: 540px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.layout_store_homepage .bottom_box .right_content {
  width: 405px;
  overflow: hidden;
  float: left;
}
.sample {
  position: absolute;
  bottom: 80px;
  height: 70px;
  width: 795px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.twi_table {
  border-collapse: collapse;
}
.twi_table td {
  border: 1px solid #000000;
  border-left: 0;
  border-top: 0;
  padding: 4px;
}
.twi_table .leftmost {
  border-left: 1px solid #000000;
}
.twi_table .topmost {
  border-top: 1px solid #000000;
}
.twi_table .yellowsquare {
  color: #0000D4;
  background: #FCF305;
}
.twi_table .redtext {
  color: #FF0000;
}
.twi_table .filler_left {
  border-left: 0;
}
.twi_table .filler_right {
  border-right: 0;
}
.twi_table .filler_top {
  border-bottom: 0;
}
.quality_graph_no_graph_message {
  color: #AAAAAA;
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  padding: 180px 60px;
}
#prices_homepage .graph_label {
  color: #666666;
  font-size: 18px;
  font-size: 1.2rem;
  overflow: hidden;
  text-transform: uppercase;
}
#prices_homepage .graph_sub_label {
  color: #666666;
}
#prices_homepage .graph_changes {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
#prices_homepage #prices_homepage_featured {
  float: left;
  margin-right: 15px;
  width: 430px;
}
#prices_homepage #prices_homepage_featured_ports_table tr {
  vertical-align: top;
}
#prices_homepage #prices_homepage_featured_ports_table td {
  padding: 2px 0;
}
#prices_homepage #prices_homepage_featured_ports_table td.price {
  text-align: right;
}
#prices_homepage #prices_homepage_featured_ports_table td.direction_arrow {
  padding-left: 4px;
  text-align: left;
}
#prices_homepage #prices_homepage_featured_ports_message {
  float: right;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.port_selection_price_table {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.port_selection_price_table .table_heading {
  font-weight: bold;
}
.port_selection_price_table .price_row_highlight {
  background: #EEEEEE;
}
.port_selection_price_table .price_cell_subtle {
  color: #666666;
  font-size: 12px;
  font-size: 0.8rem;
  padding-right: 10px;
  text-align: right;
}
/** Bunkerworld Index Styles */
.index_price_table .label {
  color: #666666;
}
.index_price_table .date {
  color: #666666;
}
.index_price_table .index_price_latest {
  font-weight: bold;
}
.index_price_table .index_price_latest td {
  padding-bottom: 20px;
}
.crude_price_table {
  color: #666666;
}
.crude_price_table .heading {
  font-weight: bold;
}
.crude_price_table .close {
  font-weight: bold;
}
.futures_prices_table {
  width: 100%;
}
.futures_prices_table th,
.futures_prices_table td {
  padding: 3px 0;
}
.price_graph_no_graph {
  background: url("../img/prices/no_graph.png") no-repeat;
}
.price_graph_no_graph .price_graph_no_graph_message {
  color: #AAAAAA;
  font-size: 1.5em;
  font-weight: bold;
  padding: 120px 200px;
}
.crude_price_insert {
  font-size: 18px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.crude_price_insert .crude_price_meta {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
.price_indication {
  margin-left: 12px;
}
.price_indication ul {
  list-style-type: disc;
}
.price_indication ul li {
  margin-bottom: 6px;
}
.price_indication ul ul {
  list-style-type: circle;
  margin-left: 12px;
}
.stem_step {
  background: #EFEFEF;
  border: 1px solid #DDDDDD;
  float: left;
  font-size: 1.1em;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
  width: 200px;
}
.stem_step.stem_step_active {
  background: #f5f5f5;
  border: 1px solid #006699;
  color: #006699;
}
#store_homepage .content_block {
  position: relative;
  overflow: hidden;
}
#store_homepage .content_block h1 {
  color: #666666;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.2rem;
  padding-left: 10px;
  margin-bottom: 20px;
}
#store_homepage .content_block span {
  overflow: hidden;
  color: #666;
}
#store_homepage .content_block ul.ticks {
  margin-left: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#store_homepage .content_block ul.ticks li {
  max-height: 48px;
  overflow: hidden;
  background-image: url('../../xgen/img/tick.png');
  background-repeat: no-repeat;
  margin-bottom: 15px;
  padding-left: 40px;
}
#store_homepage .content_block .subscribe-buttons {
  position: absolute;
  bottom: 20px;
}
#store_homepage .content_block .subscribe-buttons input {
  margin-right: 10px;
}
#store_homepage .content_block .subscribe-buttons input.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#store_homepage .content_block .price {
  overflow: hidden;
  text-align: left;
  margin-left: 10px;
}
#store_homepage .content_block .price div {
  color: #666;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  margin-top: 5px;
}
#store_homepage .content_block #quotebox {
  width: 340px;
  height: 110px;
  padding: 20px;
  line-height: 2em;
  background-color: #3399cc;
}
#store_homepage .content_block #quotebox #quote {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
#store_homepage .content_block #quotebox #quotefrom {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  font-weight: bold;
  color: #006699;
}
#store_homepage .content_block #quotpoint {
  position: relative;
  width: 35px;
  height: 31px;
  margin-left: 270px;
  background-color: #3399cc;
}
#store_homepage .content_block #quotpoint #quotpointfg {
  position: absolute;
  top: 0px;
  width: 35px;
  height: 31px;
  background-image: url('../../xgen/img/quotepoint.png');
}
#store_homepage .content_block img.ship {
  float: right;
}
#store_homepage .content_block ul.otherproducts li {
  overflow: hidden;
  background-repeat: no-repeat;
  padding-left: 110px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  cursor: hand;
}
#store_homepage .content_block ul.otherproducts li a {
  width: 100%;
  height: 100%;
}
#store_homepage .content_block ul.otherproducts li div {
  font-weight: bold;
}
#store_homepage .content_block ul.otherproducts li span {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  color: #666;
}
#store_homepage .content_block ul.otherproducts li.supplier_reports {
  background-image: url('../../xbw/img/store/other-prods-supplier-reports.png');
  background-position: 20px;
  cursor: auto;
}
#store_homepage .content_block ul.otherproducts li.stem {
  background-image: url('../../xbw/img/store/other-prods-stem.png');
  background-position: 20px;
  cursor: auto;
}
#store_homepage .content_block ul.otherproducts li.futures {
  background-image: url('../../xbw/img/store/other-prods-fu.png');
  background-position: 20px;
  cursor: auto;
}
#store_homepage .content_block ul.otherproducts li.mobile {
  background-image: url('../../xbw/img/store/other-prods-ip.png');
  background-position: 20px 2px;
  cursor: auto;
}
#store_homepage .content_block ul.otherproducts li.pprofile {
  background-image: url('../../xbw/img/store/other-prods-pp.png');
  cursor: auto;
}
#store_subscribe .package {
  background: #EFEFEF;
  border: 2px solid #BBBBBB;
  color: #666666;
  cursor: pointer;
  float: left;
  height: 290px;
  padding: 10px;
  width: 300px;
}
#store_subscribe .package .select_package_tick {
  display: none;
}
#store_subscribe .package .content_block_title {
  height: 25px;
}
#store_subscribe .package:hover {
  border: 2px solid #3399CC;
  color: #3399CC;
}
#store_subscribe .package:hover .content_block_title {
  color: #3399CC;
}
#store_subscribe .package.selected {
  background: #EAF5FA;
  border: 2px solid #336699;
  color: #336699;
}
#store_subscribe .package.selected:hover {
  border: 2px solid #336699;
  color: #336699;
}
#store_subscribe .package.selected:hover .content_block_title {
  color: #336699;
}
#store_subscribe .package.selected .content_block_title {
  color: #336699;
}
#store_subscribe .package.selected .select_package_tick {
  display: inline;
}
#store_subscribe .package.selected .select_package_button {
  display: none;
}
#store_subscribe .package:hover {
  border: 2px solid #3399CC;
}
#bunker_port_profiles .content_block_title,
#stem .content_block_title,
#supplier_reports .content_block_title {
  border-bottom: 1px solid #077cab;
  color: #077cab;
}
#bunker_port_profiles .paraheader,
#stem .paraheader,
#supplier_reports .paraheader {
  color: #42668A;
  font-weight: bold;
}
#bunker_port_profiles .pricing_area,
#stem .pricing_area,
#supplier_reports .pricing_area {
  background: #077cab;
  border: 1px solid #336699;
  color: #FFFFFF;
  overflow: hidden;
  padding: 10px;
}
#bunker_port_profiles .pricing_table,
#stem .pricing_table,
#supplier_reports .pricing_table {
  border: 2px solid #2F6FA5;
  color: #2F6FA5;
  font-weight: bold;
}
#bunker_port_profiles .pricing_table table,
#stem .pricing_table table,
#supplier_reports .pricing_table table {
  background: #F5FAFD;
  border-collapse: collapse;
}
#bunker_port_profiles .pricing_table table tr,
#stem .pricing_table table tr,
#supplier_reports .pricing_table table tr {
  border-bottom: 1px solid #2F6FA5;
}
#bunker_port_profiles .pricing_table table tr td,
#stem .pricing_table table tr td,
#supplier_reports .pricing_table table tr td {
  height: 40px;
  padding: 5px;
  vertical-align: middle;
}
#bunker_port_profiles .pricing_table table tr.header,
#stem .pricing_table table tr.header,
#supplier_reports .pricing_table table tr.header {
  background: none repeat scroll 0 0 #2F6FA5;
  color: #FFFFFF;
}
#bunker_port_profiles .speech_bubble_up,
#stem .speech_bubble_up,
#supplier_reports .speech_bubble_up {
  background: url("../img/store/speech_bubble_bottom.png") no-repeat scroll -610px bottom #e66600;
  color: #ffffff;
  font-size: 1.2em;
  overflow: hidden;
  padding: 20px 20px 50px;
}
#bunker_port_profiles .speech_bubble_down,
#stem .speech_bubble_down,
#supplier_reports .speech_bubble_down {
  background: url("../img/store/speech_bubble_top.png") no-repeat scroll -610px top #e66600;
  color: #ffffff;
  font-size: 1.2em;
  overflow: hidden;
  padding: 50px 20px 20px 20px;
}
#bunker_port_profiles ul.fancybullets li,
#stem ul.fancybullets li,
#supplier_reports ul.fancybullets li {
  background-image: url("../img/store/bullet_arrow.png");
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding-left: 30px;
  margin-left: 40px;
}
#bunker_port_profiles ul.fancybullets li.subbullet,
#stem ul.fancybullets li.subbullet,
#supplier_reports ul.fancybullets li.subbullet {
  background-image: url("../img/store/bullet_arrow_mini.png");
  background-repeat: no-repeat;
  margin-bottom: 10px;
  padding-left: 30px;
  margin-left: 60px;
}
#bunker_port_profiles .tabpanel_tabs .tab {
  color: #077cab;
}
#bunker_port_profiles .tabpanel_tabs .tab.selected {
  font-weight: bold;
}
#stem img {
  border: 2px solid #AAAAAA;
}
#matrix-top-section {
  overflow: hidden;
  background-color: #FFFFFF;
  min-height: 400px;
}
#store-matrix {
  width: 100%;
  border-spacing: 10 !important;
  border: 1px solid white;
}
#store-matrix tr,
#store-matrix td {
  border: 2px solid white;
}
#store-matrix th {
  vertical-align: top;
  font-weight: normal;
  height: 90px;
}
#store-matrix td {
  background-color: #F3F3F3;
  padding: 4px;
  height: 46px !important;
  width: 25%;
}
#store-matrix td.mag {
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}
#store-matrix td.mag a {
  color: #666;
}
#store-matrix td.component {
  background-color: #e6e6e6;
  padding-top: 30px;
  padding-right: 40px;
  text-align: right;
}
#store-matrix td.component .component-name {
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #666;
}
#store-matrix td.component .component-desc {
  font-size: 0.8em;
}
#store-matrix td.component .matrix-icon {
  overflow: hidden;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 15px;
  display: none;
}
#store-matrix td.component .demo-button,
#store-matrix td.component .subscribe-button,
#store-matrix td.component .register-button {
  margin-left: 0px;
}
#store-matrix td.component .demo-button {
  margin-left: 50px;
  background-image: url('../img/store/demo-button.png');
}
#store-matrix td .tick {
  background-image: url('../../xgen/img/tick.png');
  background-repeat: no-repeat;
  height: 24px;
  overflow: hidden;
  margin-left: 100px;
  margin-top: 24px;
}
#store-matrix td .cross {
  background-image: url('../img/store/cross.png');
  width: 16px;
  height: 16px;
  margin-left: 105px;
  margin-top: 28px;
}
#store-matrix .matrix-sub-buttons {
  margin-top: 10px;
}
.limited {
  text-align: center;
  font-style: italic;
  font-size: 0.8em;
  line-height: 70px;
}
#matrix-notes {
  font-size: 13px;
  font-size: 0.8666666666666667rem;
  text-align: right;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 10px;
}
#msg-bar {
  background-color: #FFFFAA;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 8px;
  overflow: hidden;
}
#refformbox {
  background-color: white;
  /* #e6e6e6;*/
  font-size: 0.9em;
  margin-right: 20px;
  margin-top: 20px;
  overflow: hidden;
  padding: 10px;
}
#tab-menu-container {
  overflow: hidden;
  width: 274px;
  margin-left: 90px;
}
#tab-menu {
  border-right: 1px solid #999999;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#tab-menu-container-small {
  overflow: hidden;
  width: 183px;
  margin-left: 130px;
}
#tab-menu a,
#tab-menu li {
  border: 0 solid red;
  display: block;
  float: left;
  height: 21px;
  overflow: hidden;
  width: 91px;
}
#tab-menu a.messages {
  background-image: url("../img/tab_messages.v3.png");
}
#tab-menu a.messages-on {
  background-image: url("../img/tab_messages_on.v3.png");
}
#tab-menu a.reference {
  background-image: url("../img/tab_reference.v2.png");
}
#tab-menu a.reference-on {
  background-image: url("../img/tab_reference_on.v2.png");
}
#tab-menu a.alerts {
  background-image: url("../img/tab_alerts.gif");
}
#tab-menu a.alerts-on {
  background-image: url("../img/tab_alerts_on.png");
}
#tab-menu a.alerts-amber {
  background-image: url("../img/tab_alerts_amber.gif");
}
#tab-menu a.alerts-amber-on {
  background-image: url("../img/tab_alerts_amber_on.png");
}
#mb-top {
  margin-top: 20px;
  overflow: hidden;
  font-size: 0.9em;
}
#mb-top #mb-commentbox-show {
  display: block;
  float: right;
  overflow: hidden;
}
#message_board_container,
#reference_given {
  margin-top: 50px;
  font-size: 0.8em;
}
#message_board_container ul,
#reference_given ul {
  height: 550px;
  margin: 0;
  overflow: auto;
  padding: 0;
  width: 100%;
}
#message_board_container li,
#reference_given li {
  background-color: #f6f6f6;
  border-bottom: 1px dashed #999999;
  margin-top: 2px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
#message_board_container .mb-time,
#reference_given .mb-time {
  float: left;
  width: 53px;
}
#message_board_container .mb-type,
#reference_given .mb-type {
  float: left;
  width: 24px;
}
#message_board_container .mb-credit,
#reference_given .mb-credit {
  float: left;
  overflow: hidden;
}
#message_board_container .mb-msg,
#reference_given .mb-msg {
  float: left;
  overflow: hidden;
  width: 70%;
}
#message_board_container div,
#reference_given div {
  display: block;
  padding: 4px;
}
#candle-box {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#candle-box #candle-box-inner {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 99%;
}
#reference-results,
#all-reference-results {
  margin: 0;
  overflow: hidden;
  font-size: 0.9em;
  width: 100%;
}
#reference-results #reflist,
#all-reference-results #reflist,
#reference-results #all-reflist,
#all-reference-results #all-reflist {
  max-height: 300px;
  overflow: auto;
}
#reference-results #reflist tr,
#all-reference-results #reflist tr,
#reference-results #all-reflist tr,
#all-reference-results #all-reflist tr {
  overflow: hidden;
  cellpadding: 5px;
}
#reference-results #reflist table,
#all-reference-results #reflist table,
#reference-results #all-reflist table,
#all-reference-results #all-reflist table {
  border-collapse: separate;
  border-spacing: 3px;
}
#reference-results #reflist th,
#all-reference-results #reflist th,
#reference-results #all-reflist th,
#all-reference-results #all-reflist th,
#reference-results #reflist td,
#all-reference-results #reflist td,
#reference-results #all-reflist td,
#all-reference-results #all-reflist td {
  padding: 5px;
}
#reference-results #reflist th,
#all-reference-results #reflist th,
#reference-results #all-reflist th,
#all-reference-results #all-reflist th {
  background-color: #cccccc;
  border-color: #eeeeee #aaaaaa #aaaaaa #eeeeee;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 8px;
  padding-top: 2px;
}
#reference-results #reflist td,
#all-reference-results #reflist td,
#reference-results #all-reflist td,
#all-reference-results #all-reflist td {
  background-color: #f6f6f6;
  background-image: none;
  color: #333333;
  margin-bottom: 2px;
  margin-top: 2px;
  padding-left: 8px;
}
#reference-results #reflist .refcell,
#all-reference-results #reflist .refcell,
#reference-results #all-reflist .refcell,
#all-reference-results #all-reflist .refcell {
  font-size: 0.8em;
}
/* Quick View Style*/
#qv-loading-indicator {
  font-family: Arial;
  position: fixed;
  z-index: 30;
  margin-top: -20px;
  margin-left: -80px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border: 1px solid #333;
  width: 160px;
  height: 40px;
  padding-left: 20px;
  padding-top: 20px;
}
.menu-line {
  background-color: #dddddd;
  height: 1px;
  width: 100%;
}
.padding {
  float: left;
  height: 500px;
  width: 6px;
}
/* My Portfolio Style */
#portfolio-list,
#camcos-list {
  height: 590px;
  overflow: auto;
  width: 100%;
}
#portfolio-list table.portfolio_table,
#camcos-list table.portfolio_table {
  font-size: 0.8em;
  width: 100%;
}
#portfolio-list table.portfolio_table th,
#camcos-list table.portfolio_table th {
  background-color: #dddddd;
  border-color: #eeeeee #999999 #999999 #eeeeee;
  border-style: solid;
  border-width: 1px;
  font-size: 0.9em;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
  height: 25px;
  vertical-align: middle;
}
#portfolio-list table.portfolio_table td,
#camcos-list table.portfolio_table td {
  border-bottom: 1px solid #cccccc;
  padding-left: 8px;
  height: 25px;
  vertical-align: middle;
}
.updateoverdue {
  color: #ff0000;
  text-decoration: none;
}
.download-button {
  float: right;
  overflow: hidden;
}
.addco-button {
  float: right;
  margin-right: 20px;
  overflow: hidden;
}
#newCoForm {
  font-size: 0.9em;
}
#newCoForm .frow {
  margin: 5px;
  overflow: hidden;
}
#newCoForm label {
  float: left;
  overflow: hidden;
  width: 150px;
}
.sresult {
  font-size: 0.9em;
  overflow: hidden;
}
.resradio {
  float: left;
  overflow: hidden;
  width: 20px;
}
.resconame {
  overflow: hidden;
}
#oi-perf-rating-warning {
  background-color: #ffff66;
  border: 1px solid black;
  color: #000000;
  font-size: 0.9em;
  font-weight: bold;
  margin-right: 20px;
  overflow: hidden;
  padding: 20px;
}
#prev-refs {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#prev-refs li {
  border-bottom: 1px dashed #999999;
  margin-right: 10px;
  overflow: hidden;
}
.my-ref-block {
  overflow: hidden;
}
.my-ref-block div {
  float: left;
  font-size: 0.8em;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
/* My Orders Table */
#credit-orders .search,
#credit-database .search {
  background-color: #deedf8;
  font-size: 0.9em;
  margin-bottom: 10px;
  padding: 10px;
}
#credit-orders #credit-db-search-advanced .search-line1 {
  padding: 8px 10px;
}
#credit-orders .text-label,
#credit-orders .input-label {
  display: block;
  float: left;
  padding-right: 10px;
  text-align: right;
  width: 90px;
}
#credit-orders .company,
#credit-database .company {
  font-size: 0.9em;
  text-align: left;
  width: 240px;
}
#credit-orders .orderedBy,
#credit-database .country {
  font-size: 0.9em;
  text-align: left;
  width: 120px;
}
#credit-orders th,
#credit-database th {
  background-color: #8a9198;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 0.9em;
  padding: 2px 5px;
  text-align: left;
}
#credit-orders .orderedByOffice,
#credit-database .rating {
  font-size: 0.9em;
  text-align: left;
  width: 70px;
}
#credit-orders .orderPlaced,
#credit-database .rating {
  font-size: 0.9em;
  text-align: left;
  width: 40px;
}
#credit-orders .status,
#credit-orders .orderUpdate {
  font-size: 0.9em;
  text-align: left;
  width: 80px;
}
#credit-orders .rating {
  width: 30px;
}
#credit-orders table,
#credit-database table {
  border-collapse: collapse;
}
#credit-orders .result-a td,
#credit-database .result-a td {
  background-color: #efefef;
}
#credit-orders .result-b td,
#credit-database .result-b td {
  background-color: #deedf8;
}
#credit-orders td,
#credit-database td {
  border-bottom: 1px solid #fff;
  color: #444;
  font-size: 0.85em;
  padding: 2px 5px;
  height: 20px;
}
/*CAM STUFF*/
#run-model-button {
  border: 1px solid #999999;
  margin-bottom: 30px;
  margin-left: 20px;
  overflow: hidden;
  width: 320px;
}
#run-model-button a {
  background-color: #eeeeee;
  display: block;
  overflow: hidden;
  padding-left: 5px;
  width: 100%;
}
#cam-results-table {
  border-right: 1px solid #e5eff8;
  border-spacing: 0;
  border-top: 1px solid #e5eff8;
}
#cam-results-table caption {
  background-color: #eeeeee;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-top: 2px;
  text-align: left;
}
#cam-results-table th {
  text-align: left;
}
#cam-results-table td,
th {
  border-bottom: 1px solid #e5eff8;
  border-left: 1px solid #e5eff8;
  padding: 4px;
}
/* CAM :: MODEL*/
#cm-page {
  padding-left: 0px !important;
  padding-right: 10px !important;
  width: 960px;
}
#cam-header {
  background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}
.form-section {
  overflow: hidden;
}
#headline-info {
  margin-bottom: 20px;
}
.form-lhs {
  float: left;
  overflow: hidden;
  width: 50%;
}
.form-rhs {
  overflow: hidden;
  width: 50%;
}
#cm-page label {
  color: #666666;
  padding-right: 20px;
}
#cm-page label.fixed {
  display: block;
  float: left;
  font-size: 0.8em;
  overflow: hidden;
  width: 120px;
}
.form-button-set {
  text-align: right;
}
.form-section-border {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
.form-inner {
  overflow: hidden;
  padding: 10px;
}
.form-section-border {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
.formval {
  font-size: 0.8em;
}
#officer-list,
#officer-list-edit li {
  list-style: none outside none;
}
.formvalnb {
  color: #666666;
  font-size: 0.8em;
}
.cover {
  z-index: 20;
  filter: alpha(opacity=50);
  /*older IE*/
  /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
  /*-moz-opacity: .50; /*older Mozilla*/
  -khtml-opacity: 0.5;
  /*older Safari*/
  opacity: 0.5;
  /*supported by current Mozilla, Safari, and Opera*/
  background-color: #333333;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.saveIndicator {
  overflow: hidden;
  margin-top: 10px;
  padding-top: 10px;
  color: #FFFFFF;
  font-size: 1.4em;
  height: 40px;
}
.fb-uix-button-default,
a.fb-uix-button-default .fb-uix-button-content {
  color: #555;
}
.fb-uix-button-default,
body .fb-uix-button-default[disabled] {
  background-color: #e0e0e0;
  background-image: linear-gradient(to bottom, #ffffff 0px, #e0e0e0 100%);
  border-color: #ccc #ccc #aaa;
  box-shadow: 0 0 1px #fff inset;
  text-shadow: 0 1px 0 #fff;
}
.fb-uix-button {
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 2.95em;
  outline: 0 none;
  padding: 0 0.91em;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.formbutton {
  height: 20px !important;
}
/* FINANCIAL TABLE */
.form-nocols {
  overflow: hidden;
}
.financial_sheets {
  border-spacing: none !important;
  border-collapse: none !important;
}
#balancesheets-table {
  border: 0 none;
  margin-bottom: 10px;
  max-width: 770px;
}
#balancesheets-table td,
#balancesheets-table th {
  font-size: 0.8em;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 0px !important;
  border-left: 0px !important;
}
.balance-sheet-col2 {
  background-color: #ffffff;
}
.balance-sheet-col1 {
  background-color: #f0f0f0;
}
#balancesheets-table td.section-names {
  padding-left: 0;
  width: 120px;
}
.tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000;
  outline: none;
  cursor: help;
  text-decoration: none;
  position: relative;
}
.tooltip:hover span {
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: fixed;
  left: 100px;
  top: 200px;
  z-index: 30;
  margin-left: 0;
  width: 450px;
  padding: 0.8em 1em;
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}
.help-icon {
  background-image: url("../img/help-icon.png");
  float: right;
  height: 22px;
  overflow: hidden;
  width: 21px;
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}
#new-bs-button {
  float: right;
}
.unspec {
  color: #ff6600;
  font-size: 0.8em;
}
#brsub {
  color: #666666;
  font-size: 0.8em;
  padding-top: 10px;
}
.form-subheading {
  font-size: 0.8em;
  margin-bottom: 10px;
  margin-top: 10px;
}
#run-button,
#saveall-button {
  float: right;
  margin-left: 20px;
}
#revert-button {
  float: left;
}
#results-area {
  float: left;
  overflow: hidden;
  padding: 20px;
  width: 420px;
}
.result-label {
  float: left;
  width: 200px;
}
.result-value {
  color: #3366cc;
  font-weight: bold;
}
.result-credit-rating {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  text-align: center;
  width: 200px;
}
.result-credit-rating > div {
  border: 2px solid black;
  color: #3366cc;
  font-size: 3.7em;
  font-weight: bold;
  /*height: 20px;*/
  margin-left: 10px;
  padding: 45px;
  width: 90px;
}
.result-risk-rating {
  overflow: hidden;
  text-align: center;
  width: 200px;
}
.result-risk-rating > div {
  border: 2px solid black;
  color: #3366cc;
  font-size: 3.7em;
  font-weight: bold;
  /*height: 20px;*/
  margin-left: 10px;
  padding: 45px;
  width: 90px;
}
#brightstar-chart {
  background-color: white;
  border: 10px solid white;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 20px;
  overflow: hidden;
  width: 400px;
}
form.news_search_form .input_row {
  overflow: hidden;
  padding: 6px 2px;
}
#platts_analytics_logo {
  position: absolute;
  top: -6px;
  left: 0;
  margin-right: 15px;
  background: #e5e5e3 url("../img/platts_analytics_scaled.png") no-repeat;
  background-size: auto 12px;
  width: 130px;
  height: 20px;
}
