/* collection specific styles - override and supplement basic global styles in textclass.css     */

BODY {  background-color: #ffffff; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-right: 0px }

A:active {
  color: #FF0000;
}

/* STYLES FOR TOP HEADER REGION */
BODY.bbagitemsstring {  background-color: #F0F0F0;}

.topheadlink {
 font-family : Helvetica, Verdana, Arial, sans-serif;
 font-size : 16px;
 font-weight : bold;
 color: #0066cc;
 text-decoration: none;
 margin-left: 1em;
 margin-top: 10px;
 margin-bottom: 10px;
}

.hdrcolor { background-color: #F0F0F0 }
.xcollnavcolor { background-color:  #F0F0F0 }
.authnavcolor { background-color:  #F0F0F0 }
.gndivision { background-color: #666666 }
.globnav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: smaller }


.navinfo {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal }


/* STYLES FOR SEARCH RESULTS PAGES  */

.ressummarycell { background-color: #D7D7FF } /* bg color of the results summary at the top of the page  */



/* STYLES FOR NAVIGATION AND MENUS   */
a.nav { color: #FFFFFF }
.navcolor { background-color: #000000 }
.navlinks { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}
.navdivision { background-color: #666666}
td.mainnavcell {  
 background-color: #666666;
 padding-left:20px;
 padding-right:20px;
 border-bottom: 1px solid #000000;
 
}

.hilitecellbottom {  /* creates a border line along the bottom of a TD cell */
                    border-top-width: 0px;
                    border-right-width: 0px;
                    border-bottom-width: 1px;
                    border-left-width: 0px;
                    border-top-style: solid;
                    border-right-style: solid;
                    border-bottom-style: solid;
                    border-left-style: solid;
                    border-top-color: #919191;
                    border-right-color: #666666;
                    border-bottom-color: #919191;
                    border-left-color: #999999;
}
