/*
* 2014 Corporate Web Style - Common Bootstrap - IE8 CSS
* Mike Young [ECU]
* February 2013
* 
* Modification history:
* 
* 2013-05-01  Andrew Dunbar
*             Cleared history log prior to 05/2013.
* 2013-10-03  Mike Young
*             Added PIE for CSS3 style attributes.
* 2015-07-03  Andrew Dunbar
*             Updated reference to 'pie' - to stop loading off Web01.
*/

/* ---------------------------------------------------------------------------------------
START: HEADER
--------------------------------------------------------------------------------------- */

.search-input,
.search-input input.text {
    width: 442px;
}

.search-input input.text {
    behavior: url('/c/pie'); 
    position: relative;
}

.search-submit {
    position: relative;
    behavior: url('/c/pie');
}

#global-search-button {
    -ms-filter: "alpha(opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.social-buttons-global span {
    position: relative;
    behavior: url('/c/pie');
}

.megamenu .col_3 {
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu_ecu #nav-global .dropdown_fullwidth li a {
    float: none;
}

.portal-button,
.toolbar-global-tab,
#nav-global .megamenu-float-right a {
    behavior: url('/c/pie'); 
    position: relative;
}

/* ---------------------------------------------------------------------------------------
END: HEADER
--------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
START: CONTENT
--------------------------------------------------------------------------------------- */

.related-content-wrapper .nav-list li.nav-header,
.floated-img-bootstrap .thumbnail p, 
.linked-img-bootstrap .thumbnail p, 
.related-img-bootstrap .thumbnail p,
.related-media,
.related-media .btn,
.alert,
.container-askus .nav-list li.nav-header,
.page-askus-wrapper h3 {
    behavior: url('/c/pie'); 
    position: relative;
}

.btn,
.btn.dropdown-toggle {
    behavior: url('/c/pie'); 
    position: relative;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
}

.btn.dropdown-toggle,
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:focus {
    border-left: 0!important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-group .dropdown-menu {
    behavior: url('/c/pie'); 
}

.btn.first {
    behavior: url('/c/pie'); 
    position: relative;
    border-radius: 4px 0 0 4px;
    border-left: 0!important;
}

.btn.last {
    behavior: url('/c/pie'); 
    position: relative;
    border-radius: 0 4px 4px 0;
}

.styledTable tr:first-child td,
.styledTable tr:last-child td,
.styledTable tr td {
    behavior: none; 
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.container-askus ul li.last a {
    behavior: url('/c/pie'); 
    border-radius: 0 0 3px 3px;
}

#simply-red-tabs.ui-tabs .ui-tabs-panel,
.nested-accordion h3.ui-accordion-header,
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-tr,
.fancy-list .nav .nav-header {
    behavior: url('/c/pie'); 
    position: relative;
}

.ui-corner-all, 
.ui-corner-tr,
.ui-corner-tl {
    border-radius: 3px;
}

.ui-corner-top, 
.ui-corner-br,
.ui-corner-bl {
    border-radius: 3px 3px 0 0;
}

.megamenu_ecu .megamenu li .dropdown_fullwidth {
    top: 50px;
}

/* ---------------------------------------------------------------------------------------
END: CONTENT
--------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
START: LIGHTVIEW 3 - BOOSTRAP 2.X hack - images not showing in iframes
--------------------------------------------------------------------------------------- */

.lv_content .lv_content_wrapper {
    float: none!important
}

/* ---------------------------------------------------------------------------------------
END: LIGHTVIEW 3 - BOOSTRAP 2.X hack - images not showing in iframes
--------------------------------------------------------------------------------------- */

/* END **********************************************************************************/