
.wiki-content a:link, a:visited, a:active {  
   text-decoration: none !important; 
}

.wiki-content a:hover {  
  text-decoration: underline !important; 
}

.wiki-content img.confluence-embedded-image, .wiki-content img.editor-inline-macro, .wiki-content table.wysiwyg-macro 
{     cursor: pointer !important;     } 

.aui-header .aui-quicksearch input[type="text"], .aui-header .aui-quicksearch input[type="text"][type="text"]:focus {
    background: rgba(255, 255, 255, 0.18);
}

.aui-header .aui-header-logo-device {
    height: 44px;
}

.acs-side-bar-space-info {
    padding-left: 15px;
}

.acs-side-bar .acs-side-bar-space-info .avatar {
    display: table-cell;
    padding: 0px;
    width: 48px;
    min-width: 48px;
}

#header .aui-header {
    background-color: #333;
}

.aui-header {
    background: #0747a6;
    border-bottom: 0 solid #0747a6;
    box-sizing: border-box;
    color: #deebff;
    padding: 0 0px;
}

#header .aui-header .aui-nav .aui-button-primary {
    background-color: #51A6FA;
    color: #ffffff;
}

.wiki-content a, .wiki-content a:link, .wiki-content a:visited, .wiki-content a:focus, .wiki-content a:hover, .wiki-content a:active {
    color: #51A6FA;
}


.wiki-content h1, .wiki-content h2, .panel h2, .panelMacro h2 {
        border-bottom: 1px solid #919699;
        padding-bottom: 2px;
        font-weight:bold;
}

body {
    background: #f4f5f7!important;
}

#footer .footer-body, #footer-logo a {
    background-image: none;
    background-size: 127px 26px;
    background-color: #252525!important;
    color: #cccccc;
padding-top: 10px;
}

#footer .footer-body a {
    color: #51A6FA;
}

#footer-logo {
    background-color: #252525!important;
}

ul#footer-menu.menu {
    list-style-type: none;
}

ul#footer-menu.menu li {
    display: inline;
margin-right: 10px;
}

#footer_sub_content .copyright .menu {
    float: right;
}
#footer_sub_content .copyright {
    font-size: 11px;
    line-height: 100%;
    padding: 25px 15px;
}

div.copyright span.text {
float: left;
}

span.menu {
float: right;
}

/* TCIA Buttons for Download and Search */
.tcia-btn {
  /* background-color: #043AC0; */
  border: none;
  color: white;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
}

/* Darker background on mouse-over */
.tcia-btn:hover {
  background-color: #333333 !important;
  /* opacity: 0.9; */
}

.tcia-download-color {
background-color: #0C68C4 !important;
}

.tcia-search-color {
background-color: #FA9B1D !important;
}


