/**
 *     Default HTML selectors
 */
body {
   background-color:#FFFFFF;
}
body, div, p, span {
   font-family:arial,sans-serif;
}
h2 {
    font-size: x-large;
    text-align: center;
}
h3 {
   font-size: x-large;
   text-align: center;
   font-style: italic;
   font-weight: bold;
}
h4 {
   margin-bottom:2px;
}

form {
   margin-top: 5px;
}

/**
   Miscellaneous 
 */
div.SS_CopyRightStatement {
  text-align: center;
}

div.res, div.cl {
       font-size:84%;
}

/**
 *    PageMessage Section: 
 *         These selectors pertain to the default PageMessage section
 *       locate at the top of the search results pages. 
 */
table.SS_PageMessageTop {
    background-color: #D6E7F7;   
    width: 100%;
    font-family: Arial; 
}

span.SS_LibraryName {
    text-align: left;
    font-weight: bold;
    font-size: x-large;
}

span.SS_PageTitle {
    text-align: left;
    font-weight: bold;  
    font-size: large;
}   

div.SS_EJLogo {
    text-align: right;
}

table.SS_PageMessageBottom {
    width: 100%;
    border: 3px solid #D6E7F7;
}

td.SS_PageMessageNavigationBar {
    text-align: right;
}

a.SS_EJHomeLink {
    margin-right: 6px;
}

a.SS_HelpLink {
    margin-right: 6px;   
}


/**
  *    E-Journal Portal Section:
  *        The following selectors pertain to the main 
  *        E-Journal Portal page.
  */
table.SS_EJPTable {
    width: 100%;      
}

table.SS_EJPLeftCell {
   width: 5%;
}

table.SS_EJPMainCell {
   width: 95%;
}

div.SS_EJPErrorMessage {
    font-weight:bold;
    color:red;
}

span.SS_ResultsCount{
  font-weight: bold;
}

span.SS_ResultsTypeNote{
    font-weight: bold;
}


/**
 * Journal display
 */
span.SS_BookTitle {
        font-weight:bold;
}

span.SS_JournalTitle {
        font-weight:bold;
}

span.SS_JournalISSN {
   font-size: 75%;
   font-weight:bold;
}

span.SS_BookISBN {
   font-size: 75%;
   font-weight:bold;
}

div.SS_NoJournalFoundMsg {
   text-align: center;
}

span.SS_EJPResultsRefinerLink {
    font-size: 75%;
}

span.SS_EJPResultsJournalLinker {
    font-size: 75%;
}

span.SS_EJPTermsOfUse {
    font-size:8pt;
}

.SS_HoldingsList
{
    font-family: Arial;
    font-size: small;
}

/**
 *  Navigation Links
 */
div.SS_SkipNavigationLinks{
    text-align: center;
}

.SS_LetterLinks
{
    font-size: medium;
    font-weight: bold;
    text-align: center;
}

/** Tab related classes **/

  .SS_EJP_TabContainer {
      float:           left;
      width:           100%;
      background:      #DAE0D2 url("/alEJPStatic/img/ejp_tab_bg.gif") repeat-x bottom;
      font-size:       93%;
      line-height:     normal;
      margin-bottom:   1em;     
  }
  .SS_EJP_TabContainer ul {
      margin:          0;
      padding:         10px 5px 0;
      list-style:      none;
  }
  .SS_EJP_TabContainer li {
      float:           left;
      background:      url("/alEJPStatic/img/ejp_tab_left_both_unselected.gif") no-repeat left top;
      margin:          0;
      padding:         0 0 0 5px;
      border-bottom:   1px solid #765;
  }           
  .SS_EJP_TabContainer a {
      float:           left;
      display:         block;
      width:           .1em;
      background:      url("/alEJPStatic/img/ejp_tab_right_both_unselected.gif") no-repeat right top;
      padding:         8px 15px 4px 10px;
      text-decoration: none;
      color:           #00c;
      white-space:     nowrap;
  }
  
  .SS_EJP_TabContainer > ul a {
      width:           auto;
  }

/* Commented Backslash Hack hides rule from IE5-Mac */
  .SS_EJP_TabContainer a {
    float:             none;
  }
/* End IE5-Mac hack */

  .SS_EJP_TabContainer a:hover {
      color:           #333;
  }
  
  li.SS_EJP_TabListItemSelectedAll, 
  li.SS_EJP_TabListItemSelectedJournals, 
  li.SS_EJP_TabListItemSelectedBooks, 
  li.SS_EJP_TabListItemSelectedOther {
      background:url("/alEJPStatic/img/ejp_tab_left_both.gif") no-repeat;
      background-position:0 -150px;
      border-width:0;
  }

   /* selected anchor */
  .SS_EJP_TabListItemSelectedAll      a,
  .SS_EJP_TabListItemSelectedJournals a, 
  .SS_EJP_TabListItemSelectedBooks    a, 
  .SS_EJP_TabListItemSelectedOther    a {
      background:url("/alEJPStatic/img/ejp_tab_right_both.gif") no-repeat;    
      background-position:100% -150px;
      font-weight: bold;
      padding-bottom:5px;
      color:#333;
  }
  
  .SS_EJP_TabContainer li:hover,
  .SS_EJP_TabContainer li:hover a {
      background-position:0% -150px;
      color:#333;
  }  
  
  .SS_EJP_TabContainer li:hover a {
      background-position: 100% -150px;
  }  
  
  .SS_CategorySelectorTD1, 
  .SS_CategorySelectorTD2 {
      vertical-align: top; 
      width: 50%; 
  }     
  
  div.SS_LocaleWidget {
    float: right;
    width: 25%;
  }
  

  
 