/* Erbosoft customizations to bootstrap styles */
body {
    background-color: #66ccff;
    color: #000000;
}

.navbar-inner {
  background-color: #00084a;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00bbfc), to(#00084a));
  background-image: -moz-linear-gradient(top, #00bbfc, #00084a);
  background-image: -ms-linear-gradient(top, #00bbfc, #00084a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bbfc), color-stop(100%, #00084a));
  background-image: -webkit-linear-gradient(top, #00bbfc, #00084a);
  background-image: -o-linear-gradient(top, #00bbfc, #00084a);
  background-image: linear-gradient(top, #00bbfc, #00084a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bbfc', endColorstr='#00084a', GradientType=0);
}
.navbar h3 a:hover, .navbar .brand:hover, .navbar ul .active > a {
  background-color: #035c9b;
}

[class^="icon-"] {
    background-image: url(../images/glyphicons-halflings.png);
}
.icon-white {
    background-image: url(../images/glyphicons-halflings-white.png);
}
