/*! Copyright © 2010 Apple Inc.  All rights reserved. */

.hideOnPrint, #toc, #tooltip, #pediaWindow {
    display: none !important;
}

body {
    overflow: visible  !important;
}

#header, #contents, #breadcrumbs {
    position: relative;
    border: none;
    overflow: visible;
}

#header {
    height: 25px;
}

#contents.noADC, #contents {
    top: 0px;
    left: 0px;
}

span.pediaLink {
    color: black !important;
    border: none !important;
}

.pediaLink a.activePedia {
    border-bottom: none !important;
    color: black !important;
    background-color: inherit !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black;}
a:active {text-decoration: none; color: black;}
a:hover {text-decoration: underline; color: black;}