/* Legacy documentation banner */
#c1legacyBanner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    z-index: 10000;
    background-color: #dc3545;
    color: #ffffff;
    border-bottom: 2px solid #a71d2a;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
#c1legacyBanner a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}

/* Shift layout down for the banner */
#c1header { top: 40px !important; height: 60px !important; }
#c1main { top: 102px !important; }

@media print {
    #c1legacyBanner { display: none; }
}

/* Global styles */
body {
    /*font-family: Georgia, Times, "Times New Roman";*/
    /*font-size: 10pt;*/
}

/* Page header styles */
#c1headerLogoCell {
    /*vertical-align: middle;*/
}
#c1headerTextCell {
    /*vertical-align: middle;*/
}
#c1headerText {
    margin: 0;
    font-family: Georgia, Times, "Times New Roman";
    font-style: italic;
}

/* Links styles */
#c1topicPanel a[href],
#c1topicPanel a[data-ref],
.topic-popup a[href],
.topic-popup a[data-ref],
.aklinks-menu a {
    color: #1B75BB;
    text-decoration: none;
}
#c1topicPanel a[href]:hover,
#c1topicPanel a[data-ref]:hover,
.topic-popup a[href]:hover,
.topic-popup a[data-ref]:hover,
.aklinks-menu a:hover {
    text-decoration: underline;
}

/* Breadcrumbs styles */
#c1breadcrumbs {
    /*font-size: .8em;*/
}

/* Side tabs block styles */
#c1sideTabs {
    /*font-size: .9em;*/
}
