/*
 * This is the main style sheet for 
 * Carrie Rich Memorial Library web pages.
 * Author: Siuki Wong
 * Date Create: June 20 2003
 * $Revision: 1.11 $
 * $Date: 2004/07/20 20:15:19 $
 * Copyright (c) 2003 Campbell University
 */

body {
  background: white;
  color: #000000;
  margin-left: 5%;
  margin-right: 5%;
}

.title {
  color: #ff8000;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

div.navbar {
  text-align: center;
  font-size: small;
  color: #ff7000;
}

div.navbar1 {
  text-align: center;
  color: #ff7000;
}

a.external:link    { color: #ff7000; }
a.external:active  { color: #000000; }
a.external:visited { color: #ff7000; }

a.navbar:link      { color: #ff7000; text-decoration: none; }
a.navbar:active    { color: #ff7000; }
a.navbar:visited   { color: #ff7000; text-decoration: none; }
a.navbar:hover     { text-decoration: underline; }

a.clink:link      { color: #800000; text-decoration: none; }
a.clink:active    { color: #800000; }
a.clink:visited   { color: #800000; text-decoration: none; }
a.clink:hover     { text-decoration: underline; }

a.clink2:link     { color: #ff8000; text-decoration: none; }
a.clink2:active   { color: #ff8000; }
a.clink2:visited  { color: #ff8000; text-decoration: none; }
a.clink2:hover    { text-decoration: underline; }

a:link    { color: #000000; text-decoration: none; } 
a:active  { color: #000000; }
a:visited { color: #000000; text-decoration: none; }
a:hover   { text-decoration: underline; }

h3.virtref {
  font-family: sans-serif, arial, helvetica;        
}

address {
  font-size: smaller;
}

div.n1 { 
  font-weight: bold;
  padding-top: 5pt; 
  padding-bottom: 0pt;
  margin-bottom: 0pt;
}

div.section {
  font-family: Helvetica,Arial,Sans-Serif;
  font-size: 150%; 
}

div.copyright {
  font-size: smaller;
}

div.mission { 
  font-style: italic;
  color: #404040;
  font-size: small;
}

div.header2 {
  font-family: sans-serif;
  font-size: 1.5em;
  color: #800000;       
}

span.banner {
  display: block;
  color: #ffffff;
  font-size: 24pt;
  font-family: sans-serif;
  font-weight: bold;
  padding-left: 5pt;
  padding-top: 3pt;
  padding-bottom: 3pt;
  background: #ff7000;
}

span.service {
  font-weight: bold;
}

span.items {
  font-size: smaller;
}

span.label {
  font-weight: bold;
}

span.dept { 
  font-size: 1.2em;
  color: #ff8000; 
}

dl.virtref {
  margin-left: 2em;
}

dd.virtref {
  font-size: smaller;
  font-style: italic;
}
            
.reverse {
  background: #ff7000;
  color: white;
}

.small {
  font-size: x-small;
}

.it { 
  font-style: italic; 
}

.name { 
  font-weight: bold; 
}

.note {
  font-weight: bold;       
}

.callnum {
  font-weight: bold;
}

.bkttl {
  text-decoration: underline;
}
