/*--- sirsidynix.css overrides -----------------------------------------------*/


/* SIRSIDYNIX CUSTOMIZATIONS */

body {
width: 1040px;
background-color: #eeeeee;
border: none;
}

.header_container, .header , #ada_header{
/* 4.3 header class height adjustment */
/* height: 245px; */
height: 255px;
width: 1040px;
background-color: #ffffff;
}
a{
    text-decoration: none;
    color: #940930;
}

table.sortable thead {
    font-weight: bold;
    cursor: pointer;
    color: #940930;
}

.logo_container {
background-image: url(bgHeader.gif);
background-repeat: no-repeat;
background-position: 8px 8px;
margin-left: 0px;
/* width: 100%; */
width: 1040px;
height: 200px;
position: absolute;

/*4.3 fix top position */
/*top: 5px;*/
}

/* buttons */

#searchButton {
background-color: #940930 ;  
}

#searchButton:hover {
background-color: #940930 ;
}

.button {
background-color: #940930 ;  
}

.button:hover {
background-color: #940930 ;  
}

.loginButton {
  background-color: #940930;
}

.loginButton:hover {
  background-color: #940930;
}

#includeUnavailableButton {
    background-color: #940930;
}

#includeUnavailableButton:hover {
    background-color: #940930;
}

#library_slogan {
margin: 200px 0 0 8px;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 1.5em;
font-weight: bold;
color: #848C94;
}

.pipeSeparator {
color: #ffffff;
}
/*
#adaModeDiv a {
right: 11px;
}

#adaModeDiv {
min-width: 28px;
position:relative;
right:4px;
top:4px;
}
*/
/* 4.3 search bar position */
#searchBoxWrapper {
/* top: 215px; */
top: 225px;
width: 1026px; 
margin-left: 0px;
}
#ada_header #searchBoxWrapper {
top: 210px;
}

#searchBox {
width: 1028px;
}

#searchBox .dropDown {
 background-color: #ffffff;
 border: 1px solid #000000;
 color: #000000;
}

#content {
/* 4.3 content positioning */
/* margin-top: 28px; */
margin-top: 35px;
width: 1040px;
}

/* detail display blue bookjacket */
.detail_cover_art {
visibility: hidden;
}


/* detail display title and blue background */ .detail_cover_art_div .no_image_text {
visibility: hidden;
}

.thumb_img {
    display: none;
}

#onlyAvailableButton,  .list .results_img, .no_image_text{ 
visibility:hidden;
}

.cooliris_img, #advancedSearchOnlyAvailableWrapper{
display:none;
}

#limitcolumn_availability{
height:16px;
}

#copyright a {
color: #000000;
}
/*--- webapp.css overrides ---------------------------------------------------*/


.formatTypeIcon-ARTICLE { background-image: url('/custom/web/article.png'); }

/* 4.3 fixes */
/* hold window fix */
.noback { 
min-width: 100%;
}
/*Fixing the thumbnail display*/
.thumb .results_bio{
margin-top: 57px;
}
.thumb .no_image_text{
margin-top:55px;
}
.thumb .results_chkbox{
margin-top: 57px
}
#ada_header #mainMenu, #mainMenuContiner, #libInfoContainer, #languageSelector, #adaModeDiv, #patronHelp, #lpMainLink, #languageDropdown, .pipeSeparator, .lpdropdown, #languageSelector select#lpSelect, #lpSelect option, #languageSelector select{
  z-index: 500 !important;
}
#mainMenuContainer {
position: relative;
z-index: 50;
}
/*hide new ada menu bar - fix for 4.3 if sites have a rooms content logo */


#ada_header .logoContainer {
margin-top: 0;
}
#adaDiv {
display: none;
}
.searchView {
border: none;
}
.patron_help img {
/* position:relative; */
/* top: 0px; */
left: -5px;
}
.patron_help {
margin-left:10px;
}
/*hide view options */
.list_img {
display: none;
}
/* change color of sort drop-down */
.sortDropDown {
background-color: #4D4D4D;
}

/* changing color of pub date graph to dark grey */

#graph_wrapper .ui-state-active, #graph_wrapper .ui-widget-content .ui-state-active, #graph_wrapper .ui-widget-header .ui-state-active {
  background: none repeat scroll 0 0 #4d4d4d;
}

.ui-slider-horizontal .ui-slider-handle {
  background: none repeat scroll 0 0 #4d4d4d;
}

.pub_date_textbox {
color: #4d4d4d;
}

/*Display of multiple entries in a field on separate lines */

.displayElementText.ADDED_AUTHOR {
display: block;
}


/* Select an Action dropdown now has grey button */
.dropDownButton {
background: url("http://curia2.ent.sirsidynix.net.uk/custom/web/dropdownCURIA.png");
}

/* hiding additional format icons from detail displays */
#formatContainer1 {
display: none;
}

#formatContainer2 {
display: none;
}

/* ARTICLE and DISKETTE mapping */
.formatTypeIcon-ARTICLE {
background-image: url("/custom/web/1article.png" );
}

.formatTypeIcon-DISKETTE {
background-image: url("/custom/web/1diskette.png");
}
