body {
  font-family: "Helvetica", "Arial", sans-serif;
  /* suppress window-wide blue bar 20080215 */
  /*background: url(^FileUrl(knowmad/images/nav_bg_new.gif);) repeat-x #fff;*/
  margin-top: 0; 
  margin-left: 1.0em; 
  font-size: 0.75em; 
   width: 930px; /* 20090616; rjs modifying to match webgui site */
}

#wrapper ol, #wrapper ul { list-style-type: none; }

/* Protect user content lists */
.content ul, .content ol { 
/*	margin: 0 1.5em 1.5em 1.5em !important; */
	list-style-position: inside;
}

#wrapper .content ul { list-style-type: disc; }
#wrapper .content ol { list-style-type: decimal; }

#wrapper .content ul li, #wrapper .content ol li {
	margin-bottom: 0.25em !important;
}

a:active, a:focus { outline: 0; }

fieldset.multi input { width: auto !important; }

#wrapper h1.title, #wrapper h2.title{ display: none; }

#wrapper div ol, #wrapper div ul {
  margin-left: 0;
  margin-bottom: 0;
}

#wrapper a {
  text-decoration: none;
  color: #0c3d9f; /* was 3366cc */
}

#wrapper p {
  margin-bottom: 15px;
}

#wrapper fieldset { 
  border: 0; 
  padding: 0;
}

/* Navigation CSS */
ol#nav { height: 30px; }

ol#nav a {
  display: block;
  float: left;
  color: #fff;
  height: 30px;
  width: 244px;
  /*border-right: 1px solid #fff; rjs 20090616; modifying styles to match webgui site */
  border-right: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  background: #002b5c;
}

ol#nav a.first { 
  border-left: 1px solid #fff !important; 
  margin-left: -1px;
}

ol#nav a.selected { background: #3366cc; }

ol#nav li { 
  display: inline; 
  line-height: 30px;
}

#crumbs { 
  padding: 10px 0 0 0;
  font-weight: bold;
}

#crumbs ul li { 
  display: inline; 
  border-right: 1px solid black;
  padding-right: 10px;
  padding-left: 10px;
}

#crumbs ul li.last { 
  border-right: none; 
  padding-right: 0;
}

#crumbs ul { 
  float: left;
  position: relative;
  left: -10px;
}

#crumbs ul.last { left: 0; }

#crumbs ul.last { text-align: right; }

li#ask_a_librarian {
  padding-left: 15px !important;
  background: url(^FileUrl(knowmad/images/ask_a_librarian.gif);) no-repeat;
}

#wrapper h1 span { display: none; }

#wrapper img#logo {

  margin-bottom: 15px;
}

#wrapper #search {
  background: #e1e1e1;
  border: 1px solid #000;
/*  padding: 10px 15px; */
  margin-bottom: 10px;
}

#wrapper #search fieldset {
  border-bottom: 1px solid #999;
  padding: 10px 0 10px 15px;
  margin-bottom: 15px;
  font-size: 0.95em;
}

#wrapper #search select, #wrapper #search input { 
  width: 142px; 
  border: 1px solid #999;
  background: #fff;
  margin-bottom: 5px;
}

#wrapper #search input.submit { 
  width: 65px; 
  border: none;
  background: url(^FileUrl(knowmad/images/catalog_search.gif);) no-repeat;
  padding: 2px 5px 5px;
  height: 22px;
}

#wrapper #search ol#resources {
  padding: 0 15px 10px 15px;
  margin: 0;
  font-size: 0.9em;
}

/* 20090422 rjs separate the rules for h2 and legend; modify h2: larger, remove bold, 
increase margin-bottom; add rules for all header sizes to override compressed.css  */

#wrapper h1 {
  font-size: 1.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#wrapper h2 {
  font-size: 1.5em;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

#wrapper h3 {
  font-size: 1.2em;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

#wrapper h4 {
  font-size: 1.0em;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

#wrapper h5 {
  font-size: 0.8em;
	font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

#wrapper h6 {
  font-size: 0.7em;
	font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

#wrapper legend {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.25em;
}

#wrapper .sidebar { 
  border: 1px solid #000;
  width: 148px;
  padding: 10px 15px;
  position: relative;
}

#wrapper .sidebar img#brilliant_futures {
  position: absolute;
  bottom: 15px;
  left: 17px;
  display: none;
}

#wrapper .sidebar h2, #wrapper .sidebar legend, .links h2 {
  margin: 0;
  border-bottom: 1px solid #bfb793;
  margin: 0 0 5px;
  padding: 5px 0;
}

#wrapper .sidebar legend { border: none; }

#wrapper .sidebar fieldset { margin: 0 0 1em; }

#wrapper .sidebar select { 
  border: 1px solid #7f9db9;
  width: 142px; 
  margin: 0;
}

#wrapper .sidebar ol { margin: 0 0 0 -10px; }

/* 20090422 rjs: rule to add a little margin to bottom of navigation labels;
     20090424 rjs; try slightly tighter line-height for long nav labels */

#wrapper .sidebar li {
	margin-bottom: 7px;
	line-height: 1.10;
}

#wrapper .sidebar li a { 
  padding: 0 10px; 
  display: block;
  width: 100%;
}

#wrapper .sidebar a.selected { color: #787878; }

#wrapper #content {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

ol#breadcrumb {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  padding: 10px 0;
  margin-bottom: 15px !important;
}

ol#breadcrumb li { display: inline; }

#wrapper #main { 
  padding-top: 0px;
}

#wrapper #main ol li {
  margin-bottom: 10px;
}

#wrapper table {
  /* border: 1px solid #ccc; rjs 20090616; modifying styles to match webgui site */
  border: 0px solid #ccc;
  font-size: 100%;
  /* font-size: 0.85em;  rjs 20090616; modifying tigger styles to match webgui site */
  border-collapse: collapse;
}

#wrapper tr.even td { background: #f5f5f5; }

/* #wrapper table tr td, #wrapper table tr th { text-align: right; } rjs 20090616; modifying to match webgui site */
#wrapper table tr td, #wrapper table tr th { text-align: left; }

#wrapper td.left, #wrapper th.left { text-align: left; }

#wrapper th, #wrapper td {
  /* border-right: 1px solid #ccc; rjs 20090616; modifying styles to match webgui site */
  border-right: 0px solid #ccc;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}

#wrapper th {
  background: #e1e1e1;
}

#wrapper #footer img { 
  float: left; 
  padding-right: 15px;
}

#wrapper #footer p, #wrapper #footer address { 
  margin-bottom: 0; 
  font-style: normal;
}

#wrapper #footer ol li { display: inline; }

/* Added 20090323 for "skip navigation" function. RJS */
.skip a {
	padding: 0;
	display: inline;
	z-index: 2;
	text-decoration: none;
	position: absolute;
	width: 8em; 
	left: -200em;
}
.skip a:focus,  .skip a:active {
	position: absolute;
	left: 0.5em;
	color: #ffffff;
	background: #3366cc;
}
.skipList {
	margin: 0;
	padding: 0;
}

/* Added 20090323 for invisible h2 elements for navigation lists. RJS */
.invisibleNavHeading {
	position: absolute;
	left: -200em;
}

/* RJS Added 20090427 to center and add padding for landing page brilliant
futures logo. */

#landingBrilliantFutures {
	padding-top: 70px;
}
#landingBrilliantFutures img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

