/* color_blue.css: the CSS2 file for blue colors
   (Benjamin Han; benhdj at cs dot cmu dot edu) */

/* ----------------------------------------------------------------------
   Basics
   ---------------------------------------------------------------------- */

.color_blue {
  }
.color_blue a {
  color:#36c;
  }
.color_blue a:visited {
  color:#939;
  }
.color_blue a:hover {
  background-color:#36c;
  color:#ffffff;
  }

/* ----------------------------------------------------------------------
   Main layout
   ---------------------------------------------------------------------- */

.color_blue #topLeftBar {
  background: #307BAB;
  }
.color_blue #topRightBar {
  background: #1F517B;
  }
.color_blue #bottomRightBar {
  background: #507190;
  }
.color_blue #footerRight {
  background: #507190;
  }
.color_blue #bottomRightBar a {
  color: #FFFFFF;
  }
.color_blue #bottomRightBar .sideNAV a:hover, .color_blue #bottomRightBar .sideNAVFocus a:hover {
  background: #82add8;
  }
.color_blue #bottomRightBar .sideNAVFocus a {
  background: #76819e;
  }

/* ----------------------------------------------------------------------
   Top NAV and To-Top NAV
   ---------------------------------------------------------------------- */

.color_blue .topNAV, .color_blue .toTopNAV, .color_blue .topRightNAV {
  color:#f90;
  }
.color_blue .topNAV a:link, .color_blue .topNAV a:visited, .color_blue .toTopNAV a:link, .color_blue .toTopNAV a:visited, .color_blue .topRightNAV a:link, .color_blue .topRightNAV a:visited {
  color:#f90;
  border-bottom:1px solid #f90;
  }
.color_blue .topNAV a:hover, .color_blue .toTopNAV a:hover, .color_blue .topRightNAV a:hover {
  color: #ffffff;
  background-color:#f90;
  }
