/****************************************************************************************	
	[RESET]
*****************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr
{
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
table, th, td
{
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
html, body, form, fieldset, a img
{
    border: none;
}
ul, ol
{
    list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body
{
    color: #000;
    font: 10pt/1.5 Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    background-color: #fff;
}
a:link, a:visited
{
    color: #000;
    text-decoration: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
table th
{
    text-align: left;
    font-weight: bold;
}
th
{
    text-align: left;
}
td, th
{
    vertical-align: top;
}
caption
{
    font-weight: bold;
    font-size: 14pt;
    text-align: left;
    padding-bottom: 14px;
    color: #000;
}
strong
{
    font-weight: bold;
}
em, i
{
    font-style: italic;
}
blockquote
{
    margin: 0 30px;
}
/* don't split images over pages */
img
{
    page-break-inside: avoid;
}
/* Headers */
h1, h2, h3, h4, h5, h6
{
    font: bold 24px/1.3 "Lucida Sans" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
    margin-bottom: 14px;
    color: #000;
}
h2
{
    font-size: 18px;
    margin-bottom: 16px;
}
h3, h4, h5, h6
{
    font-size: 14px;
    margin-bottom: 14px;
}
h4
{
    font-size: 13px;
    margin-bottom: 14px;
}
h5, h6
{
    font-size: 12px;
    margin-bottom: 10px;
}
/* Avoid a header right at the bottom of the page */
h2, h3, h4, h5, h6
{
    page-break-after: avoid;
}
/* Margins */
p, ul, ol, dl, table
{
    margin-bottom: 21px;
}
table table, table p, fieldset table
{
    margin: 0;
}
/* Lists */
ul, ol
{
    margin-left: 44px;
}
ul
{
    list-style: disc;
}
ol
{
    list-style: decimal;
}
/* Nested */
ul ul, ul ol, ol ol, ol ul
{
    margin: 8px 0 8px 22px;
}
ul ul
{
    list-style: circle;
}
ol ol
{
    list-style: lower-alpha;
}
ol ol ol
{
    list-style: lower-roman;
}
/* Forms */
legend.form-hdr
{
    font: bold 16px "Lucida Grande" , "Lucida Sans Unicode" , sans-serif;
    padding: 0 0 16px 0;
    color: #000;
}
#content-main fieldset
{
    margin-bottom: 21px;
}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, .submit, .feedback, .feedback-sml, #breadcrumbs, .pagination, #in-this-section li.separator, .search, #sidebar, #nav-footer, #nav-ancillary, #site-credits, #print-share, #highlights-main, .teaser, #tab-nav, .home #aside, .filter, .prev-next, .view-all, .btn-link, .panel-intro-inner .img span, .panel-intro-inner .img a, #post-comment, .back, #nav-main, #header ul, #workflow, .form-hint, #member-login .margin-off, #basket tfoot input, #basket .remove, #basket .separator, .hide-p, #basket-payment, #basket-address a img, .course-event-calendar li .options span, legend span
{
    display: none !important;
}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header
{
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}
#content-wrapper
{
    padding-bottom: 40px;
}
#content-main
{
    width: 100%;
    padding: 20px 0;
}
#aside
{
    border-left: 3px solid #000;
    padding: 10px 0 10px 20px;
    margin-left: 20px;
    clear: both;
}
#footer
{
    border-top: 1px solid #666;
    padding: 8px 0 0 0;
    clear: both;
    width: 100%;
    font: 8pt Arial, Helvetica, sans-serif;
    color: #666;
}

/****************************************************************************************
	[GLOBAL RULES]
*****************************************************************************************/

/* [EASY CLEARING]
-------------------------------------------------------*/
.structured-list.alt li:after, #content-main:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [MISC RULES]
-------------------------------------------------------*/
/* Margins */
#content-main .margin-on
{
    margin-bottom: 21px;
}
#content-main .margin-med
{
    margin-bottom: 10px;
}
#content-main .margin-off
{
    margin-bottom: 0;
}
/* Text alignment */
.txt-center
{
    text-align: center;
}
.txt-right
{
    text-align: right;
}
.txt-left
{
    text-align: left;
}
/* Font size */
.txt-sml
{
    font-size: 11px;
}
.txt-lrge
{
    font-size: 13px;
}
/* Clear Floats */
.clear
{
    clear: both;
    width: 100%;
}
/* Display */
.block
{
    display: block;
}
/* Float Image */
.img-float
{
    float: left;
    margin: 0 18px 18px 0;
}

/* [ALTERNATE HEADERS]
-------------------------------------------------------*/
.hdr-alt
{
    border-bottom: 1px solid #000;
    padding: 10px 0 3px;
    margin-bottom: 18px;
}
.hdr-alt2
{
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin: 0 0 8px;
    padding-bottom: 4px;
}

/* [DOWNLOAD DOCUMENT LINKS]
-------------------------------------------------------*/
.doc-dload img
{
    vertical-align: middle;
    margin-right: 2px;
}
.structured-list .doc-dload img
{
    margin-right: 4px;
}
.doc-dload span
{
    font-size: 11px;
}

/* [HOME PAGE]
-------------------------------------------------------*/
.highlight-col
{
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.highlight-col.last
{
    border: none;
    padding: 0;
    margin: 0;
}
#highlights-sub img, #highlights-sub h3
{
    margin-bottom: 10px;
}
#highlights-sub p
{
    margin-bottom: 0;
}

/* [ARTICLE COMMENTS]
-------------------------------------------------------*/
#article-comments
{
    border: 1px solid #666;
    margin-bottom: 21px;
    padding: 12px;
}
/* Main Header */
#article-comments h3
{
    border-bottom: 1px solid #666;
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 12px;
}
/* Comment Items */
#article-comments ul
{
    list-style: none;
    margin: 0 12px;
}
#article-comments ul li
{
    padding: 8px 0 0;
    border-top: 1px solid #666;
    margin-top: 8px;
}
#article-comments ul li.first
{
    padding-top: 0;
    border: none;
    margin: 0;
}
#article-comments ul li p, #article-comments ul li blockquote
{
    margin: 0;
}
#article-comments ul li blockquote
{
    line-height: 1.3;
}
#article-comments ul li p.meta
{
    margin-bottom: .2em;
    font-weight: bold;
}
#article-comments ul li p cite
{
    font-style: normal;
    font-family: "Lucida Sans" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
    display: block;
}
#article-comments ul li p span
{
    font-size: 11px;
}

/* [INTRO PANEL]
-------------------------------------------------------*/
.panel-intro
{
    float: left;
    width: 99%;
    border: 1px solid #000;
    margin-bottom: 21px;
}
.panel-intro-inner
{
    width: 100%;
    float: left;
}
/* Image */
.panel-intro-inner .img
{
    float: left;
    margin: 6px 0 6px 6px;
    display: inline;
}
/* Details */
.panel-intro-inner .details
{
    margin-left: 200px;
    padding: 15px 20px 14px 0;
}
body.two-col .panel-intro-inner .details
{
    margin-left: 250px;
}
#content-main .panel-intro.no-img .panel-intro-inner .details
{
    margin-left: 12px;
    padding-right: 14px;
    overflow: hidden;
}
.panel-intro-inner .details p, .panel-intro-inner .details ul, .panel-intro-inner .details ol, .panel-intro-inner .details table
{
    margin: 10px 0 0 0;
}
.panel-intro-inner .details ul
{
    margin-left: 44px;
}
.panel-intro-inner .details h2
{
    font-size: 14px;
    margin: 0;
}
.panel-intro-inner .details h3, .panel-intro-inner .details h4, .panel-intro-inner .details h5, .panel-intro-inner .details h6
{
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
/* Two Col */
.panel-intro-inner .details .col
{
    float: left;
    width: 45%;
    padding-bottom: 5px;
}
.panel-intro-inner .details .col.last
{
    float: right;
}

/* [COURSES/EVENTS LISTING]
-------------------------------------------------------*/
#courses-events-listing
{
    margin: 0 0 21px 0;
}
#courses-events-listing li
{
    padding: 0 0 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #666;
}
#courses-events-listing li.last
{
    padding: 0;
    margin: 0;
    border: none;
}
/* Global Rules */
#courses-events-listing p
{
    margin: 0;
}
#courses-events-listing h3
{
    font-size: 12px;
    margin-bottom: 3px;
}
/* Date */
#courses-events-listing .date
{
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 3px;
}

/* [STRUCTURED LISTS]
-------------------------------------------------------*/
.structured-list
{
    width: 100%;
    clear: both;
    margin-left: 0;
    list-style: none;
}
.aside-panel .structured-list
{
    margin: 0 5px;
    width: auto;
}
.structured-list li
{
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
    clear: both;
    width: 100%;
}
.structured-list .last, #content-main div.two-col #in-this-section li.last
{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.aside-panel .structured-list li
{
    border: none;
    margin-bottom: 16px;
}
/* Global Rules */
.structured-list p, .structured-list h3
{
    margin: 0;
}
.structured-list h2, .structured-list h3, .structured-list h4, .structured-list h5, .structured-list h6
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}
/* Meta Data */
.structured-list .meta, #search-results h2
{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
}
.structured-list .meta.last
{
    margin-top: 4px;
    margin-bottom: 0;
}
/* Thumbnail */
.structured-list img
{
    float: left;
}
/* Remove Thumbnail */
#content-main .structured-list li.img-none h3, #content-main .structured-list li.img-none p, #content-main .structured-list li.img-none .wysiwyg
{
    margin-left: 0;
}
/*---In This Section---*/
#in-this-section
{
    width: 100%;
    clear: none;
    margin: 0 0 21px;
    float: left;
}
#in-this-section li
{
    width: 100%;
    float: left;
    clear: none;
}
/* Indent Details */
#in-this-section h3, #in-this-section p, #in-this-section .wysiwyg, .structured-list.alt h3, .structured-list.alt p, .structured-list.alt .wysiwyg
{
    margin-left: 86px;
}
#publications h3, #publications p
{
    margin-left: 115px;
}
#in-this-section li.img-lrge h3, #in-this-section li.img-lrge p, #in-this-section li.img-lrge .wysiwyg
{
    margin-left: 135px;
}
/* WYSIWYG Rules */
#content-main .structured-list .wysiwyg p, #content-main .structured-list .wysiwyg ol, #content-main .structured-list .wysiwyg ul, #content-main .structured-list .wysiwyg table
{
    margin: 0 0 .6em;
}
#content-main .structured-list .wysiwyg ul
{
    margin-left: 44px;
    list-style: disc;
}
#content-main .structured-list .wysiwyg h3
{
    margin-left: 0;
}
#content-main .structured-list .wysiwyg li, #content-main div.two-col #in-this-section li li
{
    padding: 0;
    margin: 0;
    border: none;
    clear: none;
    width: auto;
    float: none;
    display: block;
}
#content-main .structured-list .wysiwyg ol li
{
    background: none;
    padding: 0;
}
#content-main .structured-list .wysiwyg img
{
    float: none;
}
/*---Recent Items---*/
.recent-items li
{
    margin-bottom: 8px;
}
/*---Course/Event Calendar---*/
.structured-list.course-event-calendar
{
    margin: 0;
}
.structured-list.course-event-calendar li .date
{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}
.structured-list.course-event-calendar li div
{
    margin-bottom: 4px;
}
.structured-list.course-event-calendar li div h3
{
    font-size: 12px;
    margin-bottom: 2px;
}
.structured-list.course-event-calendar li div .speakers
{
    margin-top: 4px;
}
.structured-list.course-event-calendar li .options em
{
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    color: #940007;
}

/* [INTRO]
-------------------------------------------------------*/
.intro
{
    font: 13px/1.45 "Lucida Sans" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
}

/* [ANNUAL REPORTS / CDM MAGAZINES]
-------------------------------------------------------*/
#annual-rpts
{
    width: 100%;
    list-style: none;
}
#annual-rpts li
{
    width: 101px;
    float: left;
    margin-left: 32px;
    display: inline;
}
#annual-rpts li img
{
    margin-bottom: 5px;
}
#annual-rpts li a
{
    font-weight: normal;
    display: block;
}
#annual-rpts li a span
{
    display: block;
}

/* [LIST SEPERATOR]
-------------------------------------------------------*/
#annual-rpts li.separator, #contact-details li.separator
{
    display: block;
    float: none;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    width: 100%;
    height: 24px;
}

/* [LABEL/VALUE LIST]
-------------------------------------------------------*/
.label-value
{
    margin-left: 0;
    list-style: none;
}
.label-value li
{
    float: left;
    width: 100%;
    margin-bottom: 3px;
}
.label-value li strong
{
    float: left;
    width: 11em;
}
.label-value li em
{
    margin-left: 12.5em;
    display: block;
    font-style: normal;
}
/* Article Meta Data */
#article-metadata
{
    float: left;
    width: 100%;
}
#article-metadata li strong
{
    width: 2.5em;
}
#article-metadata li em
{
    margin-left: 3.5em;
    font-weight: bold;
}
/* Aside Panel - Course Details */
.aside-panel .label-value
{
    float: left;
    width: 100%;
}
.aside-panel .label-value li
{
    margin-bottom: 8px;
}
.aside-panel .label-value li strong
{
    font: bold 11px/1.3 "Lucida Sans" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
    padding-top: 2px;
}
.aside-panel .label-value.alt li strong
{
    width: 6em;
}
.aside-panel .label-value li em
{
    margin-left: 4em;
}
.aside-panel .label-value.alt li em
{
    margin-left: 6.5em;
}
.aside-panel .label-value li em .block
{
    margin-left: 5em;
}
.aside-panel .label-value.alt li em .block
{
    margin-left: 0;
}
/* Shopping Basket */
#basket .label-value li
{
    margin-bottom: 5px;
}
#basket tfoot .label-value li
{
    margin-bottom: 4px;
    width: 200px;
    font-family: "Lucida Sans" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
    text-align: right;
}
#basket .label-value li.last
{
    margin-bottom: 0;
}
#basket tfoot .label-value li.last
{
    border-top: 1px solid #E7EBE6;
    padding-top: 4px;
}
#basket .label-value li strong
{
    width: 7em;
    font-weight: normal;
}
#basket tfoot .label-value li strong
{
    width: 110px;
    color: #000;
    font-weight: bold;
}
#basket tfoot .label-value li.last strong
{
    text-transform: uppercase;
}
#basket .label-value li em
{
    margin-left: 8em;
}
#basket tfoot .label-value li em
{
    margin-left: 110px;
}
#basket tfoot .label-value li.last em
{
    color: #940007;
    font-weight: bold;
}

/* [ASIDE PANELS]
-------------------------------------------------------*/
.aside-panel
{
    margin-bottom: 20px;
    clear: both;
}
.aside-panel.last
{
    margin: 0;
}
/* Panel Header */
.aside-panel h5
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}
/* Global Rules */
.aside-panel p
{
    margin: 0;
}
.aside-panel img
{
    max-width: 211px;
}
/* Indent */
.aside-panel .indent.margin-on
{
    margin-bottom: 6px;
}
.aside-panel img.indent
{
    display: block;
    margin-bottom: 6px;
}
/*---Courses/Events Panel---*/
/* Listing */
.aside-panel.courses-events ul
{
    margin: 0 0 0 10px;
    list-style: none;
}
.courses-events-items p
{
    margin-bottom: 8px;
}
#aside .courses-events-items a
{
    font-weight: bold;
    display: block;
}
/*---Call To Action---*/
img.call-to-action
{
    display: block;
    margin: 0 auto;
}
/*---Latest Roles---*/
.aside-panel .latest-roles p
{
    margin-bottom: 8px;
}
.aside-panel .latest-roles h6
{
    font-size: 13px;
    margin-bottom: 6px;
}
.aside-panel .latest-roles ul
{
    margin-bottom: 10px;
}
.aside-panel .latest-roles li p
{
    margin-bottom: 6px;
    font-size: 11px;
}
/*---My Reminders---*/
.aside-panel .my-reminders li
{
    margin-bottom: 8px;
}
/*---WYSIWYG---*/
.aside-panel .wysiwyg a
{
    font-weight: bold;
}
.aside-panel .wysiwyg p, .aside-panel .wysiwyg ul, .aside-panel .wysiwyg ol, .aside-panel .wysiwyg table
{
    margin-bottom: 8px;
}
.aside-panel .wysiwyg h1, .aside-panel .wysiwyg h2, .aside-panel .wysiwyg h3, .aside-panel .wysiwyg h4, .aside-panel .wysiwyg h5, .aside-panel .wysiwyg h6
{
    font-size: 13px;
    margin-bottom: 4px;
    padding: 0;
    border: none;
    text-transform: none;
}

/* [COURSES COMPARE]
-------------------------------------------------------*/
/* Columns */
#courses-compare .col
{
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 21px;
}
/* Global Rules */
#courses-compare .col-inner h1, #courses-compare .col-inner h2, #courses-compare .col-inner h3, #courses-compare .col-inner h4, #courses-compare .col-inner h5, #courses-compare .col-inner h6
{
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 8px;
}
#courses-compare .col-inner p, #courses-compare .col-inner ul, #courses-compare .col-inner ol, #courses-compare .col-inner table
{
    margin-bottom: 12px;
}
/* Main Header */
#courses-compare h3
{
    font-size: 18px;
    border-bottom: 1px solid #666;
    padding-bottom: 3px;
}

/* [DEFAULT TABLE]
-------------------------------------------------------*/
.tble-default, .tbl-wrap table
{
    width: 100%;
}
.tble-default th, .tble-default td
{
    border: 1px solid #666;
    vertical-align: middle;
    padding: 10px;
}
.tbl-wrap table th, .tbl-wrap table td
{
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 4px;
}
#update-profile .tble-default td
{
    padding: 6px 10px;
}
.tble-default th, .tbl-wrap table th
{
    font-family: "Lucida Sans" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
}
.tble-default .border-non
{
    border: none;
}
.tble-default td h2
{
    font: bold 12px Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
}
.tble-default td p
{
    font-size: 11px;
    line-height: 1.3;
}
.tble-default .txt-input
{
    text-align: center;
}
.tbl-wrap td img{display:none}
.tbl-wrap th.left, .tbl-wrap td.left,
.tbl-wrap th.right, .tbl-wrap td.right, .tbl-wrap td.actions, .tbl-wrap th.actions {display:none}
.tbl-wrap table {border-bottom: 1px solid #ccc\9; *border-bottom: 1px solid #ccc}
.tbl-wrap td .unit span.h {display: block}

.tbl-wrap .spacer, .tbl-wrap tfoot {display: none}

/* [LIST BUTTONS - COURSES LANDING PAGE]
-------------------------------------------------------*/
#list-btns li
{
    margin-bottom: 8px;
}
#list-btns li.last
{
    margin: 0;
}
#list-btns li *
{
    display: block;
}
#list-btns li em
{
    font: normal bold 13px "Lucida Sans" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
}

/* [SHOP]
-------------------------------------------------------*/
/* Basket */
#basket
{
    width: 100%;
}
#basket caption
{
    font-size: 18px;
    padding-bottom: 12px;
}
/* Table Head */
#basket th
{
    font: bold 13px/1.3 "Lucida Sans" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
    padding: 0 0 5px 0;
    width: 12%;
    text-align: center;
    border: 1px solid #666;
}
#basket th span
{
    padding-left: 12px;
}
#basket th.desc
{
    width: 41%;
    text-align: left;
}
#basket th.price
{
    width: 35%;
    text-align: left;
}
/* Table Body */
#basket td
{
    padding: 9px 12px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #666;
}
#basket td.desc, #basket td.price
{
    text-align: left;
}
/* Description */
#basket td h2
{
    font-size: 12px;
    margin-bottom: 4px;
}
#basket td p
{
    margin: 0;
}
#basket td p a
{
    font-weight: normal;
}
/* Qty */
#basket td .txt-input
{
    width: 40px;
    text-align: center;
    border: 1px solid #999;
}
/* Table Footer */
#basket tfoot td
{
    border: none;
    border-top: 1px solid #666;
    vertical-align: top;
    padding: 9px 20px 0 0;
}
/* Delivery Address */
#basket-address p
{
    margin-bottom: 12px;
}
#basket-address p span
{
    display: block;
}
#basket-address p span.first
{
    margin-bottom: 6px;
}
.tbl-wrap-inr .inr .submit, #dashboard,
.tbl-wrap-inr .inr .submit a.print, .tbl-wrap td.actions. a, .tips, #content-main .tbl-wrap .actions a, td.actions {display: none}
.tbl-wrap td .unit span.h {display: inline}
/*
     FILE ARCHIVED ON 01:12:47 Oct 24, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:28:04 Aug 13, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 74.447
  exclusion.robots: 0.131
  exclusion.robots.policy: 0.12
  cdx.remote: 0.089
  esindex: 0.013
  LoadShardBlock: 38.931 (3)
  PetaboxLoader3.datanode: 51.031 (4)
  CDXLines.iter: 20.65 (3)
  load_resource: 34.969
  PetaboxLoader3.resolve: 19.578
*/