/* Additional Library-specific css media=screen
   Elements are not in the base Jadu or Toolkit CSS
*/

/* Branding block - for SEO purposes branding needs to be h2, not h1 as in the Toolkit */

#brand_logo, 
#brand {
    display: block;
    width: 690px;
    background-color: #7AB800;
    padding: 10px 0 10px 10px;
    margin: 10px 0 0 0;
}

#brand_logo {
    padding: 0 10px 0 0  ;
}

#brand .brandtitle, #sitetitle .brandtitle {
    border-left: 7px solid black;
    padding: 0 0 0 5px;
}

#brand h2 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    margin: 0;
    line-height: 95%;
}

#brand .brandline1 {
    font-family: Georgia,Helvetica,Arial,sans-serif;
    font-weight: normal;
}

#brand h2 a {
    display: block;
    margin: 0;
    color: #000000;
    font-weight: 400;
}


#brand h2 a:active, #brand h2 a:link, #brand h2 a:visited {
    font-weight: 400;
    text-decoration: none;
}

/* Branding colour - common */

.brand_background {
    color: rgb(255, 255, 255);
}

.brand_background a, .brand_background a:visited, .brand_background a:active {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.brand_background a:hover {
    color: rgb(205, 89, 42);
}


/* Masthead small links */

#utility li, #utility_alt li, #main li, #breadcrumb li, #sub li, #footer li {
    display: inline;
}

#utility {
    float: left;
    left: 15px;
    margin: 0.41667em 0 0;
    position: relative;
    top: 0;
}

#utility li a {
    border-left: 1px solid #000000;
    border-right: 1px solid #535250;
    color: #FFFFFF;
    font-size: 0.833em;
    margin-left: -0.6em;
    padding: 0.2em 0.5em;
    text-decoration: none;
}

#utility > li:first-child a  {
    border-left: 0 none;
}

#utility > li:last-child a {
    border-right: 0 none;
}

#utility li a:hover {
    text-decoration: underline;
}


/* General formatting */

sub {
    font-size: 80%;
    vertical-align: sub;
}

sup {
    font-size: 80%;
    vertical-align: super;
}

.small {
    font-size: 75%;
}

.error {
    color: rgb(224, 0, 53);
    font-weight: bold;
}

.witharrow {
    background: transparent url("../../assets/img/related_arrow.png") no-repeat scroll right center;
    padding-right: 1em;
}

.content-main a.witharrow:hover {
    background: transparent url("../../assets/img/related_arrow_hover.png") no-repeat scroll right center;
    padding-right: 1em;
}

.witharrowleft {
    background: transparent url("../../assets/img/related_arrow_left.png") no-repeat scroll left center;
    padding-left: 1em;
}

.content-main a.witharrowleft:hover {
    background: transparent url("../../assets/img/related_arrow_hover_left.png") no-repeat scroll left center;
    padding-left: 1em;
}

#content ul .external,
#content p .external {
    background: transparent url("../img/external.png") no-repeat scroll right 0;
    max-height: 30px;
    padding-right: 20px;
}

#content .external:hover {
    background-position: 100% -30px;
}

hr {
    height: 2px;
    width: 100%;
    border: 0;
    border-bottom: 2px dotted rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.dottedbottom {
    border-bottom: 2px dotted rgb(0, 0, 0);
    margin: 5px 0;
    padding: 0;
}

.solidbottom {
    border-bottom: 2px solid rgb(0, 0, 0);
    margin: 0;
    padding: 0;
}

.small-spacing {
    letter-spacing: -1px;
}

.widget_banner a:hover img,
.essentials_box a:hover img,
.imghover a:hover img {
    opacity: 0.5;
    /* IE - but PNGs look horrible filter:alpha(opacity=50); */
}

.col-150 {
    width: 150px;
}

.col-155 {
    width: 155px;
}

.col-330 {
    width: 330px;
}

.col-335 {
    width: 335px;
}

/* Slideshow CSS */

ul.slideshow {
    list-style:none;
    width:700px;
    height:252px;
    overflow:hidden;
    position:relative;
    margin:0;
    padding:0;
    
}   

ul.slideshow li {
    position:absolute;
    left:0;
    right:0;
}

ul.slideshow li.show {
    z-index:500;    
}

ul.slideshow img {
    border:none;    
}

#slideshow-caption {
    width:150px;
    height:252px;
    position:absolute;
    bottom:0;
    left:0; 
    color:#fff;
    background:#000;
    z-index:500;
}

#slideshow-caption .slideshow-caption-container {
    padding:5px 10px;   
    z-index:1000;   
}

#slideshow-caption h3 {
    margin:0;
        margin-top: 10px;
    padding:0;  
    font-size:14px;
    font-weight:bold;
}

#slideshow-caption p {
    margin:5px 0 0 0;
    padding:0;
}


/* A to Z auto-list generated using jQuery */

#atoz-nav ul {margin:0;}
#atoz-nav ul li {display:inline; margin:0 0 0 3px; background:none; list-style: inside none; padding: 0;}
#atoz-nav li {font-weight:bold; color:gray;}
#atoz-nav li a {font-weight:bold; color:#0033CC;}
#content table.atoztable {float: left; width: 96%; }
#content table.atoztable th.atozsubject {width: 45%; }
#content table.atoztable th.atozlibrarian {width: 30%; }
#content table.atoztable th.atozteam {width: 25%; }


/* jQuery styling */

#content .accordionlist h3 a:visited {
    text-decoration: none;
}

.ui-datepicker th { background-color: rgb(0, 0 , 0); }

#content .ui-widget input, #content .ui-widget select, #content .ui-widget textarea, #content .ui-widget button { 
    margin-right: 6px;
    padding: 5px;
}

/*
#content .tabbedlist ul li {
    padding: 0;
}

#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
    margin-bottom: 0px;
    padding-bottom: 1px;
}

#content .accordionlist h3 {
    margin: 0px 0px 5px 0px;
    padding-left: 2em;
    border-style: none;
}

#content .accordionlist .ui-accordion .ui-accordion-content {
    overflow: hidden;
    padding-top: 0em;
    padding-left: 3.5em;
}
 
#content .accordionlist .inputbox, #content .accordionlist fieldset {
    margin-bottom: 0px;
}

#content .accordionlist .ui-widget-content {
    border-style: none;
}

#content .ui-widget-content a {
    color: #2554BE;
}
#content .ui-state-hover a, #content .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }


#content .ui-state-active a, #content  .ui-state-active a:link, #content .ui-state-active a:visited {
    color: #444444;
}
#content .ui-widget-content .ui-accordion-content-active {
    background-color: #ffffff;
}

#content .ui-state-active, #content .ui-widget-content .ui-state-active, #content .ui-widget-header .ui-state-active {
    font-weight: normal;
}

#content .ui-state-default, #content .ui-widget-content .ui-state-default, #content .ui-widget-header .ui-state-default {
    font-weight: normal;
}
*/



/* Form elements */
 
#content .inputbox { 
    background-color: #f5f5f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 18px;
    margin-left: 0px;
    padding: 5px;
}

#content .inputbox fieldset { 
    padding: 5px;
}
#content .inputbox label { 
    padding-right: 5px;
}


/* Feedback form */

#content .feedback_form {
   padding: 5px;
}

#content .feedback_form label {
    width: 155px;
    margin: 0 20px 0 0;
}

#content .feedback_form input {
    width: 160px;
}

#content .feedback_form textarea {
    width: 510px;
}

#content .feedback_form input[type='checkbox'], 
#content .feedback_form input[type='radio'] {
    width: 60px;
}


/* news formatting */

.news_listing {
    border-bottom: 1px dashed rgb(0, 0, 0);
    padding-bottom: 3px;
    margin: 0 0 6px 0;
}

#content .news_listing a,
#content .news_listing a:active,
#content .news_listing a:link,
#content .news_listing a:visited
{
    color: #2554BE;
}

#content .news_listing a:hover
{
    color: #CD592A;
}

#content img.news_image_small {
    height: 65px;
    width: 160px;
    margin: 0;
    border: 0;
    padding: 0;
}

#content .location_information ul {
    margin: 0 0 0 2em;
}



.tabs, 
.essentials_box,
.title_boxes,
.splash .splash-box {
    font: 12px/1.5 Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: normal;
}


/* Timeline layout */

#timeline {
    position: relative;
    overflow: hidden;
    min-height: 650px;

}
/*
    background-color: #222222;
    width: 700px;
    height: 700px;
    overflow: hidden;
*/

#timeline h2 {
    text-align: center;
    color: #ccc;
/*  text-shadow: #000 1px 1px 2px; */
    margin-bottom: 5px;
    float: none;
    clear: none;
    
}

#content #timeline-dates {
    /* background: #939598; */
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

#timeline-dates li {
    list-style: none;
    float: left;
    width: 75px;
    font-size: 1.5em;
    text-align: center;
    margin-top: 6px;
}

#timeline-dates a {
    line-height: 36px;
    padding-bottom: 10px;
    color: #5c5b56;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#timeline-dates a:hover, #timeline-dates a.selected {
    color: #000000;
    text-decoration: none;
}

#timeline-dates .selected {
    font-size: 24px;
}

#timeline-dates .timeline-dates-small {
    font-size: 16px;
    line-height: 18px;
}

#timeline-dates .timeline-dates-small .selected {
    font-size: 16px;
}

#timeline-events {
    width: 700px;
    min-height: 810px;
    overflow: hidden;
    cursor: url(/images/cursors/openhand.cur),pointer;
}

#timeline-events li {
    width: 700px;
    height: 550px;
    list-style: none;
    float: left;
}

/*
#timeline-events li.selected img {
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -o-transform: scale(1.0, 1.0);
    -ms-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
}
*/

#timeline-events li img {
    /* float: left; */
    margin: 10px 40px 10px 50px;
    padding: 2px 1px 1px;
    background: white;
/*
    -ms-filter:
        "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE 8 */
/*
    filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
        = 
         #00FFFFFF, endColorstr =   #00FFFFFF ); /* IE 6 & 7 */
/*
    zoom: 1;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
*/
}

#timeline-events li h2 {
    font-size: 2em;
    margin: 0;
    /* color: #ffcc00;
    text-shadow: #000 1px 1px 2px; */
}

#timeline-events li .timeline-event-text {
    float: left;
    margin-right: 50px;
    width: 215px;
}

#timeline-events li .timeline-event-text-landscape {
    clear: both;
    float: left;
    margin: 0 50px;
    width: 600px;
}

#timeline-events li .timeline-event-text-landscape h2 {
    text-align: left;
}

#timeline-events li .timeline-event-image {
    float: left;
}
#timeline-events div.small {
    margin-left: 50px;
    border: 1px solid grey;
    padding: 5px;
    width: 130px;
}
#timeline-events div.small p:first-child {
    margin-top: 0;
    background-color: grey;
    color: white;
    padding: 2px;
}
/*
#timeline-events li a {
    color: #ffffff;
    text-decoration: underline;
}

#timeline-events li a:hover {
    color: #cd592a;
}
*/

#timeline-grad_left, #timeline-grad_right {
    width: 100px;
    height: 44px;
    position: absolute;
    top: 10px;
    z-index: 3;
}

#timeline-grad_left {
    left: 0;
    background: url("../img/timelinr/grad_left.png") repeat-y;
}

#timeline-grad_right {
    right: 0;
    background: url("../img/timelinr/grad_right.png") repeat-y;
}

#timeline-grad_background {
    width: 700px;
    height: 44px;
    position: absolute;
    top: 10px;
    /* background-color: #939598; */
    background-color: rgb(255, 231, 255); 
    z-index: 1;
}

#timeline-next, #timeline-prev {
    position: absolute;
    top: 0;
    font-size: 70px;
    top: 170px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

/*
#timeline-next:hover, #timeline-prev:hover {
    background-position: 0 -76px;
}
*/

#timeline-next {
    right: 4px;
    background-image: url("../img/timelinr/next.png");
}

#timeline-prev {
    left: 4px;
    background-image: url("../img/timelinr/prev.png");
}

#timeline-ext.disabled, #timeline-prev.disabled {
    opacity: 0.2;
}


.timeline-scroll-bar-wrap {
    clear: left;
    padding: 0;
    margin: 0;
    
}

.timeline-scroll-bar-wrap .ui-slider {
    background: none;
    border: 0;
    height: 10px;
    margin: 0 auto;
}

.timeline-scroll-bar-wrap .ui-handle-helper-parent {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.timeline-scroll-bar-wrap .ui-slider-handle {
    top: .2em;
    height: 1.5em;
}

.timeline-scroll-bar-wrap .ui-slider-handle .ui-icon {
    margin: 0 auto 0;
    position: relative;
    top: 50%;
}

#content #timeline .ui-corner-all {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
}

#content #timeline-scroll-bar { cursor: ../img/openhand.cur,pointer; }
#content #timeline-scroll-bar .ui-slider-range { background: #eb5290; }
#content #timeline-scroll-bar .ui-slider-handle { border-color: inherit; margin-bottom: -10px; height: 20px; width: 4px; margin: 0; padding: 0; cursor: move; background: black;}
#content #timeline .ui-widget-content { background: #ffc9f7; border: #dddddd; } 

/* Online Skills guides */

.guide_image {
    margin: 1em 0;
}

.guide_notes {
    border: 1px solid #323232;
    padding: 1em;
    width: 50%;

}

/* Hilight box */

#content .hilite  {
    color: black;
    font-weight: bold;
    background-color: lightgrey;
    border: 1px solid black;
    padding: 12px;
    width: 95%;
}

#content .hilite a:link,
#content .hilite a:visited,
#content .hilite a:hover {
    font-weight: bold;
}

/* Image carousel */

#carousel1 {
    position: relative;
    margin: 1em 0;
    width:520px;
    height:342px; 
    background: #CCC url(../img/carousel/carousel-background-gallery-520x342.jpg) no-repeat; 
    overflow: hidden;
}

#carousel1_title {
    background: #7AB800; 
    color: white; 
    font-weight:bold;
    padding: 6px; 1em; 
    border-top: solid white 1px;
    margin-top: -1em; 
}

/* Document lightbox */

.document_lightbox_image {
    float: right;
    margin: 0 0 12px 20px;
    clear: right;
}

.document_lightbox_image img {
    float: right;
}

.document_lightbox_image span {
    font-size: 80%;
}


/* IMu styles */

.imu_browse_search_box {
    border: solid 1px rgb(200,200,200);
    margin-bottom: 0;
    overflow: hidden;
    padding: 1em;
    background-color: rgb(238, 238, 238);
    xmin-height: 90px;
}

.imu_browse_search_box_text .ui-block-a,
.imu_browse_search_box_text .ui-block-b {
    float: left;
}

.imu_browse_search_box_text .ui-block-a input {
    width: 100% !important;
}


#content .imu_browse_search_box label {
    margin-right: 0.5em;
}

#imu_browse_container {
    margin: 1em 0 0;
}

#imu_browse_container .imu_browse_gallery_notice {
    border: 1px solid rgb(32,32,32);
    padding: 5px;
    overflow: hidden;
    width: 146px;
}

#imu_browse_container .imu_browse_gallery_notice h2 {
    background-color: rgb(122, 184, 0);
    color: rgb(255,255,255);
    padding: 5px;
    width: 138px;
}

#imu_browse_container .imu_browse_gallery_notice h2 a,
#imu_browse_container .imu_browse_gallery_notice h2 a:visited,
#imu_browse_container .imu_browse_gallery_notice h2 a:hover {
    color: rgb(255,255,255);
}

#imu_browse_container .imu_browse_gallery_notice h2 a {
    text-decoration: none;
}

#imu_browse_container .imu_browse_gallery_notice h2 a:hover {
    text-decoration: underline;
}

#content #imu_browse_queryForm p {
    background-color: rgb(238, 238, 238);
    padding: 6px 0 0;
    /* padding: 1em 1em 2em 1em; */
}

#content .imu_browse_results {
    display: inline-block\9; /* IE8 and before hack */
}

#content .imu_browse_results_flow {
    margin-bottom: 1em;
    display: inline-block;
    position: relative; 
    vertical-align: top;
}

#content .imu_browse_results_flow .imu_media_list_art,
#content .imu_browse_results_flow .imu_media_list_archive {
    margin-top: 0.5em;
}

#content .imu_browse_results_flow {
    display: inline-block;
    margin: 0 15px 1em 0;
    position: relative;
    vertical-align: top;
    width: 160px;
}

#content .imu_browse_results_flow_img  {
    height: 90px;
    width: 100%;
    background-position: 50% 50%;
    background-color: rgb(200,200,200);
}

#content .imu_browse_results_flow_img img {
    width: 100%;
    height: 100%;
}

#content .imu_browse_results_flow .imu_media_list_art,
#content .imu_browse_results_flow .imu_media_list_archive {
    font-size: 1em; 
    background-color: rgb(230,230,230);
    padding: 0.5em; 
    height: 4em;
    overflow: hidden;
    margin: 0;
}
#content .imu_browse_results_flow .imu_media_list_art {
    background-color: rgb(122,184,0);
}

#content .imu_browse_results_flow,
#content .imu_browse_results_flow a:link,
#content .imu_browse_results_flow a:active,
#content .imu_browse_results_flow a:visited {
    color: rgb(255,255,255);
}


#content .imu_browse_results_table {
    width: 100%;
}

#content .imu_browse_results_table h3 {
    width: 100%;
}

#content .imu_browse_results_table th {
    background-color: rgb(190,190,190);
    border: 1px solid rgb(204, 204, 204);
}


#content .imu_browse_results_navigation {
    width: 100%;
    margin: 1em 0;
}

#content .imu_browse_results_navigation span.plain,
#content .imu_browse_results_navigation a {
    border: 1px solid rgb(204, 204, 204);
    display: inline-block;
    padding: 2px;
    margin: 0 2px;
    text-align: center;
    min-width: 1em;
}

.imu_tree_branch_selected {
    font-size: 1.5em;
    background-color: yellow;
}

.imu_media_list_art {
    padding: 5px;
    background-color: rgb(122, 184, 0);
}

.imu_media_list_art a {
    color: rgb(255, 255, 255);
}

.imu_media_list_art a:hover {
    color: rgb(255, 255, 255);
}


.imu_media_list_archive,
.imu_archive_title {
    padding: 5px;
    background-color: rgb(254, 203, 0);
}

/*
#imu_archive_hierarchy_full_container,
#imu_archive_hierarchy {
    background-color: rgb(240, 240, 240);
}
*/
#imu_archive_hierarchy_full {
    width: 400px;
}

#column_nav div.jstree li {
    list-style-image: none;
}

#imu_archive_hierarchy a {
    color: inherit;
    line-height: inherit;
    white-space:normal !important;
    height: auto; 
    width: 90%;
    border-bottom: 1px solid rgb(200, 200, 200);
    text-decoration: none;
    cursor: default;
}

#imu_archive_hierarchy ul {
    margin: 0;
}

#imu_archive_hierarchy li > ins { 
    vertical-align:top;
}

.imu_archive_hierarchy_popuplink {
    color: blue;
}

.imu_archive_hierarchy_popuplink a {
    border-bottom: 0 none !important;
}

.imu_archive_hierarchy_popuplink a:hover {
    color: rgb(205, 89, 42) !important;
    text-decoration: underline !important;
}

#imu_archive_hierarchy .jstree-clicked,
#imu_archive_hierarchy .jstree-hovered {
    padding-bottom: 1px !important;
}

#imu_details_content_current {
    position: fixed;
    width: 150px;
    border: 1px solid rgb(200, 200, 200);
}

#imu_details_content_current p {
    margin: 1em 0;
    word-break: break-all;
    word-wrap: break-word;
}

#imu_details_content_current strong {
    color: inherit;
    font-weight: bold;
}

#imu_archive_hierarchy ul li.jstree-last,
#imu_archive_hierarchy ul li.jstree-last a {
    border-bottom: 0 none;
}

/*
#imu_archive_hierarchy .jstree-leaf a {
    text-decoration: none;
    cursor: default;
}
#imu_archive_hierarchy .jstree-leaf .popuplink a {
    text-decoration: underline;
    cursor: pointer;
}
#imu_archive_hierarchy ul li {
    border-bottom: 1px solid rgb(200, 200, 200);
}

#imu_archive_hierarchy .jstree-hovered, 
#imy_archive_hierarchy .jstree-clicked {
    border:0;
}
*/


#content .imu_browse_queryForm input[type=search],
#imu_browse_queryForm input[type=text],
#imu_browse_queryForm #query {
    width: 75%;
}

.imu_navigation_start_prefix {
    margin: 1em 0;
}


#imu_browse_advanced {
    margin: 1em 0 0;
    padding: 6px;
}

#content .imu_browse_results_table {
    border: 1px solid rgb(200,200,200);
    border-collapse: inherit;
    margin: 0;
}
#content .imu_browse_results_table td {
    border: 1px solid rgb(200,200,200);
}


.imu_icon {
    margin-right: 0.5em;
    vertical-align: middle;
}

.imu_icon_left {
    margin-left: 0.5em;
    vertical-align: middle;
}

.imu_help_text {
    padding: 0 2em;
}

.imu_help_text a {
    text-decoration: underline;
}

.imu_archive_help_icon{
    padding: 0.5em 1em;
    margin: 0 0 0 0.3em;
    background: url("../img/information_circle-21x21-blue.png") no-repeat scroll left center transparent;
    text-decoration: none !important;
}

.imu_archive_help_icon:hover {
    background: url("../img/information_circle-21x21-grey.png") no-repeat scroll left center transparent;
    cursor: help;
}

.imu_search_highlight {
    color: red;
    font-weight: bold; 
    background-color: rgb(220,220,220);
}

.imu_narrative_tertiary {
    padding: 1px 4px 0.5em 4px;
    border: 1px solid rgb(200, 200, 200);
}

.imu_narrative_tertiary h4 {
    margin 1em 0;
    font-weight: bold;
    font-size: 1em;
    background-color: rgb(254, 203, 0);
    padding: 0.5em; 
    margin: -1px -4px;
}


.imu_details_expander_td a{
    background-color: rgb(238, 237, 231) !important;
}

#imu_archive_tabs_opener {
    padding: 2px;
    background-color: rgb(238, 237, 231) !important;
}


#imu_thumbnail_scroller_container {
    background-color: rgb(238, 237, 231) !important;
    border: 1px solid rgb(200, 200, 200);
    padding: 3px;
    float: left;
    width: 152px;
    margin: 0.5em 0;
}

.imu_thumbnail_scroller_navigation {
    margin: 12px 0px;
    float: left;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    opacity: 0.5;
}

.imu_thumbnail_scroller_navigation a:hover {
    text-decoration: none !important;
}

.imu_thumbnail_scroller_wrap {
    float: left;
}

.imu_thumbnail_scroller {
    position:relative;
    overflow:hidden;
    width: 100px;
    min-height: 60px;
}

.imu_thumbnail_scroller_disabled {
    visibility: hidden;
}

.imu_browse_thumb_image {
    margin: 0 3px;
    vertical-align: middle;
}
 
.imu_browse_thumb_image img {
    vertical-align: middle;
}
 
#imu_browse_main_image_viewer {
    margin: 3px 0 0.5em;
}

#imu_browse_main_image_scroller_items {
    width:20000em;
    position:absolute;
}
 
#imu_browse_main_image_scroller_items {
    width:20000em;
    position:absolute;
}
 
#imu_browse_main_image_scroller_items div {
    float:left;
}

#imu_media_opener {
    background-color: rgb(147, 149, 152);
    padding: 0 6px;
}

#imu_browse_dl_link {
    background-color: rgb(112, 128, 144);
    padding: 6px;
}

#imu_media_opener,
#imu_browse_dl_link {
    margin: 0.5em 0;
    clear: both;
}

#imu_media_opener a,
#imu_media_opener a:link,
#imu_media_opener a:hover,
#imu_media_opener a:active,
#imu_media_opener a:visited,
#imu_browse_dl_link a:link,
#imu_browse_dl_link a:hover,
#imu_browse_dl_link a:active,
#imu_browse_dl_link a:visited {
    color: rgb(255, 255, 255);
}

#imu_media_opener a:hover,
#imu_browse_dl_link a:hover {
    font-weight: normal;
    text-decoration: underline;
}

#imu_details {
   padding: 1px 5px; 
}

.imu_details_expander {
    border: 0 solid #ffffff !important;
}

.imu_details_expander div {
    width: 100% !important;
}

.imu_details_expander h2.tabbedlisth2 {
    display: inline !important;
    background-color: rgb(254, 203, 0) !important;
    padding: 6px !important;
}

.imu_details_expander_td .active a,
.imu_details_expander_td a {
    color: #2554BE !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* Stiped wide box */

#content .striped-wide-box {
    padding: 10px;
    overflow: hidden;
}

#content .striped-wide-box h2 {
    margin: 0;
    width: auto;
    display: inline;
    float: none;
}

#content .striped-wide-box img {
    margin: 0 1em 0 0;
    vertical-align: middle;
}
/* Research data */

div.research_data_timeline {
    border: 1px solid rgb(32,32,32);
    padding: 5px;
    background-color: rgb(255, 235, 217);
}

div.research_data_timeline_title {
    background-color: rgb(255, 121, 0);
    color: rgb(255,255,255);
    padding: 5px 5px 1em;
    margin: -5px -5px 0;
}

div.research_data_timeline_title h2 {
    float: none;
    clear: none !important;
    background-color: rgb(255, 121, 0);
    color: rgb(0,0,0) !important;
}

div.research_data_timeline_title img {
    float: left;
    margin: 0.5em 1em 0 0.5em;
    vertical-align: middle;
}

div.research_data_timeline h3 {
    color: rgb(92, 91, 86) !important;
    color: rgb(0,0,0) !important;
    font-weight: bold;
    margin: 0.5em 0 0.5em 0.5em !important;
}

div.research_data_timeline ol {
    margin: 0 0 0 0.5em !important;

}

div.research_data_timeline ol li {
    list-style: decimal outside;
    margin-left: 2em;
    color: rgb(0, 0, 0);
}

