/* 
    Digipage V3 CSS template
*/

/* background image - can either be images/bg.png or images/bg-black.png */
body {
    background-image: url('images/bg-black.png') !important;
}

/* -- TITLE BAR --
   use to adjust the top bar colour, etc
 */
#digiMenuBar {
  	background-color: #4a9fba;
  color: #fff;
  font-weight: bold;
}
.digi-search-result{
 background-color: #4a9fba;
}
.digi-search-result:hover {
    background-color: #0381A9;
}
.digi-search-input-box button{
  cursor:pointer;
}
.digi-search-button {
    background-color: #4a9fba;
}
.digi-search-button:hover {
    background-color: #0381A9;
    box-shadow: none;
}
.digi-search-close {
    color: #0381A9;
  cursor:pointer;
}
.contentLink{
  background-color: #222;
}
/* title text/logos */
#digiMenuBar-title {
    
}

#digiMenuBarLeftLogo {
    content: url("_content/digipage-white-small.png");
    width: 19;
    height: 20;
}

#digiMenuBarCenterLogo {
    /* content: url("images/digipage-text-white-small.png"); */
}

/* -- PAGES --
   page background - override background-image to remove the default striped
   background that appears before the page loads.
 */
div.pagebg {
    
}

/* If a page has no content, it will usually show up white. */
div.digiBlankPageBG {
    
}

/* -- MISC. UI ELEMENTS --
   The overlay background controls the darkening of the pages when the overlays
   open.
 */
#digiOverlayBg {
    
}