
a:link { color: #185f9b; }
a:visited, a:hover { color: #163754; }

#header {
  background-color: #a1b293;
}

#header #title,
#header #title a,
#header #sub-title,
#header #sub-title a {
  color: #2e3f20;
}

#header-bar {
  background-color: #2e3f20;
}

#header .nav {
  width: 1024px;
}

#header .nav li a {
  color: white;
  background-color: #2e3f20;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -khtml-border-radius-topleft: 1em;
  -khtml-border-radius-topright: 1em;
}

#header .nav li a:hover {
  background-color: #588931;
}

#header .nav li.current a {
  background-color: #588931;
}

/* :link,:visided due to IE 6 cascading */
.toc li a:link, .toc li a:visited {
  color: #185f9b;
}

.toc li a:hover {
  color: #163754;
}

#header-bar {
  background-image: url("./img/hb/hback1.png");
  height: 41px;
  line-height: 41px;
}

#header-bar .dino {
  padding-bottom: 4px;
}

#header-bar .mozilla {
  padding-bottom: 6px;
}

#header-bar .mcs-logo-dark {
  display: none;
}

#header-bar .nav {
  margin-right: 10px;
}

#header-bar .logo {
  margin-left: 0.625em;
}

#header .doc {
  background-image: url("./img/header/bgmnt.png");
}

#header {
  background-image: url("./img/header/bgsidel.png");
}

#logo {
  display: block;
}

#header, #header .doc {
  height: 228px;
}

.doc {
  /* width: 1024px; */
  margin: 0 auto;
}

#footer {
  min-height: 74px;
}

#left-menu {
  display: none;
}

#right-menu {
  display: none;
}

/* link list */

.linklist {
  list-style-type: none;
  padding: 5px 0;
  display: inline;
}

.linklist li {
  display: inline;
  padding: 0;
  margin: 0;
}

.linklist li:before {
  content: " | ";
}

.linklist li:first-child:before {
  content: "";
}

.nav {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: square;
}

#content {
  padding-left: 25px;
  padding-right: 25px;
}

#content .display-actions .search-box {
  display: inline;
  vertical-align: middle;
  float: left;
}

#content .display-actions .search-box fieldset {
  display: inline;
  border: 0;
}

form {
  padding: 0;
  margin: 0;
  display: inline;
}

#content .breadcrumbs {
/*  padding-top: 20px;
  padding-bottom: 20px; */
  /* font-size: 11px; */
}

